summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3635 from individual-it/fix_quota_validationMorris Jobke2017-02-281-10/+12
|\
| * make values with white spaces possibleArtur Neumann2017-02-281-1/+1
| * better quota validationArtur Neumann2017-02-281-9/+11
* | Merge pull request #2602 from nextcloud/resize-the-controls-after-the-sidebar...Lukas Reschke2017-02-231-1/+1
|\ \
| * | Increase debounce time to make sure controls are resized after the sidebar di...Marius Blüm2017-01-231-1/+1
| |/
* | Fix indentation and l10n compliance.m3ntalsp00n2017-02-081-3/+3
* | showUpdate funciton allows updated messagesm3ntalsp00n2017-02-041-2/+36
|/
* Verify input, add more unit testsPatrick Paysant2016-12-191-10/+12
* Implements all comments from @PVince81Patrick Paysant2016-12-191-46/+44
* Adding computerFileSize in OC.UtilPatrick Paysant2016-12-191-0/+46
* only reload on errors when logged inRobin Appelman2016-12-011-1/+1
* Make sure the controls is resized after the sidebar disappearedJoas Schilling2016-11-281-1/+1
* fix some outdated namingJan-Christoph Borchardt2016-11-241-9/+9
* set focus on input fieldBjoern Schiessle2016-11-241-0/+1
* Use proper return functionLukas Reschke2016-11-211-2/+1
* Use the existing promptJoas Schilling2016-11-181-37/+27
* Submit on enterRoeland Jago Douma2016-11-181-0/+6
* Empty the password field on submission of the formJoas Schilling2016-11-181-5/+3
* Make sure it is a functionJoas Schilling2016-11-181-1/+1
* Allow to check it via the APIJoas Schilling2016-11-181-2/+16
* Introduce the UI for password confirmationJoas Schilling2016-11-181-0/+64
* Apply firefox workaroud to svg filtersJulius Haertl2016-11-081-1/+3
* Fix the push stateJoas Schilling2016-11-071-1/+1
* Workaround for disappearing app icons for Firefox before version 51Julius Haertl2016-11-041-0/+11
* Merge pull request #1452 from nextcloud/appconfig-endpointJoas Schilling2016-10-251-1/+2
|\
| * Make AppConfig part of the public APIJoas Schilling2016-10-211-1/+2
* | JS utility function to compare pathsVincent Petry2016-10-241-0/+22
|/
* Remove deprecated breadcrumbs implementationMorris Jobke2016-10-201-117/+0
* Remove OC.localStorage and object methodMorris Jobke2016-10-201-76/+0
* do not reload the page if the server is (temporarily) unreachableChristoph Wurst2016-10-031-1/+19
* Fixup getURLParameter behaviorSimon Eisenmann2016-09-161-3/+4
* Return '' instead of 'null'Simon Eisenmann2016-09-161-1/+1
* Always use the js console when availableJoas Schilling2016-09-051-4/+1
* Update live timestamps to give a more live feelingJoas Schilling2016-09-011-0/+7
* Fixing infinite spinner animationThomas Pulzer2016-08-191-5/+28
* Revert "Fixing infinite spinning animation on user menu ctrl+click"Morris Jobke2016-08-181-25/+9
* Merge pull request #778 from nextcloud/Faldon-user_menu_uiMorris Jobke2016-08-181-9/+25
|\
| * Removed debug code.Faldon2016-08-111-1/+0
| * Fixed user and main menu closing on right mouse button click.Thomas Pulzer2016-08-111-7/+8
| * Changed app and user menu delegates to mousedown events.Thomas Pulzer2016-08-091-4/+13
| * Added OS X meta key check for stopping spinning animation in app and user menu.Thomas Pulzer2016-08-091-2/+2
| * Fixed user menu to not show spinner on ctrl+click.Thomas Pulzer2016-08-091-3/+10
* | Fix closing app menu on mobileJulius Haertl2016-07-311-0/+4
|/
* Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
* remove javascript png fallback for svgHendrik Leppelsack2016-07-011-94/+9
* remove ie8+9 supportHendrik Leppelsack2016-06-231-25/+5
* Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-101-3/+39
|\
| * Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-1/+6
| * Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-2/+33