Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Reverted fix temporarily; another fix by LukasReschke is awaiting merge | Sam Tuke | 2013-02-06 | 1 | -1/+3 | |
| | | ||||||
| * | Added comment | Sam Tuke | 2013-02-06 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed bug causing password change related hooks to not be called due to ajax | Sam Tuke | 2013-02-06 | 1 | -0/+2 | |
| | | ||||||
| * | Removed call to depreciated isUserVerified() | Sam Tuke | 2013-02-06 | 1 | -3/+1 | |
| | | ||||||
* | | Merge pull request #1363 from owncloud/FixPasswordChange | Lukas Reschke | 2013-02-06 | 1 | -8/+2 | |
|\ \ | |/ |/| | Fix password change | |||||
| * | Fix indentation | Lukas Reschke | 2013-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Remove the no longer existing function "isUserVerified" | Lukas Reschke | 2013-01-30 | 1 | -7/+1 | |
| | | | | | | | | Thx @eMerzh | |||||
* | | make strings translatable | Björn Schießle | 2013-02-06 | 1 | -2/+2 | |
| | | ||||||
* | | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -2/+3 | |
| | | ||||||
* | | Cleanup string - easier for translators | Thomas Mueller | 2013-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | fix typo | Frank Karlitschek | 2013-01-30 | 1 | -1/+1 | |
| | | ||||||
* | | merge master | Frank Karlitschek | 2013-01-30 | 7 | -15/+37 | |
|\| | | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php | |||||
| * | check permissions before changing the display name | Björn Schießle | 2013-01-29 | 1 | -0/+13 | |
| | | ||||||
| * | added missing changedisplayname.php | Björn Schießle | 2013-01-29 | 1 | -0/+15 | |
| | | ||||||
| * | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -2/+2 | |
| | | ||||||
| * | 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 :) | |||||
* | | mark recommended apps. server part not yet fully implemented | Frank Karlitschek | 2013-01-30 | 1 | -1/+6 | |
| | | ||||||
* | | we are getting closer. updating is not working yet. | Frank Karlitschek | 2013-01-21 | 2 | -0/+18 | |
|/ | ||||||
* | 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 | |
| | |