summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make sure the UID is correctly casedJoas Schilling2016-10-171-3/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1819 from nextcloud/stable9-fullscreen-iconMorris Jobke2016-10-203-0/+15
|\ \ | | | | | | [stable9] add fullscreen icon
| * | add fullscreen iconJan-Christoph Borchardt2016-10-203-0/+15
|/ / | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #1799 from nextcloud/backport-1740-numeric-quota-9Joas Schilling2016-10-192-2/+9
|\ \ | |/ |/| [stable9] Make sure we only use numbers as length
| * Make sure we only use numbers as lengthJoas Schilling2016-10-192-2/+9
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1719 from nextcloud/stable9-backport-1580Joas Schilling2016-10-121-0/+1
|\ | | | | [stable9] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter:…
| * Unset user PHOTO before setting new one in ↵Olivier Mehani2016-10-121-0/+1
|/ | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242
* Merge pull request #1698 from ↵blizzz2016-10-112-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 Schilling2016-10-112-7/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make sure that comments, notifications and preferences are deletedJoas Schilling2016-10-111-5/+68
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove notifications upon user deletionJoas Schilling2016-10-111-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1687 from ↵Roeland Jago Douma2016-10-1110-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 atmJoas Schilling2016-10-1110-12/+12
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1690 from ↵Roeland Jago Douma2016-10-112-11/+118
|\ \ | | | | | | | | | | | | nextcloud/backport-1586-fix-multi-translation-names-and-descriptions-9 [stable9] Fix multi translation names and descriptions
| * | Better search functionalityJoas Schilling2016-10-111-5/+23
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix authors that have a mail or homepageJoas Schilling2016-10-111-2/+24
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fallback from "de" to "de_DE" and the other way aroundJoas Schilling2016-10-111-3/+30
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix displaying and searching with multiple authorsJoas Schilling2016-10-111-0/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Allow multiple names and descriptionJoas Schilling2016-10-111-7/+40
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1696 from nextcloud/stable9-backport-1679Roeland Jago Douma2016-10-111-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 Petry2016-10-111-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-1644Roeland Jago Douma2016-10-111-1/+1
|\ \ \ | |_|/ |/| | [stable9] Set proper web title for apple
| * | Set proper web title for appleRoeland Jago Douma2016-10-111-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-1562Morris Jobke2016-10-101-2/+4
|\ \ | | | | | | [stable9] log version number in each log line
| * | log version number in each log lineMorris Jobke2016-10-071-2/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #1650 from nextcloud/stable9-backport-1633Joas Schilling2016-10-071-84/+227
|\ \ \ | |/ / |/| | [stable9] Update root certificate list
| * | Update root certificate listLukas Reschke2016-10-071-84/+227
|/ / | | | | | | | | | | Syncs with the newest certificate list by Mozilla. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Make it 9.0.54v9.0.54Lukas Reschke2016-09-281-2/+2
| |
* | Merge pull request #1556 from nextcloud/stable9-updatestate-can-be-emptyLukas Reschke2016-09-281-1/+1
|\ \ | |/ |/| [Stable9] updatestate can be empty
| * UpdateState is empty if no update is availableLukas Reschke2016-09-281-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 RC4Lukas Reschke2016-09-271-2/+2
|
* Make it 9.0.54 RC3Lukas Reschke2016-09-271-2/+2
|
* Merge pull request #1542 from ↵Lukas Reschke2016-09-279-22/+59
|\ | | | | | | | | nextcloud/backport-1540-switch-for-autoupdater-control-9 [stable9] Switch for autoupdater control
| * Use the same URL everywhereJoas Schilling2016-09-273-14/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Respect updater kill switch and fall back to download buttonJoas Schilling2016-09-276-8/+40
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Return the autoupdater value from the serverJoas Schilling2016-09-272-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make it 9.0.54 RC2Lukas Reschke2016-09-261-2/+2
|
* Merge pull request #1501 from nextcloud/stable9-backport-1499Lukas Reschke2016-09-268-125/+127
|\ | | | | [stable9] Add repair step and revert "Open updater" button
| * Revert "[stable9] Don't show the updater if updater is incompatible"Morris Jobke2016-09-263-108/+13
| | | | | | | | This reverts commit 5e2bf16db1d5b2726713d04b019ade8557104fbd.
| * Add repair step to remove .step file after updateMorris Jobke2016-09-232-0/+83
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Revert "Fix tests"Morris Jobke2016-09-232-16/+7
| | | | | | | | | | | | This reverts commit 997e4cf3fe297190c16ad12750e60c289c8ed088. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Revert "Show an update button instead of the updater"Morris Jobke2016-09-234-6/+29
|/ | | | | | This reverts commit b42ee95383cbedb6a0fadf315fcdccba226286a9. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change version to 9.0.54Lukas Reschke2016-09-211-2/+2
|
* Merge pull request #1416 from nextcloud/add-vendor-9Morris Jobke2016-09-161-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 sameJoas Schilling2016-09-151-0/+2
|/
* Change version to 9.0.54 RC1v9.0.54RC1Lukas Reschke2016-09-141-2/+2
|
* Change version to 9.0.53 RC1Lukas Reschke2016-09-141-2/+2
|
* Merge pull request #1403 from nextcloud/stable9-backport-1399Morris Jobke2016-09-144-79/+74
|\ | | | | [stable9] Move Travis tests to DroneCI
| * Move Travis tests to DroneCILukas Reschke2016-09-144-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-1376Roeland Jago Douma2016-09-132-1/+109
|\ | | | | [stable9] Allow increasing permissions for share owner