Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-29 | 2 | -2/+2 |
| | |||||
* | Fix opening folders from different file lists | Julius Härtl | 2019-03-27 | 1 | -1/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Always show full previews | Julius Härtl | 2019-03-27 | 2 | -21/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-27 | 2 | -6/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-26 | 6 | -12/+24 |
| | |||||
* | Merge pull request #14776 from nextcloud/fix/files/size-color | Morris Jobke | 2019-03-21 | 1 | -7/+30 |
|\ | | | | | Use max contrast variable to cap the generated colours | ||||
| * | Use max contrast variable to cap the generated colours | John Molakvoæ (skjnldsv) | 2019-03-21 | 1 | -7/+30 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Add link icon for public link too | John Molakvoæ (skjnldsv) | 2019-03-21 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Show sharing in menu in grid view | John Molakvoæ (skjnldsv) | 2019-03-21 | 4 | -11/+36 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-21 | 2 | -2/+2 |
| | |||||
* | Merge pull request #14674 from CamilionEU/master | Morris Jobke | 2019-03-20 | 1 | -4/+3 |
|\ | | | | | [app:files] Use current directory for hashing. | ||||
| * | [app:files] Use current directory for hashing. | Evilham | 2019-03-13 | 1 | -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 icon | Joas Schilling | 2019-03-19 | 1 | -42/+31 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Replace the icon-class with an absolute link to an image | Joas Schilling | 2019-03-19 | 1 | -9/+13 |
| | | | | | | | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-16 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #14637 from nextcloud/design/grid-border | Morris Jobke | 2019-03-14 | 1 | -0/+6 |
|\ \ | | | | | | | Add border around previews | ||||
| * | | Only show border for files with generated previews | Jan-Christoph Borchardt | 2019-03-14 | 1 | -1/+6 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | Add border around previews in grid view | Jan-Christoph Borchardt | 2019-03-12 | 1 | -0/+1 |
| |/ | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #14686 from ↵ | Morris Jobke | 2019-03-14 | 1 | -2/+15 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-hardcoded-f-url-handling Add correct method for hardcoded `/f/{fileid}` | ||||
| * | | Import needed class | Morris Jobke | 2019-03-14 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Add correct method for hardcoded `/f/{fileid}` | Joas Schilling | 2019-03-14 | 1 | -2/+14 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-14 | 130 | -1064/+1166 |
|/ | |||||
* | Remove the upload and memory setting | Joas Schilling | 2019-03-04 | 9 | -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 used | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update autoloader | Joas Schilling | 2019-03-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Register providers via class names | Joas Schilling | 2019-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Invalidate the cache when a share is updated | Joas Schilling | 2019-03-01 | 2 | -0/+46 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix doc block | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 1 | -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/file | Julius Härtl | 2019-03-01 | 1 | -1/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 1 | -1/+17 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -4/+14 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -0/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 1 | -0/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make names mandatory | Joas Schilling | 2019-03-01 | 3 | -0/+85 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-01 | 4 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-28 | 2 | -0/+6 |
| | |||||
* | Merge pull request #14342 from ↵ | Morris Jobke | 2019-02-26 | 2 | -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 time | Joel S | 2019-02-22 | 2 | -5/+4 |
| | | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com> | ||||
| * | Fix-13911-occ-files-scan-elapsed-time | Joel S | 2019-02-22 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: Joel S <joel.devbox@protonmail.com> | ||||
* | | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvements | Roeland Jago Douma | 2019-02-26 | 3 | -68/+120 |
|\ \ | |/ |/| | Limit number of simultaneous MKCOL requests to server to increase upload reliability | ||||
| * | Fix unit tests | Tomasz Grobelny | 2019-02-20 | 1 | -49/+95 |
| | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
| * | Limit number of simultaneous MKCOL requests to server to increase upload ↵ | Tomasz Grobelny | 2019-02-16 | 2 | -19/+25 |
| | | | | | | | | | | | | reliability Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net> | ||||
* | | Fix alignment of filelist header | Jan-Christoph Borchardt | 2019-02-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-21 | 2 | -0/+6 |
| | | |||||
* | | Use proper scroll container when dragging files | Julius Härtl | 2019-02-20 | 1 | -6/+5 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-19 | 2 | -0/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-16 | 2 | -0/+254 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-15 | 114 | -228/+228 |
| |