summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-11-284-12/+60
|
* [tx-robot] updated from transifexNextcloud bot2018-11-2722-6/+64
|
* [tx-robot] updated from transifexNextcloud bot2018-11-2616-0/+78
|
* [tx-robot] updated from transifexNextcloud bot2018-11-258-16/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-11-2416-4/+20
|
* Merge pull request #12595 from nextcloud/backport/12448/stable13Morris Jobke2018-11-232-3/+2
|\ | | | | [stable13] Load apps that have a dav type set before the dav server plugins
| * Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-222-3/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-11-23836-3456/+1040
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-224-0/+8
|
* Merge pull request #12562 from nextcloud/backport/12544/stable13Roeland Jago Douma2018-11-211-0/+4
|\ | | | | [13] Handle permission in update of share better
| * Handle permission in update of share betterRoeland Jago Douma2018-11-201-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-2112-0/+34
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-20104-204/+210
|
* Merge pull request #12503 from nextcloud/swift-object-not-found-13Morris Jobke2018-11-191-0/+3
|\ | | | | [13] forward object not found error in swift as dav 404
| * forward object not found error in swift as dav 404Robin Appelman2018-11-191-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-194-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2018-11-1822-2/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2018-11-17210-896/+906
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-1630-2/+82
|
* Merge pull request #12460 from nextcloud/bugfix-stable13/dav_shares_hickupMorris Jobke2018-11-154-32/+36
|\ | | | | [stable13] fixes dav share issue with owner
| * fix caldav testsGeorg Ehrke2018-11-152-18/+18
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * fixes dav share issue with ownerGeorg Ehrke2018-11-142-14/+18
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2018-11-1540-84/+406
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-1412-4/+42
|
* [tx-robot] updated from transifexNextcloud bot2018-11-1380-108/+88
|
* [tx-robot] updated from transifexNextcloud bot2018-11-126-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-11-118-4/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-11-10110-442/+450
|
* [tx-robot] updated from transifexNextcloud bot2018-11-09132-330/+368
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0818-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0740-38/+98
|
* A folder should get a folder mimetypeRoeland Jago Douma2018-11-061-0/+5
| | | | | | | | | | | If doing achunked upload the mimetype of the folder would otherwise be guessed from the path. Which always returned application/octet-stream. If an access control rule to block that is in place this means that all chunked uploads fail hard in directories as the isCreatable on the directory always fails. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-11-0616-10/+62
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0514-6/+42
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0424-12/+52
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0336-36/+52
|
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-11-022-4/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #12208 from nextcloud/backport/12130/stable13Roeland Jago Douma2018-11-022-2/+48
|\ | | | | [13] Reset bruteforce on token refresh OAuth
| * Reset bruteforce on token refresh OAuthRoeland Jago Douma2018-11-022-2/+48
| | | | | | | | | | | | | | | | | | | | When using atoken obtained via OAuth the token expires. Resulting in brute force attempts hitting the requesting IP. This resets the brute force attempts for that UID on a valid refresh of the token. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-022-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-11-012-0/+2
| |
* | adjust tests to 13 codebaseArthur Schiwon2018-10-301-10/+16
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Backport of #12054 to stable13Arthur Schiwon2018-10-302-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only write when the displayname differs, but then announce it refs #5212 and fixes #9112 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> do not run into UniqueConstraintViolationException … when an unmapped user logs in for the first time when background job mode is ajax and no memcache was configured. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-10-306-8/+14
|/
* remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-292-1/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #12112 from nextcloud/backport/12038/stable13Morris Jobke2018-10-291-1/+3
|\ | | | | [13] Implement the size of an assembly stream
| * Implement the size of an assembly streamRoeland Jago Douma2018-10-291-1/+3
| | | | | | | | | | | | | | This will make it possible to act propely on moves of future files if we need to know the size (like for max size virus scanning). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Double check for failed cache with a shared storageRoeland Jago Douma2018-10-291-1/+3
|/ | | | | | | | | | | When obtaining the SourceRootInfo we can call init. If this fails the cache is set to a failed cache and the storage to a failed storage. However we did not check for this. Which means that if the storage was invalid it would fail later on. Now we will properly error out. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-2926-66/+244
|
* [tx-robot] updated from transifexNextcloud bot2018-10-286-8/+38
|