summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent showing the file picker twiceVincent Petry2014-06-201-0/+7
* Do even more sanitizationLukas Reschke2014-06-141-5/+5
* remove whitespace at end of lineMorris Jobke2014-06-131-14/+14
* Migrate ´ to 'Morris Jobke2014-06-131-2/+2
* Remove infield label, add password icon, fix layoutMorris Jobke2014-06-131-1/+2
* Change routes. Update templatesVictor Dubiniuk2014-06-131-1/+1
* Changes according to reviewVictor Dubiniuk2014-06-131-9/+12
* Use appframeworkVictor Dubiniuk2014-06-131-2/+2
* BasicsVictor Dubiniuk2014-06-131-0/+134
* Added unit tests for heartbeat interval min/max valuesVincent Petry2014-06-121-1/+23
* Added max heartbeat interval to prevent integer overflowVincent Petry2014-06-121-0/+5
* Disable snapper init for IE <= 9Vincent Petry2014-06-101-1/+1
* set minDate and maxDate in datepickerBjoern Schiessle2014-06-061-1/+5
* only expire link sharesBjoern Schiessle2014-06-062-15/+32
* Merge pull request #8922 from owncloud/design-controls-transparencyJan-Christoph Borchardt2014-06-061-1/+1
|\
| * fix apps without app-navigationJan-Christoph Borchardt2014-06-061-1/+1
* | Merge pull request #4553 from owncloud/update_search_classesVincent Petry2014-06-061-0/+7
|\ \ | |/ |/|
| * allow apps to add translation for search result typeidJörn Friedrich Dreyer2014-06-061-0/+7
* | Fixed Snap mockVincent Petry2014-06-061-5/+10
* | Added debounce on resizeVincent Petry2014-06-061-1/+1
* | Disable snapper on bigger screens and on public/login pageMorris Jobke2014-06-061-33/+52
* | slightly widen sidebar to 250px, works better with apps and on mobileJan-Christoph Borchardt2014-06-051-1/+1
* | close sidebar when switching navigation entry, except on add or change settingsJan-Christoph Borchardt2014-06-052-0/+23
* | add app sidebar toggle and swipe on mobileJan-Christoph Borchardt2014-06-051-0/+15
* | add snap.js scriptJan-Christoph Borchardt2014-06-051-0/+568
|/
* Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-052-116/+20
|\
| * fix unit test templateMorris Jobke2014-06-051-1/+1
| * fix first failing testMorris Jobke2014-06-051-2/+1
| * better loading feedback for app start, move from JS to CSSJan-Christoph Borchardt2014-06-041-1/+1
| * show loading feedbackJan-Christoph Borchardt2014-06-041-2/+10
| * Remove obsoleted code to trigger navigation menuVincent Petry2014-06-042-106/+9
| * toggle the navigation on desktop, not only on mobileJan-Christoph Borchardt2014-06-041-8/+2
* | Merge pull request #8878 from owncloud/update-checkmigrationforappsVincent Petry2014-06-051-1/+1
|\ \
| * | Simulate apps database schema update on upgradeVincent Petry2014-06-041-1/+1
| |/
* | Merge pull request #8791 from owncloud/share-overview-sharewithstatusMorris Jobke2014-06-042-38/+235
|\ \ | |/ |/|
| * Use recipient display names when updating shares in the UIVincent Petry2014-06-042-27/+52
| * Multiple fixes to sharing overviewVincent Petry2014-06-031-5/+5
| * More unit tests and fixes for shareVincent Petry2014-06-022-15/+166
| * Added unit tests for share.js and share iconVincent Petry2014-06-021-13/+3
| * Update share action text to display owner/recipientsVincent Petry2014-06-021-32/+63
* | Merge pull request #8701 from owncloud/slide-up-toggleBernhard Posselt2014-06-041-0/+76
|\ \
| * | disable dynamic slide toggle by default and offer a way to enable itBernhard Posselt2014-05-261-3/+15
| * | rename to apps.jsBernhard Posselt2014-05-261-0/+0
| * | query buttons on every click to not worry about weird edge case scenariosBernhard Posselt2014-05-241-19/+5
| * | use different nsBernhard Posselt2014-05-241-1/+1
| * | allow apps to add buttons on runtime without negatively impacting performanceBernhard Posselt2014-05-241-4/+17
| * | add ; to make jshint happyBernhard Posselt2014-05-231-1/+1
| * | remove unecessary parenthsBernhard Posselt2014-05-231-2/+2
| * | add a slideup mechanismBernhard Posselt2014-05-231-0/+65
* | | Merge pull request #8468 from owncloud/remove-infieldlabelsJan-Christoph Borchardt2014-06-044-183/+459
|\ \ \