aboutsummaryrefslogtreecommitdiffstats
path: root/settings/help.php
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* properly use OCP\Util instead of OC_HelperMorris Jobke2015-12-181-2/+2
|
* OC_Helper::linkToRoute is deprecatedRoeland Jago Douma2015-12-171-2/+2
| | | | | Replaced all calls to OC_Helper::linkToRoute with OC::$server->getURLGenerator()->linkToRoute
* Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\AppMorris Jobke2015-12-041-1/+1
|
* Use active instead of non existing pressedLukas Reschke2015-05-121-2/+2
| | | | Fixes https://github.com/owncloud/core/issues/16083
* Update license headersJenkins for ownCloud2015-03-261-3/+24
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+24
|
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | handleRequest()
* fix difference between packaged version and masterMorris Jobke2013-08-171-2/+2
|
* Use !== and === in settings.kondou2013-07-211-1/+1
|
* Check if user is admin - boolLukas Reschke2013-01-141-1/+1
| | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
* fixing links docu/ ->doc/Thomas Mueller2012-12-141-2/+2
|
* a bit more polish. We are getting there.Frank Karlitschek2012-12-131-0/+6
|
* first version of the new documentation system integration.Frank Karlitschek2012-12-121-9/+13
|
* Convert menu entries of settings pages to use routerBart Visscher2012-09-281-2/+1
|
* Update settings/help.phpThomas Müller2012-09-041-2/+2
| | | respect coding style
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* Move some common code to OC_UtilBart Visscher2011-09-181-4/+1
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* allow apps to register form for the settings and admin pagesRobin Appelman2011-08-231-0/+5
|
* language updates, optimization of Help HTMLJan-Christoph Borchardt2011-08-181-1/+1
|
* make the help section working and pretty. knowledge base entries are fetched ↵Frank Karlitschek2011-08-171-6/+6
| | | | via OCS from a different server. cool stuff
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-131-0/+27