Joas Schilling
a9f4210d25
Merge pull request #1714 from nextcloud/stable10_1713
...
[stable10] fix issue #1482 - mail invites through v1 webdav
2016-10-12 13:13:04 +02:00
Claudemir Todo Bom
5d55162ee5
fix issue #1482 - mail invites through v1 webdav
...
Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-12 10:13:13 +02:00
Nextcloud bot
1e60c5a164
[tx-robot] updated from transifex
2016-10-12 00:08:23 +00:00
Roeland Jago Douma
8574a5a51b
Merge pull request #1685 from nextcloud/backport-1683-installing-app-with-code-checker
...
[stable10] Add app name to the call
2016-10-11 16:32:45 +02:00
Roeland Jago Douma
46a1705d39
Merge pull request #1686 from nextcloud/backport-1638-allow-cross-repository-execution
...
[stable10] Allow to call the files even when you are in another instance atm
2016-10-11 15:22:42 +02:00
Roeland Jago Douma
1bdc4d7fef
Merge pull request #1688 from nextcloud/backport-1586-fix-multi-translation-names-and-descriptions
...
[stable10] Fix multi translation names and descriptions
2016-10-11 14:28:37 +02:00
Roeland Jago Douma
c7e40d00a0
Merge pull request #1694 from nextcloud/stable10-backport-1679
...
[stable10] Improve user list rendering perf by not resorting after every add (#2…
2016-10-11 14:26:05 +02:00
Roeland Jago Douma
29b4611bef
Merge pull request #1697 from nextcloud/stable10-backport-1644
...
[stable10] Set proper web title for apple
2016-10-11 14:22:38 +02:00
blizzz
cd282faac0
Merge pull request #1695 from nextcloud/backport-1558-remove-notifications-upon-user-deletion
...
[stable10] Remove notifications upon user deletion
2016-10-11 13:15:05 +02:00
Roeland Jago Douma
27703caa09
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:53:00 +02:00
Joas Schilling
6b703e97ce
Only trigger postDelete hooks when the user was deleted...
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:45:39 +02:00
Joas Schilling
9107573020
Make sure that comments, notifications and preferences are deleted
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:45:09 +02:00
Joas Schilling
1fcd7848c6
Remove notifications upon user deletion
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:41:41 +02:00
Vincent Petry
706317a715
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:40:49 +02:00
Joas Schilling
d831156d78
Better search functionality
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:39:25 +02:00
Joas Schilling
7ce29c6eef
Fix authors that have a mail or homepage
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:39:21 +02:00
Joas Schilling
7d0d38348f
Fallback from "de" to "de_DE" and the other way around
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 09:52:28 +02:00
Joas Schilling
96ed4fe15e
Fix displaying and searching with multiple authors
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 09:52:14 +02:00
Joas Schilling
8ba5b9722b
Allow multiple names and description
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 09:52:06 +02:00
Joas Schilling
53de74fe82
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:45:05 +02:00
Joas Schilling
eba5e3c9e7
Add app name to the call
...
Regression from 69b063f4c6
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 09:43:04 +02:00
Nextcloud bot
a27633b140
[tx-robot] updated from transifex
2016-10-11 00:07:00 +00:00
Joas Schilling
72ede569e7
Merge pull request #1645 from nextcloud/stable10-backport-1595
...
[stable10] Use proper casing of username in avatar filesystem setup
2016-10-10 10:00:02 +02:00
Morris Jobke
466ebf8974
Merge pull request #1654 from nextcloud/backport-1643-stable10
...
[stable10] cache loginName2UserName and cover the method with unit tests
2016-10-10 09:15:25 +02:00
Roeland Jago Douma
1090c77f80
Merge pull request #1646 from nextcloud/stable10-backport-1562
...
[stable10] log version number in each log line
2016-10-10 08:29:39 +02:00
Nextcloud bot
4ff2f3ac46
[tx-robot] updated from transifex
2016-10-10 00:07:04 +00:00
Nextcloud bot
3fee65d643
[tx-robot] updated from transifex
2016-10-09 00:06:56 +00:00
Nextcloud bot
e6cb73d70d
[tx-robot] updated from transifex
2016-10-08 00:06:59 +00:00
Arthur Schiwon
0898cfce98
make tests php 5.4 / phpunit 4.8 compatible
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-07 16:11:24 +02:00
Arthur Schiwon
005d264d60
Backport of #1643 to stable10
...
get rid of test warnings
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
cache loginName2UserName and cover the method with unit tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2016-10-07 13:51:36 +02:00
Joas Schilling
6fa841c181
Merge pull request #1649 from nextcloud/stable10-backport-1633
...
[stable10] Update root certificate list
2016-10-07 13:29:21 +02:00
Lukas Reschke
31dee3605f
Update root certificate list
...
Syncs with the newest certificate list by Mozilla.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-07 10:59:40 +02:00
Morris Jobke
6374593099
log version number in each log line
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-07 10:09:37 +02:00
Morris Jobke
e4ece33e80
Use proper casing of username in avatar filesystem setup
...
* before you could request an avatar for User instead of user
which sets up the filesystem for that user twice causing
the sharing codes collision detection to detect a lot of
collisions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-07 09:57:41 +02:00
Nextcloud bot
04d0daed12
[tx-robot] updated from transifex
2016-10-07 00:07:12 +00:00
Morris Jobke
3aab8f8a80
Merge pull request #1637 from nextcloud/backport-1636-fix-synjob-class-name
...
[stable10] Fix SyncJob class name in info.xml
2016-10-06 12:45:42 +02:00
Joas Schilling
e811dea771
Fix SyncJob class name in info.xml
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-06 10:59:03 +02:00
Lukas Reschke
bbde2f9b11
Merge pull request #1619 from nextcloud/backport-1617-update-notification-readable-version
...
[stable10] Update notification readable version (10.0.1 instead of 9.1.1.5)
2016-10-06 09:17:47 +02:00
Nextcloud bot
6ed029057b
[tx-robot] updated from transifex
2016-10-05 00:07:04 +00:00
Joas Schilling
875a3f4b28
Use new URL schema
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-04 13:02:05 +02:00
Joas Schilling
87cc0231a8
Use the readable version for notifications
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-04 12:56:27 +02:00
Nextcloud bot
530a72493b
[tx-robot] updated from transifex
2016-10-04 00:07:03 +00:00
Roeland Jago Douma
3b92dc452c
Merge pull request #1461 from nextcloud/stable9.1-fed-share-retry-upstream
...
[upstream] [stable10] Fix fed share test call to return proper result
2016-10-03 15:33:34 +02:00
Roeland Jago Douma
ea5b522329
Merge pull request #1574 from nextcloud/backport-1408-chunk-calendar-objects-query
...
[stable10] Chunk events/contacts when getting them
2016-10-03 12:17:04 +02:00
Nextcloud bot
ed98fae8fb
[tx-robot] updated from transifex
2016-10-03 00:12:53 +00:00
Nextcloud bot
6fcc190f5d
[tx-robot] updated from transifex
2016-10-02 00:16:32 +00:00
Nextcloud bot
7dc0de8cb1
[tx-robot] updated from transifex
2016-10-01 00:08:30 +00:00
Nextcloud bot
64e3167dcc
[tx-robot] updated from transifex
2016-09-30 00:08:19 +00:00
Joas Schilling
884e538575
Close cursors
2016-09-29 14:33:56 +02:00
Joas Schilling
5b8c7768b1
Chunk if you have too many contacts
2016-09-29 14:33:44 +02:00