summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-03-292-2/+2
|
* Fix opening folders from different file listsJulius Härtl2019-03-271-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Always show full previewsJulius Härtl2019-03-272-21/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-03-272-6/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-03-266-12/+24
|
* Merge pull request #14776 from nextcloud/fix/files/size-colorMorris Jobke2019-03-211-7/+30
|\ | | | | Use max contrast variable to cap the generated colours
| * Use max contrast variable to cap the generated coloursJohn Molakvoæ (skjnldsv)2019-03-211-7/+30
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add link icon for public link tooJohn Molakvoæ (skjnldsv)2019-03-211-2/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-214-11/+36
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-03-212-2/+2
|
* Merge pull request #14674 from CamilionEU/masterMorris Jobke2019-03-201-4/+3
|\ | | | | [app:files] Use current directory for hashing.
| * [app:files] Use current directory for hashing.Evilham2019-03-131-4/+3
| | | | | | | | | | | | | | | | | | | | This fixes collisions that were causing uploads to break in a very terrible way. Kudos to @kesselb for finding the problematic place and to @hottwister for the proposed solution. Fixes #10527.
* | Use rich objects instead of name, link and iconJoas Schilling2019-03-191-42/+31
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-9/+13
| | | | | | | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-03-162-4/+4
| |
* | Merge pull request #14637 from nextcloud/design/grid-borderMorris Jobke2019-03-141-0/+6
|\ \ | | | | | | Add border around previews
| * | Only show border for files with generated previewsJan-Christoph Borchardt2019-03-141-1/+6
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Add border around previews in grid viewJan-Christoph Borchardt2019-03-121-0/+1
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #14686 from ↵Morris Jobke2019-03-141-2/+15
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-hardcoded-f-url-handling Add correct method for hardcoded `/f/{fileid}`
| * | Import needed classMorris Jobke2019-03-141-0/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add correct method for hardcoded `/f/{fileid}`Joas Schilling2019-03-141-2/+14
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2019-03-14130-1064/+1166
|/
* Remove the upload and memory settingJoas Schilling2019-03-049-325/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fetch node and filename also if access cache was usedJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update autoloaderJoas Schilling2019-03-012-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register providers via class namesJoas Schilling2019-03-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Invalidate the cache when a share is updatedJoas Schilling2019-03-012-0/+46
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix doc blockJoas Schilling2019-03-011-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Further work on the access cacheJoas Schilling2019-03-011-1/+1
| | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add link to resource providerJulius Härtl2019-03-011-1/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only call resource provider if type matchesJulius Härtl2019-03-011-4/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add iconClass to resourcesJulius Härtl2019-03-011-0/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make names mandatoryJoas Schilling2019-03-013-0/+85
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-03-014-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-02-282-0/+6
|
* Merge pull request #14342 from ↵Morris Jobke2019-02-262-8/+6
|\ | | | | | | | | nextcloud/bugfix/13911-occ-files-scan-elapsedtime-not-good-after-1day Fix occ files:scan elapsed time
| * Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
| | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
| * Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
| | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com>
* | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvementsRoeland Jago Douma2019-02-263-68/+120
|\ \ | |/ |/| Limit number of simultaneous MKCOL requests to server to increase upload reliability
| * Fix unit testsTomasz Grobelny2019-02-201-49/+95
| | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * Limit number of simultaneous MKCOL requests to server to increase upload ↵Tomasz Grobelny2019-02-162-19/+25
| | | | | | | | | | | | reliability Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | Fix alignment of filelist headerJan-Christoph Borchardt2019-02-211-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+6
| |
* | Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-02-192-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+254
|
* [tx-robot] updated from transifexNextcloud bot2019-02-15114-228/+228
|