summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-186-32/+71
| | | | 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-189-75/+37
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Check if dynamic icons can be usedJulius Haertl2016-11-183-39/+92
| | | | 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>
* Add cachebuster to faviconsJulius Haertl2016-11-181-2/+4
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix IconController after rebaseJulius Haertl2016-11-182-13/+13
| | | | 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-183-3/+4
| | | | 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-183-33/+75
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Core: load favicon from theming appJulius Haertl2016-11-181-1/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Core: Load mimetype icons from theming app if availableJulius Haertl2016-11-181-0/+5
| | | | 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>
* [tx-robot] updated from transifexNextcloud bot2016-11-1880-60/+246
|
* 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-189-33/+47
|\ \ | | | | | | 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>
| * | resize and pixel-perfectly align copy iconJan-Christoph Borchardt2016-11-172-5/+8
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | fix spacing in sidebar tabsJan-Christoph Borchardt2016-11-171-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | properly align input box items in share tab viewJan-Christoph Borchardt2016-11-171-9/+14
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | fix layout of sharing listJan-Christoph Borchardt2016-11-173-13/+20
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | remove Unshare icon in listJan-Christoph Borchardt2016-11-171-1/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #2177 from nextcloud/appmanager-getapppathMorris Jobke2016-11-174-0/+67
|\ \ \ | | | | | | | | Expose getAppPath to public API
| * | | Expose getAppPath to public APIJulius Haertl2016-11-174-0/+67
| | |/ | |/| | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | Merge pull request #2188 from nextcloud/remove-settings-pane-in-apps-managementMorris Jobke2016-11-171-5/+0
|\ \ \ | | | | | | | | Remove settings pane in app management
| * | | Remove settings pane in app managementMorris Jobke2016-11-171-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * experimental apps where removed with 32cf661215fb3926789054a3953b465fc2665330 (#1940) * fixes #2183 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #2187 from nextcloud/select2-adjustmentsMorris Jobke2016-11-171-1/+13
|\ \ \ \ | | | | | | | | | | Select2 adjustments: ellipsize, and adjust height
| * | | | select2: show cursor pointer on hovering entriesJan-Christoph Borchardt2016-11-171-0/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | select2: make sure dropdown always shows a last half entry to hint at moreJan-Christoph Borchardt2016-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | select2: ellipsize long namesJan-Christoph Borchardt2016-11-171-0/+3
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #2176 from nextcloud/share-cache-root-infoMorris Jobke2016-11-174-3/+37
|\ \ \ \ | | | | | | | | | | reuse the known rootinfo in the shared cache when possible
| * | | | reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-174-3/+37
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #2173 from nextcloud/bugfix/2171/birthday-12-31-too-youngRobin Appelman2016-11-172-1/+6
|\ \ \ \ | | | | | | | | | | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31st
| * | | | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31stGeorg Ehrke2016-11-172-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #2163 from nextcloud/app-password-scope-warngingsMorris Jobke2016-11-172-5/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | fix warnings when updating app password
| * | | | fix warnings when updating app passwordRobin Appelman2016-11-162-5/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #2167 from nextcloud/mountmanager-lockdownMorris Jobke2016-11-171-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | ensure we setup the mount manager when in lockdown
| * | | | ensure we setup the mount manager when in lockdownRobin Appelman2016-11-161-2/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #2153 from nextcloud/version-hintMorris Jobke2016-11-171-4/+9
|\ \ \ \ | | | | | | | | | | add explanatory text of what to do on app version error
| * | | | Show all in one messageJoas Schilling2016-11-161-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | add explanatory text of what to do on app version errorJan-Christoph Borchardt2016-11-161-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Merge pull request #2124 from nextcloud/oc_26591Lukas Reschke2016-11-171-2/+7
|\ \ \ \ \ | | | | | | | | | | | | Cache js, css and woff files for a week