summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Do not treat is-encrypted as customer propertyRoeland Jago Douma2018-04-041-0/+1
| | | | | | | | fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-04-044-2/+88
|
* Merge pull request #9020 from nextcloud/stable13-8983Morris Jobke2018-04-032-2/+2
|\ | | | | [stable13] Clear any theming prefixed cache on cache buster increase
| * Fix testsJulius Härtl2018-03-281-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Clear any theming prefixed cache on cache buster increaseJulius Härtl2018-03-281-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-04-038-16/+144
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-028-14/+50
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-012-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-3124-2/+52
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-302-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-2914-4/+46
|/
* Revert "update icewind/smb to 2.0.5"Robin Appelman2018-03-2810-44/+24
| | | | | | accidental push to wrong branch This reverts commit 3b35cd07493a3ae05b7106808dcec41a8899deec.
* update icewind/smb to 2.0.5Robin Appelman2018-03-2810-24/+44
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-28120-116/+344
|
* [tx-robot] updated from transifexNextcloud bot2018-03-274-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2610-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2514-10/+44
|
* [tx-robot] updated from transifexNextcloud bot2018-03-248-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2318-8/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-03-2210-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-03-21130-390/+398
|
* Set "share_with" field to the ID of the circleDaniel Calviño Sánchez2018-03-201-2/+10
| | | | | | | | | | | When a share is shared with a circle the "share_with" field returned by the API endpoint was always set to the name of the circle. However, the name is not enough to identify a circle. The Circles app now provides the ID of the circle in the "shared with" field of a Share, so this commit modifies the API endpoint to set the "share_with" field to the ID of the circle when provided by the Circles app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-03-2014-42/+94
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1720-0/+22
|
* existence check works without attribute (like with users)Arthur Schiwon2018-03-161-1/+2
| | | | | | cn is not necessarily given everywhere Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-164-2/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1530-50/+78
|
* [tx-robot] updated from transifexNextcloud bot2018-03-14140-752/+826
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1360-0/+100
|
* [tx-robot] updated from transifexNextcloud bot2018-03-12278-444/+458
|
* [tx-robot] updated from transifexNextcloud bot2018-03-118-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-03-106-0/+28
|
* Merge pull request #8745 from nextcloud/stable13-8716Morris Jobke2018-03-092-4/+4
|\ | | | | [13] Remove base url from global cache prefix
| * Use cache prefix for theming as wellJulius Härtl2018-03-091-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix tests to use ICacheFactoryJulius Härtl2018-03-092-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-091-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #8752 from nextcloud/13-8112Morris Jobke2018-03-091-1/+4
|\ \ | | | | | | [stable13] Fix integer overflow in ChunkingPlugin
| * | Fix integer overflow in ChunkingPluginMorris Jobke2018-03-091-1/+4
| |/ | | | | | | | | | | Avoids errors when the size exceeds MAX_INT because of the cast to int. Better cast it to float to avoid this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8725 from nextcloud/objectstore-no-part-files-13Morris Jobke2018-03-091-5/+3
|\ \ | |/ |/| [13] disable part files for object stores
| * emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-09136-168/+268
|/
* Merge pull request #8686 from ↵Roeland Jago Douma2018-03-062-75/+179
|\ | | | | | | | | nextcloud/backport/8298/fix-activities-for-end2end-encryption [stable13] Fix activities for end2end encryption
| * Fix unit testJoas Schilling2018-03-061-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Catch exception when the parent is deleted as wellJoas Schilling2018-03-061-2/+27
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Do a recursion instead of an endless loopJoas Schilling2018-03-061-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix problem with deleted filesJoas Schilling2018-03-061-5/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix path handling for activitiesJoas Schilling2018-03-061-7/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add special handling for e2e encryptionJoas Schilling2018-03-061-1/+108
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Extract duplicated logic into a methodJoas Schilling2018-03-061-80/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #8667 from nextcloud/8158_13Morris Jobke2018-03-061-7/+4
|\ \ | | | | | | [stable13] Use a more widely available method to test s3 settings