summaryrefslogtreecommitdiffstats
path: root/settings/templates/apps.php
Commit message (Collapse)AuthorAgeFilesLines
* [stable13] Link to NC13 dev manualRoeland Jago Douma2018-02-081-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix icon rendering in apps management for IE11Julius Härtl2018-01-031-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-9/+9
|\ | | | | Prevent XSS in links which open a new browser window
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-9/+9
| |
* | App management: Show proper message when no updates are availableJulius Härtl2017-10-101-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | App management: add update sectionJulius Härtl2017-10-101-3/+5
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Icons & default classesJohn Molakvoæ (skjnldsv)2017-09-241-2/+2
| | | | | | Changed categories order same as app store Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix group restriction regressionMorris Jobke2017-05-191-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Style app bundlesJan-Christoph Borchardt2017-04-261-1/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use .installed layoutLukas Reschke2017-04-261-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix stylingLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-1/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Show spinner until app store images loadedJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Center spinner in apps managementJan-Christoph Borchardt2017-04-251-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make svgs more fluid and consistent remove action, instead of 'remove app'Felix A. Epp2017-04-251-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* rename Uninstall to RemoveJan-Christoph Borchardt2017-04-251-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* also improve layout of apps from storeJan-Christoph Borchardt2017-04-251-8/+8
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* fix sizing and alignment of your app listJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* hide app version and level on narrower screensJan-Christoph Borchardt2017-04-251-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix uninstall in tabular viewFelix A. Epp2017-04-251-4/+4
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Fix app-icon opacity and positioingFelix A. Epp2017-04-251-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Add a link to the appstore page in the installed apps settings categoriesFelix A. Epp2017-04-251-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Make enabled and disabled apps a tabular listFelix A. Epp2017-04-251-0/+44
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Don't load handlebars in templateLukas Reschke2017-04-131-1/+0
| | | | | | It's already loaded in core.json Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Harden t() with DOMPurifyLukas Reschke2017-03-161-1/+0
| | | | | | This mitigates issues where developers pass untrusted user-input through t() which may lead to XSS issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add classJohn Molakvoæ (skjnldsv)2017-01-231-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix gap by filter svg and empty search message overflowFelix A. Epp2017-01-221-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* fix list style of app descriptionMorris Jobke2017-01-161-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Apply DOMPurify over HTMLLukas Reschke2017-01-131-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Render markdownJoas Schilling2017-01-131-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix dev manual linkChristoph Wurst2017-01-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix wording for apps mgmt buttonsJan-Christoph Borchardt2016-12-131-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix dev manual link for NC11Christoph Wurst2016-12-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change groups enable to block elementJohn Molakvoæ (skjnldsv)2016-12-051-3/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: Felix A. Epp <work@felixepp.de>
* Show app store rating only for 5+ votesMorris Jobke2016-11-301-1/+1
| | | | | | | * shows the rating of an app only if a given amount of ratings are given * fixes #2001 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>
* Use new appstore APILukas Reschke2016-10-311-19/+0
| | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Template css orderJohn Molakvoæ2016-10-211-8/+1
| | | | | | | | Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* SVG defintions always take the first oneRoeland Jago Douma2016-08-181-0/+3
| | | | * Move filter definition out
* [master] Properly link to nextcloudLukas Reschke2016-07-211-1/+1
|
* fix more stringsMorris Jobke2016-06-201-2/+2
|
* Add developer documentation, website and bug to the applist (#25041)Joas Schilling2016-06-101-0/+14
|
* Fix reporting of the categories in app settings as links by screen readers.Lukáš Tyrychtr2016-04-191-3/+3
|
* Show tooltip if the app is downloaded from a remote serverChristoph Wurst2016-04-121-1/+1
| | | | fixes #14405
* improve emptycontent stylesJan-Christoph Borchardt2016-03-311-1/+1
|
* Consistently use rel=noreferrerLukas Reschke2016-03-201-4/+4
| | | | When linking to external entities we should consistently use rel=noreferrer
* Make app updates better visibleJoas Schilling2016-02-181-0/+4
|
* Includ author and license in l10n string to be able to change orderMorris Jobke2016-01-251-2/+2
| | | | * fixes #21874
* Add a warning on the apps list when the version is missingJoas Schilling2016-01-071-0/+12
|
* Remove OC_Config from app management templateMorris Jobke2015-12-021-1/+1
| | | | * add unit test for this case