Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix categories delete fallback when there is no app specific ajax categories ↵ | Bart Visscher | 2012-04-12 | 1 | -1/+1 |
| | | | | delete function | ||||
* | wrong defaultValue definition in OC.AppConfig.getValue | unknown | 2012-04-12 | 1 | -1/+1 |
| | | | | done | ||||
* | Added category editor for apps using OC_VObjects. | Thomas Tanghus | 2012-03-12 | 3 | -0/+116 |
| | |||||
* | add javascript bindings for OC_AppConfig | Robin Appelman | 2012-02-22 | 1 | -0/+35 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 4 | -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 variables | Hans Bakker | 2011-08-17 | 3 | -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 Bakker | 2011-08-15 | 2 | -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 Bakker | 2011-08-13 | 1 | -0/+57 |
| | | | | exists and the credentials are correct | ||||
* | Adapt javascript-i18n to latest changes | Jakob Sack | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | New i18n-structure | Jakob Sack | 2011-06-20 | 1 | -0/+34 |