aboutsummaryrefslogtreecommitdiffstats
path: root/settings/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced auth is totally unmaintained and brokenLukas Reschke2013-01-141-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 Reschke2013-01-141-1/+1
| | | | Thanks Jenkins!
* CP failLukas Reschke2013-01-141-1/+1
|
* Check if user is admin - boolLukas Reschke2013-01-146-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-OpenIDBart Visscher2013-01-111-16/+0
|\ | | | | | | | | | | | | Move openid.php to apps repo Conflicts: settings/routes.php
| * Move to apps repoLukas Reschke2013-01-111-16/+0
| | | | | | | | This belongs to the apps repo.
* | Merge pull request #1150 from owncloud/EnableSSL-AdminMenuLukas Reschke2013-01-111-0/+13
|\ \ | | | | | | Add security section to admin settings to enable the HTTPS enforcement
| * | Add security section to admin menuLukas Reschke2013-01-111-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 Reschke2013-01-112-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 Visscher2012-12-151-1/+1
| | | | opening brace"
* Merge pull request #603 from owncloud/store_plain_groupnameBart Visscher2012-11-302-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 databaseBart Visscher2012-11-272-2/+2
| | | | | | | | It should only be sanitized before display
* | make some checks server-sideGeorg Ehrke2012-11-281-0/+6
|/
* Better check and handling of user creationBart Visscher2012-11-141-2/+5
|
* Fixed new checkstyle issues in ocs.php from build #1341.Diederik de Haas2012-11-101-1/+1
|
* fix the broken image path on the apps pageFrank Karlitschek2012-11-081-1/+1
|
* Style: Remove all the dangling white spacesFelix Moeller2012-11-043-9/+9
|
* Checkstyle: Fix last six NewlineBeforeOpenBraceFelix Moeller2012-11-041-2/+1
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
|
* Move and fix app setting navigation detectBart Visscher2012-10-291-0/+18
|
* Merge branch 'master' into routingBart Visscher2012-10-174-21/+22
|\ | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| * Move isUserVerified to OC_UtilLukas Reschke2012-10-161-1/+1
| |
| * Password check for adminsLukas Reschke2012-10-161-2/+6
| |
| * Correct check for adminLukas Reschke2012-10-161-4/+2
| |
| * Verify passwords for adminsLukas Reschke2012-10-161-3/+11
| |
| * Revert "Verify user login before changing the password reset mail"Lukas Reschke2012-10-151-1/+0
| | | | | | | | This reverts commit 9aa9110fd906bc9191adbb129bf421ede77ccad7.
| * Revert "Remove old password check from changepassword and use verifyUser ↵Lukas Reschke2012-10-151-1/+2
| | | | | | | | | | | | instead" This reverts commit e6b8153865a521a4750ec44016c5f22f453edfe1.
| * Verify user login before changing the password reset mailLukas Reschke2012-10-151-0/+1
| |
| * Remove old password check from changepassword and use verifyUser insteadLukas Reschke2012-10-151-2/+1
| |
| * Change auth checksLukas Reschke2012-10-153-19/+7
| |
| * Unneeded double checkLukas Reschke2012-10-151-1/+0
| |
| * Disallow users to delete their own accountsLukas Reschke2012-10-101-1/+6
| |
* | Make the settings ajax calls use the routerBart Visscher2012-10-0217-44/+2
|/
* Merge branch 'master' of https://github.com/owncloud/coreSam Tuke2012-09-182-1/+2
|\
| * Use correct translation fileThomas Müller2012-09-171-1/+1
| | | | | | every translation within the sub folder 'settings' need to use 'settings' on OC_L10N::get
| * $l was undefinedThomas Müller2012-09-171-0/+1
| |
* | Fixed bug with duplicate entries for installed 3rd party apps in settings->appsSam Tuke2012-09-181-3/+2
|/ | | | | Added method getAppstoreApps to OC_App Added minor documentation
* return a message when app could not be enabledJörn Friedrich Dreyer2012-09-121-1/+1
|
* adding space between) and {Thomas Mueller2012-09-073-5/+5
|
* no more require_once()Thomas Mueller2012-09-053-3/+3
|
* Adding missing translationThomas Mueller2012-09-041-6/+8
|
* Update settings/ajax/userlist.phpThomas Müller2012-09-041-2/+9
| | | respect coding style
* Update settings/ajax/togglegroups.phpThomas Müller2012-09-041-6/+6
| | | respect coding style
* Update settings/ajax/setloglevel.phpThomas Müller2012-09-041-3/+1
| | | respect coding style
* Update settings/ajax/setlanguage.phpThomas Müller2012-09-041-3/+3
| | | respect coding style
* Update settings/ajax/removeuser.phpThomas Müller2012-09-041-1/+1
| | | $l->t added for error message
* Update settings/ajax/removeuser.phpThomas Müller2012-09-041-3/+3
| | | respect coding style
* Update settings/ajax/removegroup.phpThomas Müller2012-09-041-1/+1
| | | $l->t added for error message
* Update settings/ajax/removegroup.phpThomas Müller2012-09-041-2/+2
| | | respect coding style