summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-1910-2/+86
|
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-185-5/+31
|\ | | | | Password confirmation for some actions
| * Fix unit testsJoas Schilling2016-11-181-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require password confirmation when changing workflow rulesJoas Schilling2016-11-182-0/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Require confirmation when generating backup codesJoas Schilling2016-11-182-4/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-1819-4/+1330
|\ \ | | | | | | Add dynamic icon creation
| * | Use IAppManager instead of OC_AppJulius Haertl2016-11-185-36/+81
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Error handling and tests if file was not foundJulius Haertl2016-11-184-51/+96
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Sanitize input and small fixesJulius Haertl2016-11-187-45/+61
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Replace null return with NotFoundExceptionJulius Haertl2016-11-184-21/+27
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Fix icon-folder cssJulius Haertl2016-11-182-6/+6
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Fix svg resizing and remove deprecated method callJulius Haertl2016-11-182-4/+11
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Improve cachingJulius Haertl2016-11-185-31/+69
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Caching for icon files using AppDataJulius Haertl2016-11-186-93/+433
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-188-75/+33
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Check if dynamic icons can be usedJulius Haertl2016-11-182-37/+90
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-185-127/+341
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Improve unit tests for image generationJulius Haertl2016-11-1811-151/+207
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Add IconController testsJulius Haertl2016-11-182-19/+207
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Fix IconController after rebaseJulius Haertl2016-11-181-12/+12
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Add icon cachingJulius Haertl2016-11-181-3/+5
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Add colorized icon css from icons.cssJulius Haertl2016-11-182-0/+40
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Fix default parameters in icon routesJulius Haertl2016-11-182-3/+2
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Add PHPdoc and icon fallback to theming logoJulius Haertl2016-11-181-1/+26
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-182-32/+72
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Theming: Add dynamic icon and favicon endpointsJulius Haertl2016-11-182-0/+254
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | Merge pull request #2109 from nextcloud/oc_26533Morris Jobke2016-11-181-0/+5
|\ \ \ | | | | | | | | Transfer ownership only analyze home storage
| * | | Test on storageRoeland Jago Douma2016-11-151-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Transfer ownership only analyze home storageVincent Petry2016-11-141-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-objectstoreRobin Appelman2016-11-184-131/+55
|\ \ \ \ | | | | | | | | | | Add S3 objectstore backend
| * | | | add comment for non empty text fileRobin Appelman2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Fix themeing unit testsRoeland Jago Douma2016-11-161-20/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Dont create 0 byte text filesRobin Appelman2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix theming images when using primary storageRobin Appelman2016-11-161-10/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | split off s3 connection logicRobin Appelman2016-11-161-100/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #2196 from nextcloud/cache-owner-displaynameLukas Reschke2016-11-181-1/+10
|\ \ \ \ \ | | | | | | | | | | | | cache the displayname of the share owner
| * | | | | cache the displayname of the share ownerRobin Appelman2016-11-181-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #2064 from nextcloud/oc-26189Morris Jobke2016-11-182-60/+120
|\ \ \ \ \ \ | | | | | | | | | | | | | | [downstream] Add submit button to validate the federated server,
| * | | | | | Add submit button to validate the federated server,Felix Heidecke2016-11-092-60/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes issue #25364
* | | | | | | Merge pull request #2116 from nextcloud/downstream-26511Morris Jobke2016-11-184-7/+50
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Display changes in file versions tab view and detailsView
| * | | | | | | Display changes in file versions tab view and detailsView (#26511)Michael Jobst2016-11-144-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-cacheMorris Jobke2016-11-183-23/+36
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Get the share root info directly when querying for shares
| * | | | | | fix getting root entry when not provided by the share providerRobin Appelman2016-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-172-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | dont use the source cache/storage until neededRobin Appelman2016-11-171-15/+9
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-11-1858-46/+224
| | | | | |
* | | | | | Merge pull request #2178 from nextcloud/federation_sharing_changesMorris Jobke2016-11-182-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | don't add server automatically to trusted server
| * | | | | | don't add server automatically to trusted serverBjoern Schiessle2016-11-172-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | | Merge pull request #2136 from nextcloud/sharing-layoutJan-Christoph Borchardt2016-11-184-24/+36
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Sharing layout fixes
| * | | | | use copy icon for local link rather than link icon to prevent confusion with ↵Jan-Christoph Borchardt2016-11-173-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sharing Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>