summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-01-042-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-312-26/+56
|
* [tx-robot] updated from transifexNextcloud bot2018-12-276-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-12-242-4/+42
|
* [tx-robot] updated from transifexNextcloud bot2018-12-194-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-12-142-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-132-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-102-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-062-0/+4
|
* Merge pull request #12691 from nextcloud/storage-no-encryption-interfaceMorris Jobke2018-11-291-1/+2
|\ | | | | Add interface to allow storages from opting out of encryption
| * Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-1/+2
| | | | | | | | | | | | As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #12688 from nextcloud/files_external-occ-0Morris Jobke2018-11-291-1/+1
|\ \ | |/ |/| Fix cannot set 0 as value on files_external through OCC command
| * Fix cannot set 0 as value on files_external through OCC commandRobin Appelman2018-11-271-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-292-54/+26
|/
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-23108-926/+174
|
* Fix loading of files external templates fileJulius Härtl2018-11-181-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-11-164-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-152-0/+20
|
* Merge pull request #12417 from ↵Morris Jobke2018-11-141-18/+28
|\ | | | | | | | | nextcloud/bugfix/noid/app-files_external-replace-insertIfNotExist Fix UniqueConstraintViolationException while insert into files_external config tables
| * Fix UniqueConstraintViolationException while insert into files_external ↵Morris Jobke2018-11-141-18/+28
| | | | | | | | | | | | | | | | config tables * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-11-132-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2018-11-102-0/+2
|
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-062-1/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-062-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-11-052-2/+0
|
* Fix JS namespace of files_external appJoas Schilling2018-10-3012-94/+94
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-10-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-10-272-0/+24
|
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-1/+1
|\ | | | | Files grid view
| * Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-238-63/+111
| |\ | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-23112-838/+862
| |/ |/|
* | Add .l10nignoreMorris Jobke2018-10-191-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Move files_external to compiled handlebarsRoeland Jago Douma2018-10-197-63/+109
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-10-1092-92/+92
|
* Merge pull request #11716 from ↵Morris Jobke2018-10-091-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages…
| * Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-1/+1
| | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix usage of deprecated OC.webrootChristoph Wurst2018-10-093-4/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #11518 from nextcloud/feature/noid/save-s3-requestsMorris Jobke2018-10-081-9/+59
|\ | | | | S3 reuse information from listObject and skip headObject
| * Remove value from cache on delete/clearDaniel Kesselberg2018-10-081-0/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Use helper method for content length and last modifiedDaniel Kesselberg2018-10-011-11/+54
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Reuse information from ListObjects for stat / filetypeDaniel Kesselberg2018-09-301-0/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2018-10-072-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-10-052-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-09-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-252-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-09-232-2/+2
|