- Jan 14, 2013
-
-
Lukas Reschke authored
-
Lukas Reschke authored
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 :)
-
Bart Visscher authored
This fixes a problem that prevented app routes from being loaded after ocs_api merge
-
Daniel Molkentin authored
This reverts commit 9d41322c.
-
Daniel Molkentin authored
-
Thomas Müller authored
Remove ugly indentation - Trivial
-
Björn Schießle authored
-
Björn Schießle authored
Conflicts: apps/files_versions/templates/settings-personal.php
-
- Jan 13, 2013
-
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
-
- Jan 12, 2013
-
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Update CONTRIBUTING.md
-
Lukas Reschke authored
-
Thomas Müller authored
-
- Jan 11, 2013
-
-
Jenkins for ownCloud authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Thanks @eMerzh, could be especially needed as there are some platform specific issues like filename encoding under MS Windows
-
Lukas Reschke authored
:oops:
-
Lukas Reschke authored
Makes it at least better readable for me.
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Bart Visscher authored
Move openid.php to apps repo Conflicts: settings/routes.php
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Add contribution file
-
Björn Schießle authored
- some more code comments - fixed bug in the expire function, cleanup all_versions array during run. Otherwise it could happen that we try to delete already deleted versions
-
Lukas Reschke authored
Enhanced multiSelect
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
Add security section to admin settings to enable the HTTPS enforcement
-
Lukas Reschke authored
Remove setContentTypeHeader()
-
Frank Karlitschek authored
Remove uneeded file
-
Lukas Reschke authored
-
Lukas Reschke authored
This belongs to the apps repo.
-