aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #12652 from tomasz-grobelny/operation_progress_improvements3John Molakvoæ2019-02-1411-288/+522
|\ | | | | Operation progress improvements
| * Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-29127-546/+743
| |\ | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Fix unit testsTomasz Grobelny2018-11-243-180/+286
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Use reportOperationProgress for removing filesTomasz Grobelny2018-11-241-43/+43
| | | | | | | | | | | | | | | | | | Fix copying files Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Properly handle errors (including 500)Tomasz Grobelny2018-11-241-2/+6
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Add progress reporting to move and copy operationsTomasz Grobelny2018-11-244-33/+60
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Fix progress bar labelTomasz Grobelny2018-11-244-14/+21
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Move progress bar to separate componentTomasz Grobelny2018-11-247-28/+108
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | Restructuring code in file-upload.jsTomasz Grobelny2018-11-241-27/+37
| | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | [tx-robot] updated from transifexNextcloud bot2019-02-142-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-138-18/+30
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-124-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-116-2/+28
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-1018-2/+22
| | |
* | | Merge pull request #14060 from nextcloud/bugfix/noid/use-new-methodMorris Jobke2019-02-081-4/+11
|\ \ \ | | | | | | | | Use the new method instead of the deprecated wrapper
| * | | Use the new method instead of the deprecated wrapperJoas Schilling2019-02-061-4/+11
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-084-20/+30
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-066-4/+32
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-0630-6/+60
|/ / /
* | | HBOX-297 trim in webfrontend for new files to stay compatible with windowsChristian Aigner2019-02-012-2/+2
| | |
* | | Add drop zone for favorites quick access in navigationfnuesse2019-02-013-0/+48
| | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | | Extract variable for yellow color in iconsfnuesse2019-02-011-1/+1
| | | | | | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>