Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make sure the UID is correctly cased | Joas Schilling | 2016-10-17 | 1 | -3/+10 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #1819 from nextcloud/stable9-fullscreen-icon | Morris Jobke | 2016-10-20 | 3 | -0/+15 | |
|\ \ | | | | | | | [stable9] add fullscreen icon | |||||
| * | | add fullscreen icon | Jan-Christoph Borchardt | 2016-10-20 | 3 | -0/+15 | |
|/ / | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | |||||
* | | Merge pull request #1799 from nextcloud/backport-1740-numeric-quota-9 | Joas Schilling | 2016-10-19 | 2 | -2/+9 | |
|\ \ | |/ |/| | [stable9] Make sure we only use numbers as length | |||||
| * | Make sure we only use numbers as length | Joas Schilling | 2016-10-19 | 2 | -2/+9 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #1719 from nextcloud/stable9-backport-1580 | Joas Schilling | 2016-10-12 | 1 | -0/+1 | |
|\ | | | | | [stable9] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter:… | |||||
| * | Unset user PHOTO before setting new one in ↵ | Olivier Mehani | 2016-10-12 | 1 | -0/+1 | |
|/ | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242 | |||||
* | Merge pull request #1698 from ↵ | blizzz | 2016-10-11 | 2 | -9/+77 | |
|\ | | | | | | | | | nextcloud/backport-1558-remove-notifications-upon-user-deletion-9 [stable9] Remove notifications upon user deletion | |||||
| * | Only trigger postDelete hooks when the user was deleted... | Joas Schilling | 2016-10-11 | 2 | -7/+8 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Make sure that comments, notifications and preferences are deleted | Joas Schilling | 2016-10-11 | 1 | -5/+68 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Remove notifications upon user deletion | Joas Schilling | 2016-10-11 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #1687 from ↵ | Roeland Jago Douma | 2016-10-11 | 10 | -12/+12 | |
|\ \ | | | | | | | | | | | | | nextcloud/backport-1638-allow-cross-repository-execution-9 [stable9] Allow to call the files even when you are in another instance atm | |||||
| * | | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-11 | 10 | -12/+12 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #1690 from ↵ | Roeland Jago Douma | 2016-10-11 | 2 | -11/+118 | |
|\ \ | | | | | | | | | | | | | nextcloud/backport-1586-fix-multi-translation-names-and-descriptions-9 [stable9] Fix multi translation names and descriptions | |||||
| * | | Better search functionality | Joas Schilling | 2016-10-11 | 1 | -5/+23 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Fix authors that have a mail or homepage | Joas Schilling | 2016-10-11 | 1 | -2/+24 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Fallback from "de" to "de_DE" and the other way around | Joas Schilling | 2016-10-11 | 1 | -3/+30 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Fix displaying and searching with multiple authors | Joas Schilling | 2016-10-11 | 1 | -0/+7 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Allow multiple names and description | Joas Schilling | 2016-10-11 | 1 | -7/+40 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #1696 from nextcloud/stable9-backport-1679 | Roeland Jago Douma | 2016-10-11 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable9] Improve user list rendering perf by not resorting after every add (#2… | |||||
| * | | Improve user list rendering perf by not resorting after every add (#26282) | Vincent Petry | 2016-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The call to UserList.add() was wrong and was passing "user.lastLogin" as the sort argument which would cause the list to be resorted over and over again for every added item after loading the next page of users. | |||||
* | | | Merge pull request #1699 from nextcloud/stable9-backport-1644 | Roeland Jago Douma | 2016-10-11 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | [stable9] Set proper web title for apple | |||||
| * | | Set proper web title for apple | Roeland Jago Douma | 2016-10-11 | 1 | -1/+1 | |
|/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Merge pull request #1647 from nextcloud/stable9-backport-1562 | Morris Jobke | 2016-10-10 | 1 | -2/+4 | |
|\ \ | | | | | | | [stable9] log version number in each log line | |||||
| * | | log version number in each log line | Morris Jobke | 2016-10-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | | Merge pull request #1650 from nextcloud/stable9-backport-1633 | Joas Schilling | 2016-10-07 | 1 | -84/+227 | |
|\ \ \ | |/ / |/| | | [stable9] Update root certificate list | |||||
| * | | Update root certificate list | Lukas Reschke | 2016-10-07 | 1 | -84/+227 | |
|/ / | | | | | | | | | | | Syncs with the newest certificate list by Mozilla. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | | Make it 9.0.54v9.0.54 | Lukas Reschke | 2016-09-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #1556 from nextcloud/stable9-updatestate-can-be-empty | Lukas Reschke | 2016-09-28 | 1 | -1/+1 | |
|\ \ | |/ |/| | [Stable9] updatestate can be empty | |||||
| * | UpdateState is empty if no update is available | Lukas Reschke | 2016-09-28 | 1 | -1/+1 | |
|/ | | | | This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116". | |||||
* | Make it 9.0.54 RC4 | Lukas Reschke | 2016-09-27 | 1 | -2/+2 | |
| | ||||||
* | Make it 9.0.54 RC3 | Lukas Reschke | 2016-09-27 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1542 from ↵ | Lukas Reschke | 2016-09-27 | 9 | -22/+59 | |
|\ | | | | | | | | | nextcloud/backport-1540-switch-for-autoupdater-control-9 [stable9] Switch for autoupdater control | |||||
| * | Use the same URL everywhere | Joas Schilling | 2016-09-27 | 3 | -14/+14 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Respect updater kill switch and fall back to download button | Joas Schilling | 2016-09-27 | 6 | -8/+40 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | Return the autoupdater value from the server | Joas Schilling | 2016-09-27 | 2 | -0/+5 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make it 9.0.54 RC2 | Lukas Reschke | 2016-09-26 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1501 from nextcloud/stable9-backport-1499 | Lukas Reschke | 2016-09-26 | 8 | -125/+127 | |
|\ | | | | | [stable9] Add repair step and revert "Open updater" button | |||||
| * | Revert "[stable9] Don't show the updater if updater is incompatible" | Morris Jobke | 2016-09-26 | 3 | -108/+13 | |
| | | | | | | | | This reverts commit 5e2bf16db1d5b2726713d04b019ade8557104fbd. | |||||
| * | Add repair step to remove .step file after update | Morris Jobke | 2016-09-23 | 2 | -0/+83 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
| * | Revert "Fix tests" | Morris Jobke | 2016-09-23 | 2 | -16/+7 | |
| | | | | | | | | | | | | This reverts commit 997e4cf3fe297190c16ad12750e60c289c8ed088. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
| * | Revert "Show an update button instead of the updater" | Morris Jobke | 2016-09-23 | 4 | -6/+29 | |
|/ | | | | | | This reverts commit b42ee95383cbedb6a0fadf315fcdccba226286a9. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Change version to 9.0.54 | Lukas Reschke | 2016-09-21 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1416 from nextcloud/add-vendor-9 | Morris Jobke | 2016-09-16 | 1 | -0/+2 | |
|\ | | | | | Add vendor to stable9, so the release script can handle all the same | |||||
| * | Add vendor to stable9, so the release script can handle all the same | Joas Schilling | 2016-09-15 | 1 | -0/+2 | |
|/ | ||||||
* | Change version to 9.0.54 RC1v9.0.54RC1 | Lukas Reschke | 2016-09-14 | 1 | -2/+2 | |
| | ||||||
* | Change version to 9.0.53 RC1 | Lukas Reschke | 2016-09-14 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #1403 from nextcloud/stable9-backport-1399 | Morris Jobke | 2016-09-14 | 4 | -79/+74 | |
|\ | | | | | [stable9] Move Travis tests to DroneCI | |||||
| * | Move Travis tests to DroneCI | Lukas Reschke | 2016-09-14 | 4 | -79/+74 | |
|/ | | | | | | | | | | Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container | |||||
* | Merge pull request #1392 from nextcloud/stable9-backport-1376 | Roeland Jago Douma | 2016-09-13 | 2 | -1/+109 | |
|\ | | | | | [stable9] Allow increasing permissions for share owner |