aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-04-072-126/+130
* [tx-robot] updated from transifexNextcloud bot2019-04-052-4/+4
* Show comments and restore in popover menuJohn Molakvoæ (skjnldsv)2019-04-021-13/+10
* Merge pull request #14914 from nextcloud/bugfix/noid/hidden-files-gridMorris Jobke2019-04-011-2/+6
|\
| * Fix hidden file display in grid viewJulius Härtl2019-03-301-2/+6
* | [tx-robot] updated from transifexNextcloud bot2019-04-012-2/+10
|/
* [tx-robot] updated from transifexNextcloud bot2019-03-292-2/+2
* Fix opening folders from different file listsJulius Härtl2019-03-271-1/+6
* Always show full previewsJulius Härtl2019-03-272-21/+15
* [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 coloursJohn Molakvoæ (skjnldsv)2019-03-211-7/+30
* | Add link icon for public link tooJohn Molakvoæ (skjnldsv)2019-03-211-2/+5
* | Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-214-11/+36
|/
* [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.Evilham2019-03-131-4/+3
* | Use rich objects instead of name, link and iconJoas Schilling2019-03-191-42/+31
* | Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-9/+13
* | [tx-robot] updated from transifexNextcloud bot2019-03-162-4/+4
* | Merge pull request #14637 from nextcloud/design/grid-borderMorris Jobke2019-03-141-0/+6
|\ \
| * | Only show border for files with generated previewsJan-Christoph Borchardt2019-03-141-1/+6
| * | Add border around previews in grid viewJan-Christoph Borchardt2019-03-121-0/+1
| |/
* | Merge pull request #14686 from nextcloud/bugfix/noid/fix-hardcoded-f-url-hand...Morris Jobke2019-03-141-2/+15
|\ \
| * | Import needed classMorris Jobke2019-03-141-0/+1
| * | Add correct method for hardcoded `/f/{fileid}`Joas Schilling2019-03-141-2/+14
| |/
* / [tx-robot] updated from transifexNextcloud bot2019-03-14130-1064/+1166
|/
* Remove the upload and memory settingJoas Schilling2019-03-049-325/+0
* Fetch node and filename also if access cache was usedJulius Härtl2019-03-011-0/+9
* Update autoloaderJoas Schilling2019-03-012-0/+2
* Register providers via class namesJoas Schilling2019-03-011-1/+1
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-2/+2
* Invalidate the cache when a share is updatedJoas Schilling2019-03-012-0/+46
* Fix doc blockJoas Schilling2019-03-011-2/+1
* Further work on the access cacheJoas Schilling2019-03-011-1/+1
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+12
* Add link to resource providerJulius Härtl2019-03-011-1/+17
* Only call resource provider if type matchesJulius Härtl2019-03-011-4/+14
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
* Add iconClass to resourcesJulius Härtl2019-03-011-0/+12
* Make names mandatoryJoas Schilling2019-03-013-0/+85
* [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 nextcloud/bugfix/13911-occ-files-scan-elapsedt...Morris Jobke2019-02-262-8/+6
|\
| * Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
| * Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
* | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvementsRoeland Jago Douma2019-02-263-68/+120
|\ \ | |/ |/|
| * Fix unit testsTomasz Grobelny2019-02-201-49/+95
| * Limit number of simultaneous MKCOL requests to server to increase upload reli...Tomasz Grobelny2019-02-162-19/+25