Nextcloud bot
ceec594cc0
[tx-robot] updated from transifex
2017-10-05 00:08:34 +00:00
Nextcloud bot
1c30c72909
[tx-robot] updated from transifex
2017-10-04 00:08:37 +00:00
Nextcloud bot
4a21eb1c7d
[tx-robot] updated from transifex
2017-10-03 00:08:30 +00:00
Nextcloud bot
77931505d3
[tx-robot] updated from transifex
2017-10-02 00:08:33 +00:00
Nextcloud bot
05fe73ef5d
[tx-robot] updated from transifex
2017-10-01 00:08:35 +00:00
Nextcloud bot
489fc55e1d
[tx-robot] updated from transifex
2017-09-30 00:08:35 +00:00
Nextcloud bot
cae4a1956b
[tx-robot] updated from transifex
2017-09-29 00:08:31 +00:00
Robin Appelman
ac31b67f42
navigate to the root directory when showing the main filelist
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-09-28 16:37:47 +02:00
Nextcloud bot
df00dc89d1
[tx-robot] updated from transifex
2017-09-28 00:08:46 +00:00
Morris Jobke
f6ccc1e0a1
Merge pull request #6554 from nextcloud/stable12-contacts_menu_privacy
...
[Stable12] contacts menu privacy
2017-09-27 15:32:29 +02:00
Nextcloud bot
af923601b9
[tx-robot] updated from transifex
2017-09-27 00:08:33 +00:00
Nextcloud bot
0f39ea5830
[tx-robot] updated from transifex
2017-09-26 00:08:36 +00:00
Nextcloud bot
06ca365ccd
[tx-robot] updated from transifex
2017-09-25 00:08:12 +00:00
Nextcloud bot
29e4c10517
[tx-robot] updated from transifex
2017-09-23 00:08:06 +00:00
Nextcloud bot
c1aa80afe8
[tx-robot] updated from transifex
2017-09-22 00:08:32 +00:00
Nextcloud bot
cb212712f6
[tx-robot] updated from transifex
2017-09-21 00:08:36 +00:00
Roeland Jago Douma
9945d2f039
Merge pull request #6509 from nextcloud/backport-5689
...
[stable12] LDAP: simplify returning the homePath and fixing #4117
2017-09-20 20:11:30 +02:00
Morris Jobke
ac0cd59a20
Merge pull request #6502 from nextcloud/backport-6453-stable12
...
[stable12] Fix initializing paged search under some circumstances
2017-09-20 16:07:28 +02:00
Morris Jobke
7d4fda5c85
Merge pull request #6524 from nextcloud/12-6506
...
[stable12] Fix sharer name overlap with filename
2017-09-20 16:06:09 +02:00
Morris Jobke
aa586331ea
Merge pull request #6525 from nextcloud/12-6499
...
[stable12] Allow to close sidebar for text files
2017-09-20 16:05:59 +02:00
Morris Jobke
6a52cda551
Merge pull request #6547 from nextcloud/backport-6545-stable12
...
[stable12] throw 101 when an empty group string is provided
2017-09-20 16:05:41 +02:00
Joas Schilling
3c449c88be
Merge pull request #6527 from nextcloud/fix_quota_new_endpoint_12
...
[stable12] Fix quota new endpoint 12
2017-09-20 09:19:06 +02:00
Nextcloud bot
2bac01daad
[tx-robot] updated from transifex
2017-09-20 00:08:36 +00:00
Joas Schilling
4ca0223f37
Use the wrapper to get the parameters which was added in #6369
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-19 15:06:22 +02:00
Nextcloud bot
db56ea3e70
[tx-robot] updated from transifex
2017-09-19 00:08:39 +00:00
Lukas Reschke
96e3e0788a
Revert "Do not list system users in contacts menu if sharing autocompletion is disabled"
...
This reverts commit 56a9084dd2
.
2017-09-18 17:27:57 +02:00
Arthur Schiwon
713ce42fdf
throw 101 when an empty group string is provided
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-18 13:10:23 +02:00
Nextcloud bot
c854665b0c
[tx-robot] updated from transifex
2017-09-18 00:08:41 +00:00
Nextcloud bot
bc88484e7f
[tx-robot] updated from transifex
2017-09-17 00:08:34 +00:00
Nextcloud bot
18a258c531
[tx-robot] updated from transifex
2017-09-16 00:08:34 +00:00
Roeland Jago Douma
76cd70aed7
Fix quota calculation on new dav upload endpoint
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-09-15 20:21:37 +02:00
Morris Jobke
efec52ebeb
Allow to close sidebar for text files
...
* the close button was overlapped by the text preview and you could not close the sidebar then
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-15 17:00:14 +02:00
Jan-Christoph Borchardt
f987347b83
Correctly ellipsize file names, fix #6498
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-09-15 16:53:01 +02:00
Jan-Christoph Borchardt
64dd1f6833
Ellipsize sharer name, ref #6498
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-09-15 16:52:52 +02:00
Nextcloud bot
99916a9bda
[tx-robot] updated from transifex
2017-09-15 00:08:17 +00:00
Arthur Schiwon
90ebeae512
listen to deletion hooks for proper handling, adjust and add tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 17:04:12 +02:00
Arthur Schiwon
5933c0c55f
simplify returning the homePath and fixing #4117
...
homesToKill was not set in runtime since some changes some place else. It
required deleteUser() to be called first. The method acts independent of it
now.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 17:04:01 +02:00
Arthur Schiwon
9d5fd7cd92
adapted integration tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 14:14:23 +02:00
Arthur Schiwon
9fb8f1fcd3
fix counting found results in search op
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 14:14:16 +02:00
Arthur Schiwon
51e4b49ee9
improve and extend paging integration test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 14:14:10 +02:00
Arthur Schiwon
30bf1c158d
replace hard-coded attribute with the corresponding settings option
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 14:14:04 +02:00
Arthur Schiwon
de8626694f
fix limit-flaw in search on paged results
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-14 14:13:49 +02:00
Nextcloud bot
a7f3fadd37
[tx-robot] updated from transifex
2017-09-14 00:08:21 +00:00
Nextcloud bot
51c110dd66
[tx-robot] updated from transifex
2017-09-13 00:08:21 +00:00
Morris Jobke
c1690da20b
Merge pull request #6444 from nextcloud/backport-6351-sql-syntax-on-caldav
...
[stable12] not to backquote LIMIT on CalDavBackend.php
2017-09-12 09:43:24 +02:00
Morris Jobke
5981027f82
Merge pull request #6359 from nextcloud/12-6082
...
[stable12] Use separate element color in theming
2017-09-12 09:41:10 +02:00
Nextcloud bot
c58fdad3de
[tx-robot] updated from transifex
2017-09-12 00:08:34 +00:00
nhirokinet
2eaee586c7
not to backquote LIMIT on CalDavBackend.php
2017-09-11 11:21:43 +02:00
Joas Schilling
206c4da149
Allow translations of the comments activity in the emails too
...
Message and object data is not available on emails atm,
so we can not use them either...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-11 11:05:06 +02:00
Nextcloud bot
985cbc6b33
[tx-robot] updated from transifex
2017-09-10 00:08:33 +00:00