Commit graph

31789 commits

Author SHA1 Message Date
Joas Schilling
e12e27fa65
Fix issues where some user settings cannot be loaded when the user id differs in case sensitivity
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-21 11:25:22 +02:00
Joas Schilling
6902fb578f
Make sure the UID is correctly cased
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-17 14:38:13 +02:00
Joas Schilling
55f5f5061d Merge pull request #1719 from nextcloud/stable9-backport-1580
[stable9] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter:…
2016-10-12 13:13:48 +02:00
Olivier Mehani
69a58d539d
Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateCard (#26243)
Signed-off-by: Olivier Mehani <shtrom@ssji.net>

#26242
2016-10-12 11:21:09 +02:00
blizzz
f82ef09150 Merge pull request #1698 from nextcloud/backport-1558-remove-notifications-upon-user-deletion-9
[stable9] Remove notifications upon user deletion
2016-10-11 16:48:15 +02:00
Roeland Jago Douma
30bc368a6e Merge pull request #1687 from nextcloud/backport-1638-allow-cross-repository-execution-9
[stable9] Allow to call the files even when you are in another instance atm
2016-10-11 15:23:11 +02:00
Roeland Jago Douma
6fdef86eeb Merge pull request #1690 from nextcloud/backport-1586-fix-multi-translation-names-and-descriptions-9
[stable9] Fix multi translation names and descriptions
2016-10-11 14:29:04 +02:00
Roeland Jago Douma
d7dbec5ee5 Merge pull request #1696 from nextcloud/stable9-backport-1679
[stable9] Improve user list rendering perf by not resorting after every add (#2…
2016-10-11 14:25:44 +02:00
Roeland Jago Douma
85cca958e6 Merge pull request #1699 from nextcloud/stable9-backport-1644
[stable9] Set proper web title for apple
2016-10-11 14:22:06 +02:00
Joas Schilling
1d9738006a
Only trigger postDelete hooks when the user was deleted...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 14:18:01 +02:00
Joas Schilling
203c5f745e
Make sure that comments, notifications and preferences are deleted
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 14:18:01 +02:00
Roeland Jago Douma
81d5255989
Set proper web title for apple
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-11 10:56:50 +02:00
Joas Schilling
1b006b9d6e
Remove notifications upon user deletion
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:49:40 +02:00
Vincent Petry
1bc2da1c60
Improve user list rendering perf by not resorting after every add (#26282)
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.
2016-10-11 10:43:43 +02:00
Joas Schilling
4074d90ef1
Better search functionality
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:39:03 +02:00
Joas Schilling
a6859fd863
Fix authors that have a mail or homepage
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:38:45 +02:00
Joas Schilling
ee2d77279f
Fallback from "de" to "de_DE" and the other way around
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:09:21 +02:00
Joas Schilling
a61cab80d5
Fix displaying and searching with multiple authors
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:07:35 +02:00
Joas Schilling
45d5f7adc2
Allow multiple names and description
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:06:56 +02:00
Joas Schilling
f908feddb5
Allow to call the files even when you are in another instance atm
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 09:49:27 +02:00
Morris Jobke
2f546eab71 Merge pull request #1647 from nextcloud/stable9-backport-1562
[stable9] log version number in each log line
2016-10-10 08:30:26 +02:00
Joas Schilling
74bb7e1c58 Merge pull request #1650 from nextcloud/stable9-backport-1633
[stable9] Update root certificate list
2016-10-07 13:29:58 +02:00
Lukas Reschke
a4c55945df Update root certificate list
Syncs with the newest certificate list by Mozilla.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-07 11:01:51 +02:00
Morris Jobke
a8d2aacaa2 log version number in each log line
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-07 10:20:26 +02:00
Lukas Reschke
36750094f8 Make it 9.0.54 2016-09-28 15:23:24 +02:00
Lukas Reschke
a217829454 Merge pull request #1556 from nextcloud/stable9-updatestate-can-be-empty
[Stable9] updatestate can be empty
2016-09-28 13:03:32 +02:00
Lukas Reschke
6ac02d4aac
UpdateState is empty if no update is available
This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116".
2016-09-28 12:33:57 +02:00
Lukas Reschke
d2c51750af Make it 9.0.54 RC4 2016-09-27 16:36:54 +02:00
Lukas Reschke
16a845f357 Make it 9.0.54 RC3 2016-09-27 16:07:52 +02:00
Lukas Reschke
50bfd21dce Merge pull request #1542 from nextcloud/backport-1540-switch-for-autoupdater-control-9
[stable9] Switch for autoupdater control
2016-09-27 16:07:00 +02:00
Joas Schilling
40ad62306d
Use the same URL everywhere
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-27 15:19:39 +02:00
Joas Schilling
1167e695d3
Respect updater kill switch and fall back to download button
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-27 15:14:40 +02:00
Joas Schilling
182f6ec6c6
Return the autoupdater value from the server
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-27 15:06:59 +02:00
Lukas Reschke
abce80b55a Make it 9.0.54 RC2 2016-09-26 22:32:13 +02:00
Lukas Reschke
2d14612f67 Merge pull request #1501 from nextcloud/stable9-backport-1499
[stable9] Add repair step and revert "Open updater" button
2016-09-26 22:29:09 +02:00
Morris Jobke
91757e7128
Revert "[stable9] Don't show the updater if updater is incompatible"
This reverts commit 5e2bf16db1.
2016-09-26 14:41:30 +02:00
Morris Jobke
2fb10ce629
Add repair step to remove .step file after update
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 14:10:28 +02:00
Morris Jobke
8c133451ac
Revert "Fix tests"
This reverts commit 997e4cf3fe.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:59:55 +02:00
Morris Jobke
7a135d8d81
Revert "Show an update button instead of the updater"
This reverts commit b42ee95383.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:59:46 +02:00
Lukas Reschke
f7d53513b1 Change version to 9.0.54 2016-09-21 10:40:35 +02:00
Morris Jobke
dc54b26d5f Merge pull request #1416 from nextcloud/add-vendor-9
Add vendor to stable9, so the release script can handle all the same
2016-09-16 17:57:49 +02:00
Joas Schilling
1ce3957a23
Add vendor to stable9, so the release script can handle all the same 2016-09-15 12:12:35 +02:00
Lukas Reschke
167f29dd6d Change version to 9.0.54 RC1 2016-09-14 20:16:05 +02:00
Lukas Reschke
678575e38a Change version to 9.0.53 RC1 2016-09-14 20:03:26 +02:00
Morris Jobke
a0a382128f Merge pull request #1403 from nextcloud/stable9-backport-1399
[stable9] Move Travis tests to DroneCI
2016-09-14 09:37:39 +02:00
Lukas Reschke
5c3e1211d1
Move Travis tests to DroneCI
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
2016-09-14 09:13:47 +02:00
Roeland Jago Douma
c59e607d74 Merge pull request #1392 from nextcloud/stable9-backport-1376
[stable9] Allow increasing permissions for share owner
2016-09-13 15:43:39 +02:00
Vincent Petry
c1c21da1f2
Allow increasing permissions for share owner
In some cases, the owner of the share is also recipient through a group
share. The owner must still be able to increase permissions in that
situation.
2016-09-13 12:12:42 +02:00
Morris Jobke
bd86ca9976 Merge pull request #1390 from nextcloud/stable9-drone-update
[stable9] Update drone.yml layout
2016-09-13 11:37:13 +02:00
Morris Jobke
603fbd70f4
Update drone.yml layout
* add matrix
* improve cline speed
2016-09-13 10:58:32 +02:00