Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 1 | -2/+2 |
| | |||||
* | OC_Helper::linkToRoute is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -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\App | Morris Jobke | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | Use active instead of non existing pressed | Lukas Reschke | 2015-05-12 | 1 | -2/+2 |
| | | | | Fixes https://github.com/owncloud/core/issues/16083 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+24 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+24 |
| | |||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | fix difference between packaged version and master | Morris Jobke | 2013-08-17 | 1 | -2/+2 |
| | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 1 | -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 Mueller | 2012-12-14 | 1 | -2/+2 |
| | |||||
* | a bit more polish. We are getting there. | Frank Karlitschek | 2012-12-13 | 1 | -0/+6 |
| | |||||
* | first version of the new documentation system integration. | Frank Karlitschek | 2012-12-12 | 1 | -9/+13 |
| | |||||
* | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -2/+1 |
| | |||||
* | Update settings/help.php | Thomas Müller | 2012-09-04 | 1 | -2/+2 |
| | | | respect coding style | ||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -4/+1 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | allow apps to register form for the settings and admin pages | Robin Appelman | 2011-08-23 | 1 | -0/+5 |
| | |||||
* | language updates, optimization of Help HTML | Jan-Christoph Borchardt | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | make the help section working and pretty. knowledge base entries are fetched ↵ | Frank Karlitschek | 2011-08-17 | 1 | -6/+6 |
| | | | | via OCS from a different server. cool stuff | ||||
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 1 | -0/+27 |