summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Fix categories delete fallback when there is no app specific ajax categories ↵Bart Visscher2012-04-121-1/+1
| | | | delete function
* wrong defaultValue definition in OC.AppConfig.getValueunknown2012-04-121-1/+1
| | | | done
* Added category editor for apps using OC_VObjects.Thomas Tanghus2012-03-123-0/+116
|
* add javascript bindings for OC_AppConfigRobin Appelman2012-02-221-0/+35
|
* Use OC_JSON for json responsesBart Visscher2011-09-254-12/+5
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* Change authentication method to basic http auth instead of using $_GET variablesHans Bakker2011-08-173-58/+51
| | | | | Also use OC_User::isLoggedIn to check if new authentication is needed for grouplist.php and userlist.php For validateuser.php, credentials are always needed.
* Add scripts to get user list and group list as json data.Hans Bakker2011-08-152-0/+92
| | | | Info about which groups the users belong to are also in the user list. Both files need logging in through GET because unauthorized users are not allowed to see this data.
* Add validateuser.php ajax file returning json data saying whether a user ↵Hans Bakker2011-08-131-0/+57
| | | | exists and the credentials are correct
* Adapt javascript-i18n to latest changesJakob Sack2011-06-201-1/+1
|
* New i18n-structureJakob Sack2011-06-201-0/+34