Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Use icon-close to remove resources | Julius Härtl | 2019-03-01 | 1 | -1/+6 | |
| * | | | | | Further work on the access cache | Joas Schilling | 2019-03-01 | 1 | -1/+1 | |
| * | | | | | Add icon for resource type and icons for folder/file | Julius Härtl | 2019-03-01 | 2 | -2/+14 | |
| * | | | | | Add eslint settings and reorganize files | Julius Härtl | 2019-03-01 | 8 | -130/+6424 | |
| * | | | | | Implement frontend for search/rename | Julius Härtl | 2019-03-01 | 9 | -260/+436 | |
| * | | | | | Add link to resource provider | Julius Härtl | 2019-03-01 | 1 | -1/+17 | |
| * | | | | | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 1 | -4/+14 | |
| * | | | | | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 1 | -0/+9 | |
| * | | | | | Add iconClass to resources | Julius Härtl | 2019-03-01 | 2 | -1/+13 | |
| * | | | | | Use proper public javascript methods | Julius Härtl | 2019-03-01 | 4 | -65/+47 | |
| * | | | | | Add vue app for collaboration resources | Julius Härtl | 2019-03-01 | 5 | -0/+521 | |
| * | | | | | Move files_sharing to webpack | Julius Härtl | 2019-03-01 | 8 | -2/+133 | |
| * | | | | | Make names mandatory | Joas Schilling | 2019-03-01 | 3 | -0/+85 | |
* | | | | | | Fix a bug with smb notify having leading slash when it should not | Ari Selseng | 2019-03-01 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Only fetch size of this storage without mount points - ref #14412 | Morris Jobke | 2019-03-01 | 1 | -1/+1 | |
* | | | | | Revert "Fix for issue 10862: calculation of free space ignores external stora... | Morris Jobke | 2019-03-01 | 1 | -4/+5 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-01 | 36 | -174/+246 | |
|/ / / / | ||||||
* | | | | Merge pull request #14412 from nextcloud/fileinfo-raw-size | Morris Jobke | 2019-02-28 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | add option to get raw size (without submounts) from fileinfo | Robin Appelman | 2019-02-27 | 1 | -3/+3 | |
* | | | | | Update assets | Roeland Jago Douma | 2019-02-28 | 8 | -14/+14 | |
* | | | | | Merge pull request #14410 from nextcloud/dependabot/npm_and_yarn/nextcloud-vu... | Roeland Jago Douma | 2019-02-28 | 2 | -45/+105 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bump nextcloud-vue from 0.6.3 to 0.8.0 | dependabot[bot] | 2019-02-27 | 2 | -45/+105 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-28 | 10 | -104/+124 | |
* | | | | | | Merge pull request #13844 from felixn/bugfix/10862-trash-bin-ignores-trashbin... | Morris Jobke | 2019-02-27 | 1 | -5/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix for issue 10862: calculation of free space ignores external storage (does... | Felix Nieuwenhuizen | 2019-01-26 | 1 | -5/+4 | |
* | | | | | | Merge pull request #14399 from nextcloud/feature/noid/fix-top-margin-special-... | blizzz | 2019-02-27 | 3 | -3/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix top margin for info text when non-default updater server URL is used | Morris Jobke | 2019-02-27 | 3 | -3/+6 | |
* | | | | | | | Do not register unexisting section | Joas Schilling | 2019-02-27 | 1 | -1/+0 | |
* | | | | | | | Merge pull request #14389 from nextcloud/dav-photo-prop | John Molakvoæ | 2019-02-27 | 4 | -0/+104 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Add HasPhoto DAV plugin | John Molakvoæ (skjnldsv) | 2019-02-27 | 4 | -0/+104 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-27 | 140 | -1490/+1492 | |
* | | | | | | | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 5 | -4/+12 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #14342 from nextcloud/bugfix/13911-occ-files-scan-elapsedt... | Morris Jobke | 2019-02-26 | 2 | -8/+6 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Fix occ files:scan-app-data elapsed time | Joel S | 2019-02-22 | 2 | -5/+4 | |
| * | | | | | Fix-13911-occ-files-scan-elapsed-time | Joel S | 2019-02-22 | 1 | -4/+3 | |
* | | | | | | Merge pull request #14251 from tomasz-grobelny/upload_reliability_improvements | Roeland Jago Douma | 2019-02-26 | 3 | -68/+120 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix unit tests | Tomasz Grobelny | 2019-02-20 | 1 | -49/+95 | |
| * | | | | | | Limit number of simultaneous MKCOL requests to server to increase upload reli... | Tomasz Grobelny | 2019-02-16 | 2 | -19/+25 | |
* | | | | | | | Move comments to webpack | Roeland Jago Douma | 2019-02-26 | 26 | -18/+64 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-26 | 16 | -0/+16 | |
* | | | | | | | Merge pull request #13514 from nextcloud/fix-public-grid-toggle | Morris Jobke | 2019-02-25 | 2 | -7/+11 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Fix grid toggle button on public page | John Molakvoæ (skjnldsv) | 2019-02-21 | 2 | -7/+11 | |
* | | | | | | | Build assets | Roeland Jago Douma | 2019-02-25 | 6 | -561/+71 | |
* | | | | | | | Show sharing recommendations | Christoph Wurst | 2019-02-25 | 9 | -72/+734 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-25 | 30 | -30/+26 | |
* | | | | | | | Merge pull request #14349 from nextcloud/rakekniven-patch-1 | Roeland Jago Douma | 2019-02-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed grammar | rakekniven | 2019-02-22 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-24 | 6 | -10/+26 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-02-23 | 10 | -30/+86 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #14332 from nextcloud/bugfix/13098-unsafe-array-access | Roeland Jago Douma | 2019-02-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ |