Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhanced auth is totally unmaintained and broken | Lukas Reschke | 2013-01-14 | 1 | -4/+0 |
| | | | | | | Let's remove it, it's also not secure anymore with the introduction of our API etc... (And doesn't work with ldap etc…) | ||||
* | Add a closing ) | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | | | | Thanks Jenkins! | ||||
* | CP fail | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 6 | -9/+7 |
| | | | | | | | | | | | 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 :) | ||||
* | Merge pull request #1157 owncloud/move-OpenID | Bart Visscher | 2013-01-11 | 1 | -16/+0 |
|\ | | | | | | | | | | | | | Move openid.php to apps repo Conflicts: settings/routes.php | ||||
| * | Move to apps repo | Lukas Reschke | 2013-01-11 | 1 | -16/+0 |
| | | | | | | | | This belongs to the apps repo. | ||||
* | | Merge pull request #1150 from owncloud/EnableSSL-AdminMenu | Lukas Reschke | 2013-01-11 | 1 | -0/+13 |
|\ \ | | | | | | | Add security section to admin settings to enable the HTTPS enforcement | ||||
| * | | Add security section to admin menu | Lukas Reschke | 2013-01-11 | 1 | -0/+13 |
| |/ | | | | | | | | | | | | | | | | | Currently it only allows the admin to enable or disable the HTTPS enforcement, but in the future it could be expanded to further options. The HTTPS enforcement only allows the admin to enforce it, if he is connected via HTTPS. (To prevent admins to enable it without a proper SSL setup) | ||||
* / | Remove setContentTypeHeader() | Lukas Reschke | 2013-01-11 | 2 | -2/+0 |
|/ | | | | | | `OC_JSON::success` and `OC_JSON::error` are calling `OC_JSON::encodedPrint`, which already sets these headers. So this two calls are uneeded duplicates. | ||||
* | Fix "There must be a single space between the closing parenthesis and the ↵ | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
| | | | | opening brace" | ||||
* | Merge pull request #603 from owncloud/store_plain_groupname | Bart Visscher | 2012-11-30 | 2 | -2/+2 |
|\ | | | | | Group name doesn't need to be sanitized before storing it in the database | ||||
| * | Group name does't need to be sanitized before storing it in the database | Bart Visscher | 2012-11-27 | 2 | -2/+2 |
| | | | | | | | | It should only be sanitized before display | ||||
* | | make some checks server-side | Georg Ehrke | 2012-11-28 | 1 | -0/+6 |
|/ | |||||
* | Better check and handling of user creation | Bart Visscher | 2012-11-14 | 1 | -2/+5 |
| | |||||
* | Fixed new checkstyle issues in ocs.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | fix the broken image path on the apps page | Frank Karlitschek | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 3 | -9/+9 |
| | |||||
* | Checkstyle: Fix last six NewlineBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -2/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | Move and fix app setting navigation detect | Bart Visscher | 2012-10-29 | 1 | -0/+18 |
| | |||||
* | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 4 | -21/+22 |
|\ | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | Move isUserVerified to OC_Util | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | | |||||
| * | Password check for admins | Lukas Reschke | 2012-10-16 | 1 | -2/+6 |
| | | |||||
| * | Correct check for admin | Lukas Reschke | 2012-10-16 | 1 | -4/+2 |
| | | |||||
| * | Verify passwords for admins | Lukas Reschke | 2012-10-16 | 1 | -3/+11 |
| | | |||||
| * | Revert "Verify user login before changing the password reset mail" | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 9aa9110fd906bc9191adbb129bf421ede77ccad7. | ||||
| * | Revert "Remove old password check from changepassword and use verifyUser ↵ | Lukas Reschke | 2012-10-15 | 1 | -1/+2 |
| | | | | | | | | | | | | instead" This reverts commit e6b8153865a521a4750ec44016c5f22f453edfe1. | ||||
| * | Verify user login before changing the password reset mail | Lukas Reschke | 2012-10-15 | 1 | -0/+1 |
| | | |||||
| * | Remove old password check from changepassword and use verifyUser instead | Lukas Reschke | 2012-10-15 | 1 | -2/+1 |
| | | |||||
| * | Change auth checks | Lukas Reschke | 2012-10-15 | 3 | -19/+7 |
| | | |||||
| * | Unneeded double check | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
| | | |||||
| * | Disallow users to delete their own accounts | Lukas Reschke | 2012-10-10 | 1 | -1/+6 |
| | | |||||
* | | Make the settings ajax calls use the router | Bart Visscher | 2012-10-02 | 17 | -44/+2 |
|/ | |||||
* | Merge branch 'master' of https://github.com/owncloud/core | Sam Tuke | 2012-09-18 | 2 | -1/+2 |
|\ | |||||
| * | Use correct translation file | Thomas Müller | 2012-09-17 | 1 | -1/+1 |
| | | | | | | every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get | ||||
| * | $l was undefined | Thomas Müller | 2012-09-17 | 1 | -0/+1 |
| | | |||||
* | | Fixed bug with duplicate entries for installed 3rd party apps in settings->apps | Sam Tuke | 2012-09-18 | 1 | -3/+2 |
|/ | | | | | Added method getAppstoreApps to OC_App Added minor documentation | ||||
* | return a message when app could not be enabled | Jörn Friedrich Dreyer | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 3 | -5/+5 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 3 | -3/+3 |
| | |||||
* | Adding missing translation | Thomas Mueller | 2012-09-04 | 1 | -6/+8 |
| | |||||
* | Update settings/ajax/userlist.php | Thomas Müller | 2012-09-04 | 1 | -2/+9 |
| | | | respect coding style | ||||
* | Update settings/ajax/togglegroups.php | Thomas Müller | 2012-09-04 | 1 | -6/+6 |
| | | | respect coding style | ||||
* | Update settings/ajax/setloglevel.php | Thomas Müller | 2012-09-04 | 1 | -3/+1 |
| | | | respect coding style | ||||
* | Update settings/ajax/setlanguage.php | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | | respect coding style | ||||
* | Update settings/ajax/removeuser.php | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | | | $l->t added for error message | ||||
* | Update settings/ajax/removeuser.php | Thomas Müller | 2012-09-04 | 1 | -3/+3 |
| | | | respect coding style | ||||
* | Update settings/ajax/removegroup.php | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | | | $l->t added for error message | ||||
* | Update settings/ajax/removegroup.php | Thomas Müller | 2012-09-04 | 1 | -2/+2 |
| | | | respect coding style |