Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-19 | 10 | -2/+86 |
| | |||||
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 5 | -5/+31 |
|\ | | | | | Password confirmation for some actions | ||||
| * | Fix unit tests | Joas Schilling | 2016-11-18 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require password confirmation when changing workflow rules | Joas Schilling | 2016-11-18 | 2 | -0/+16 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Require confirmation when generating backup codes | Joas Schilling | 2016-11-18 | 2 | -4/+11 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #840 from nextcloud/theming-icon-endpoint | Morris Jobke | 2016-11-18 | 19 | -4/+1330 |
|\ \ | | | | | | | Add dynamic icon creation | ||||
| * | | Use IAppManager instead of OC_App | Julius Haertl | 2016-11-18 | 5 | -36/+81 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Error handling and tests if file was not found | Julius Haertl | 2016-11-18 | 4 | -51/+96 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Sanitize input and small fixes | Julius Haertl | 2016-11-18 | 7 | -45/+61 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Replace null return with NotFoundException | Julius Haertl | 2016-11-18 | 4 | -21/+27 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Fix icon-folder css | Julius Haertl | 2016-11-18 | 2 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Fix svg resizing and remove deprecated method call | Julius Haertl | 2016-11-18 | 2 | -4/+11 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Improve caching | Julius Haertl | 2016-11-18 | 5 | -31/+69 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Caching for icon files using AppData | Julius Haertl | 2016-11-18 | 6 | -93/+433 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Code cleanup and cache buster for mime icons | Julius Haertl | 2016-11-18 | 8 | -75/+33 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Check if dynamic icons can be used | Julius Haertl | 2016-11-18 | 2 | -37/+90 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Add IconBuilder class to encapsulate icon generation | Julius Haertl | 2016-11-18 | 5 | -127/+341 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Improve unit tests for image generation | Julius Haertl | 2016-11-18 | 11 | -151/+207 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Add IconController tests | Julius Haertl | 2016-11-18 | 2 | -19/+207 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Fix IconController after rebase | Julius Haertl | 2016-11-18 | 1 | -12/+12 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Add icon caching | Julius Haertl | 2016-11-18 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Add colorized icon css from icons.css | Julius Haertl | 2016-11-18 | 2 | -0/+40 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Fix default parameters in icon routes | Julius Haertl | 2016-11-18 | 2 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Add PHPdoc and icon fallback to theming logo | Julius Haertl | 2016-11-18 | 1 | -1/+26 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Add favicon-touch and fix icon creation with non svg images | Julius Haertl | 2016-11-18 | 2 | -32/+72 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | | Theming: Add dynamic icon and favicon endpoints | Julius Haertl | 2016-11-18 | 2 | -0/+254 |
| | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | | Merge pull request #2109 from nextcloud/oc_26533 | Morris Jobke | 2016-11-18 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Transfer ownership only analyze home storage | ||||
| * | | | Test on storage | Roeland Jago Douma | 2016-11-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Transfer ownership only analyze home storage | Vincent Petry | 2016-11-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When transferring ownership, only the local files will be transferred during the rename operation. This means that the analyzing code doesn't need to recurse into any mount points. Furthermore this fixes issues where FailedStorage might appear as mount points as a result of inaccessible external storages or shares. So this makes it more robust. | ||||
* | | | | Merge pull request #768 from nextcloud/s3-objectstore | Robin Appelman | 2016-11-18 | 4 | -131/+55 |
|\ \ \ \ | | | | | | | | | | | Add S3 objectstore backend | ||||
| * | | | | add comment for non empty text file | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | Fix themeing unit tests | Roeland Jago Douma | 2016-11-16 | 1 | -20/+29 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | | Dont create 0 byte text files | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | fix theming images when using primary storage | Robin Appelman | 2016-11-16 | 1 | -10/+17 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | split off s3 connection logic | Robin Appelman | 2016-11-16 | 1 | -100/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #2196 from nextcloud/cache-owner-displayname | Lukas Reschke | 2016-11-18 | 1 | -1/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | cache the displayname of the share owner | ||||
| * | | | | | cache the displayname of the share owner | Robin Appelman | 2016-11-18 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #2064 from nextcloud/oc-26189 | Morris Jobke | 2016-11-18 | 2 | -60/+120 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [downstream] Add submit button to validate the federated server, | ||||
| * | | | | | | Add submit button to validate the federated server, | Felix Heidecke | 2016-11-09 | 2 | -60/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes issue #25364 | ||||
* | | | | | | | Merge pull request #2116 from nextcloud/downstream-26511 | Morris Jobke | 2016-11-18 | 4 | -7/+50 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Display changes in file versions tab view and detailsView | ||||
| * | | | | | | | Display changes in file versions tab view and detailsView (#26511) | Michael Jobst | 2016-11-14 | 4 | -7/+50 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Display changes in file versions tab view and detailsView * versions tab enhancements enhanced js test file removed css superscript attribute for version size * Replaced spaces with tabs | ||||
* | | | | | | | Merge pull request #2184 from nextcloud/share-join-cache | Morris Jobke | 2016-11-18 | 3 | -23/+36 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Get the share root info directly when querying for shares | ||||
| * | | | | | | fix getting root entry when not provided by the share provider | Robin Appelman | 2016-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | | let the share backend get the node cacheentry to save queries | Robin Appelman | 2016-11-17 | 2 | -8/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | | dont use the source cache/storage until needed | Robin Appelman | 2016-11-17 | 1 | -15/+9 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-18 | 58 | -46/+224 |
| | | | | | | |||||
* | | | | | | Merge pull request #2178 from nextcloud/federation_sharing_changes | Morris Jobke | 2016-11-18 | 2 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | don't add server automatically to trusted server | ||||
| * | | | | | | don't add server automatically to trusted server | Bjoern Schiessle | 2016-11-17 | 2 | -2/+2 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | | | | Merge pull request #2136 from nextcloud/sharing-layout | Jan-Christoph Borchardt | 2016-11-18 | 4 | -24/+36 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Sharing layout fixes | ||||
| * | | | | | use copy icon for local link rather than link icon to prevent confusion with ↵ | Jan-Christoph Borchardt | 2016-11-17 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |