Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2017-05-21Add NodeInfo 2.0 supportBenjamin Neff
2017-03-26Remove custom jquery input eventSteffen van Bergerem
closes #7371
2017-03-25Remove unused jquery.infinitescrollSteffen van Bergerem
closes #7370
2016-11-18Update typeahead.js, use the version from rails-assets.orgSteffen van Bergerem
closes #7192
2016-09-20Update typeaheadSteffen van Bergerem
2016-08-13Fix charcounter position in publisherSteffen van Bergerem
2016-08-10Use typeahead.js version from githubSteffen van Bergerem
2016-03-04Refactor keycodesSteffen van Bergerem
2015-08-23Merge branch 'stable' into developSteffen van Bergerem
2015-08-23Update NodeInfo to final 1.0 schemaJonne Haß
closes #6340
2015-08-10Replace jquery.autocomplete with typeahead.jsSteffen van Bergerem
2015-07-28Remove mbp-helperSteffen van Bergerem
2015-07-28Merge branch 'stable' into developJonne Haß
2015-07-28Remove unused minified js files mbp-respond.min.js and ↵cmrd Senya
mbp-modernizr-custom.js (#5939). closes #6257
2015-07-24Merge branch 'stable' into developDennis Schubert
2015-07-24Implement NodeInfoJonne Haß
2015-06-22Fix offset top for autocompleteSteffen van Bergerem
2015-06-21Display: fixed for search resultsSteffen van Bergerem
2015-05-29Replaces facebox vendored asset with rails gem #5194Sandip Trivedi
closes #6005
2015-05-04Use rails-assets for jquery.elastic.jsSteffen van Bergerem
2015-03-26Update markdown-itSteffen van Bergerem
2015-03-11Refactor vendor javascriptSteffen van Bergerem
2015-01-10Replace pagedown by markdown-itSteffen van Bergerem
2014-10-23Replaced jquery.hotkeys.js vendored asset with a bower package #5194Sandip Trivedi
2014-10-08Replaced jquery.idle-timer.js vendored asset with a bower package #5194Sandip Trivedi
2014-10-07Replaced jquery.placeholder.js vendored asset with a bower package #5194Sandip Trivedi
2014-10-07Replaced jquery.textchange.js vendored asset with a bower package #5194Sandip Trivedi
2014-10-01Replaced punycode.js vendored asset with a bower package #5194Sandip Trivedi
2014-09-01bump handlebars_assetsJonne Haß
2014-02-23fix infinitescroll in contacts pagesFabian Rodriguez
2014-02-23Removes client_side_validationsFabian Rodriguez
Conflicts: Gemfile Gemfile.lock
2014-02-23removes unused and/or unnceseary js files:Fabian Rodriguez
*bootstrap-dropdown *bootstrap-modal *bootstrap-popover *bootstrap-transition *bootstratp-twipsy *jquery-ui-1.8.9.custom.min.js if we need the bootstrap files we should include them via the gem bootstrap-sass
2014-02-10Moved mentionsInput.js from vendor/assets to lib/assetsDarshan Rai
The jquery.mentionsInput plugin upstream is no longer maintained.
2014-02-10Issue #4767: Removed space that is inserted following the insertion of a mentionDarshan Rai
2014-01-20Switched to using rails-timeago to make keeping on top of new versions of ↵Ruxton
plugin easier
2014-01-17replace vendored backbone.js/underscore.js with 'backbone-on-rails' gemFlorian Staudacher
- updates underscore to 1.5.2 and backbone to 1.1.0 backbone had some breaking changes: - fix url/urlRoot handling in models & collections - options are no longer attached to the view by default - collections reset when 'fetch' is called, tell it to keep the existing models other changes: - fix some events triggering multiple times in connection with deleting a model - use document fragments instead of an element array for stream entries - adapt jasmine and cucumber specs to the changed code * no longer test the backbone router as part of our code * jasmine factory already returns model instances, no need to wrap that again
2013-02-27Add the ability to upload photos from the mobile sitemovilla
2012-10-09facebox invitations top on left - outerWidth failmovilla
2012-09-17move modified (non-upstream) js lib to lib/assetsFlorian Staudacher
2012-09-12was too long awake last commit, here are the files back we still needJonne Haß
2012-07-10update jquery.mentionsInput to latest versionFlorian Staudacher
+ make some tests a little nicer
2012-07-10use unminified jQuery textchange pluginFlorian Staudacher
2012-06-18don't open comment pane on show page, if a modifier key is pressedFlorian Staudacher
2012-04-22skeleton in place.danielgrippi
2012-04-20also readd mbp-respond.min.jswubwubwubcr3w
2012-04-19second attempt on readding modernizr-custom.jswubwubwubcr3w
2012-04-18small js fixesFlorian Staudacher
closes #3106 - hardening url handling, fixes #2725 - backport from upstream
2012-04-04upgrade backbone, fix testsdanielgrippi
some cukes may be failing non deterministically, I think, do we bump the cuke timeout?
2012-03-30finally (hopefully) fix non-ascii urls + new & old testsFlorian Staudacher
2012-03-29punycode.js is required by our javascriptSteven Hancock
The punycode.js file was somehow removed from the repo. This replaces it with the current version from github and adds it to our main.js manifest. Our javascript requires punycode for (at least) stream rendering.