summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-24142-10/+242
|
* Merge pull request #10591 from nextcloud/smb-stat-retry-13Morris Jobke2018-08-231-1/+8
|\ | | | | [13] retry smb stat on timeout
| * retry stat on timeoutRobin Appelman2018-08-081-1/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10285 from nextcloud/anonymous-options-13Morris Jobke2018-08-237-3/+223
|\ \ | | | | | | [13] Add sabre plugin to allow anonymous options requests to the dav root
| * | adjust to older library versionRobin Appelman2018-07-181-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Fix lazy search backendRobin Appelman2018-07-181-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Fix search related results in OPTIONS requestsRobin Appelman2018-07-185-3/+84
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add tests for handling anonymous authRobin Appelman2018-07-181-0/+71
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add sabre plugin to allow anonymous options requests to the dav rootRobin Appelman2018-07-185-0/+68
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #10816 from nextcloud/backport/10700+10815/stable13Morris Jobke2018-08-231-18/+2
|\ \ \ | | | | | | | | [stable13] remove unexecutable code
| * | | returning of $tr is expected, otherwise ending up in a JS errorArthur Schiwon2018-08-231-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | remove unexecutable codeArthur Schiwon2018-08-231-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OCA.Sharing.SharedFileInfo was never defined and that stopped execution. Interestingly, FF never showed me an error. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-23444-690/+58
|/ / /
* | | Merge pull request #10783 from nextcloud/backport/10775/stable13Morris Jobke2018-08-221-1/+1
|\ \ \ | | | | | | | | [stable13] Resolve all group memberships properly
| * | | Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #10763 from nextcloud/backport/10687/stable13Roeland Jago Douma2018-08-223-28/+67
|\ \ \ \ | | | | | | | | | | [stable13] don't blame randome people for background email updates
| * | | | fix unit testsArthur Schiwon2018-08-201-11/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> # Conflicts: # apps/user_ldap/tests/User_LDAPTest.php
| * | | | don't force LDAP updates on userExists anymoreArthur Schiwon2018-08-201-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove some deprecated code Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | don't blame email address changersArthur Schiwon2018-08-201-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the information is being collected with admin_audit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-228-6/+12
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-2116-4/+36
|/ / /
* | | Merge pull request #10552 from nextcloud/backport/10523/stable13Morris Jobke2018-08-202-3/+79
|\ \ \ | | | | | | | | [stable13] Adding test for table schedulingobjects and fixing postgres LOB
| * | | Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-062-3/+79
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit afd4ebf0404e8bcd7cba0bec2dce177e97632f8a) Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
* | | | Merge pull request #10698 from nextcloud/smb-log-removed-entries-13blizzz2018-08-201-0/+5
|\ \ \ \ | | | | | | | | | | [13] log entries that are hidden during file listing
| * | | | log entries that are hidden during file listingRobin Appelman2018-08-161-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #10565 from ↵Morris Jobke2018-08-201-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/stable13-10348-fix-transfering-ownership-of-a-share-to-user-with-same-id-as-receiver [stable13] Fix transfering ownership of a share to user with same id as receiver
| * | | | | Fix transfering ownership of a share to user with same id as receiverDaniel Calviño Sánchez2018-08-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the ownership of a user share is transfered to the receiver the share is removed, as the receiver now owns the original file. However, due to a missing condition, any share with a group, link or remote with the same id as the user was removed, not only the user shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | Fix call to OC.generateUrl for caldav birthday calendar on/offDaniel Kesselberg2018-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-204-2/+4
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-184-0/+12
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-168-118/+124
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-1510-0/+24
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-144-0/+4
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-1336-8/+98
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-1120-0/+36
| | | | |
* | | | | Merge pull request #10581 from nextcloud/encryption-s3-fix-stable13Roeland Jago Douma2018-08-101-1/+0
|\ \ \ \ \ | | | | | | | | | | | | make file cache updates more robust
| * | | | | make file cache updates more robustBjoern Schiessle2018-08-081-1/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | only update the encrypted version after the write operation is finished and the stream is closed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* / | | | [tx-robot] updated from transifexNextcloud bot2018-08-10108-108/+108
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2018-08-0810-0/+12
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2018-08-076-4/+10
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-08-0610-18/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-0516-0/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-0424-0/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-03200-290/+290
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-0210-8/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-0124-10/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-3144-24/+78
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-302-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-2820-12/+86
| |
* | [tx-robot] updated from transifexNextcloud bot2018-07-2730-14/+106
| |