| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix variable definitions in oc dialogs | Morris Jobke | 2017-05-01 | 1 | -1/+1 |
* | Merge branch 'master' into contactsmenu | Jan-Christoph Borchardt | 2017-04-26 | 1 | -1/+0 |
|\ |
|
| * | Remove js debug logging | Christoph Wurst | 2017-04-25 | 1 | -1/+0 |
* | | Contacts menu | Christoph Wurst | 2017-04-25 | 1 | -2/+15 |
|/ |
|
* | Fix loading spinner for new app menu | Julius Härtl | 2017-04-25 | 1 | -0/+15 |
* | Responsive app menu | Julius Härtl | 2017-04-25 | 1 | -0/+47 |
* | Merge pull request #4027 from nextcloud/better-spreed-call-urls | Robin Appelman | 2017-03-27 | 1 | -9/+15 |
|\ |
|
| * | Allow to push a non-query URL to the browser history | Joas Schilling | 2017-03-24 | 1 | -9/+15 |
* | | Cleanup code as suggested by @icewind1991 | Lukas Reschke | 2017-03-26 | 1 | -16/+8 |
* | | Make async | Lukas Reschke | 2017-03-26 | 1 | -4/+2 |
* | | Fix callback | Lukas Reschke | 2017-03-26 | 1 | -1/+1 |
* | | Use eval instead of $.script | Lukas Reschke | 2017-03-26 | 1 | -8/+23 |
|/ |
|
* | Properly clear heartbeat interval | Vincent Petry | 2017-03-23 | 1 | -1/+1 |
* | Add ignore_files to config, | Felix Heidecke | 2017-03-20 | 1 | -0/+8 |
* | Harden JS by disabling jQuery eval | Lukas Reschke | 2017-03-16 | 1 | -0/+9 |
* | Fix popover positioning after window resize | Julius Haertl | 2017-03-16 | 1 | -5/+13 |
* | Fix menu issues | Julius Haertl | 2017-03-16 | 1 | -1/+4 |
* | Show app icons in the header | Julius Haertl | 2017-03-16 | 1 | -2/+2 |
* | Merge pull request #3635 from individual-it/fix_quota_validation | Morris Jobke | 2017-02-28 | 1 | -10/+12 |
|\ |
|
| * | make values with white spaces possible | Artur Neumann | 2017-02-28 | 1 | -1/+1 |
| * | better quota validation | Artur Neumann | 2017-02-28 | 1 | -9/+11 |
* | | Merge pull request #2602 from nextcloud/resize-the-controls-after-the-sidebar... | Lukas Reschke | 2017-02-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Increase debounce time to make sure controls are resized after the sidebar di... | Marius Blüm | 2017-01-23 | 1 | -1/+1 |
| |/ |
|
* | | Fix indentation and l10n compliance. | m3ntalsp00n | 2017-02-08 | 1 | -3/+3 |
* | | showUpdate funciton allows updated messages | m3ntalsp00n | 2017-02-04 | 1 | -2/+36 |
|/ |
|
* | Verify input, add more unit tests | Patrick Paysant | 2016-12-19 | 1 | -10/+12 |
* | Implements all comments from @PVince81 | Patrick Paysant | 2016-12-19 | 1 | -46/+44 |
* | Adding computerFileSize in OC.Util | Patrick Paysant | 2016-12-19 | 1 | -0/+46 |
* | only reload on errors when logged in | Robin Appelman | 2016-12-01 | 1 | -1/+1 |
* | Make sure the controls is resized after the sidebar disappeared | Joas Schilling | 2016-11-28 | 1 | -1/+1 |
* | fix some outdated naming | Jan-Christoph Borchardt | 2016-11-24 | 1 | -9/+9 |
* | set focus on input field | Bjoern Schiessle | 2016-11-24 | 1 | -0/+1 |
* | Use proper return function | Lukas Reschke | 2016-11-21 | 1 | -2/+1 |
* | Use the existing prompt | Joas Schilling | 2016-11-18 | 1 | -37/+27 |
* | Submit on enter | Roeland Jago Douma | 2016-11-18 | 1 | -0/+6 |
* | Empty the password field on submission of the form | Joas Schilling | 2016-11-18 | 1 | -5/+3 |
* | Make sure it is a function | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
* | Allow to check it via the API | Joas Schilling | 2016-11-18 | 1 | -2/+16 |
* | Introduce the UI for password confirmation | Joas Schilling | 2016-11-18 | 1 | -0/+64 |
* | Apply firefox workaroud to svg filters | Julius Haertl | 2016-11-08 | 1 | -1/+3 |
* | Fix the push state | Joas Schilling | 2016-11-07 | 1 | -1/+1 |
* | Workaround for disappearing app icons for Firefox before version 51 | Julius Haertl | 2016-11-04 | 1 | -0/+11 |
* | Merge pull request #1452 from nextcloud/appconfig-endpoint | Joas Schilling | 2016-10-25 | 1 | -1/+2 |
|\ |
|
| * | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -1/+2 |
* | | JS utility function to compare paths | Vincent Petry | 2016-10-24 | 1 | -0/+22 |
|/ |
|
* | Remove deprecated breadcrumbs implementation | Morris Jobke | 2016-10-20 | 1 | -117/+0 |
* | Remove OC.localStorage and object method | Morris Jobke | 2016-10-20 | 1 | -76/+0 |
* | do not reload the page if the server is (temporarily) unreachable | Christoph Wurst | 2016-10-03 | 1 | -1/+19 |
* | Fixup getURLParameter behavior | Simon Eisenmann | 2016-09-16 | 1 | -3/+4 |
* | Return '' instead of 'null' | Simon Eisenmann | 2016-09-16 | 1 | -1/+1 |