Michael Gapczynski
945565f420
Move ajax and js files to core
13 years ago
Georg Ehrke
3fb91a7411
restore require once command for non app files
13 years ago
Georg Ehrke
69ee0efc0b
remove the require_once lib base from all (or nearly all) files
13 years ago
Robin Appelman
b1bcc60d83
reuse OC_L10N objects
13 years ago
Bart Visscher
bc81179163
Fix categories delete fallback when there is no app specific ajax categories delete function
13 years ago
unknown
2f3c0a6d80
wrong defaultValue definition in OC.AppConfig.getValue
...
done
13 years ago
Thomas Tanghus
03eb5197b6
Added category editor for apps using OC_VObjects.
13 years ago
Robin Appelman
8b93a9a237
add javascript bindings for OC_AppConfig
13 years ago
Robin Appelman
2e05bd69f5
add javascript bindings for OC_AppConfig
13 years ago
Bart Visscher
17e631bc5e
Use OC_JSON for json responses
...
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
14 years ago
Hans Bakker
30dab8473d
Change authentication method to basic http auth instead of using $_GET variables
...
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.
14 years ago
Hans Bakker
4f3fdf6c45
Add scripts to get user list and group list as json data.
...
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.
14 years ago
Hans Bakker
bd12bdfe56
Add validateuser.php ajax file returning json data saying whether a user exists and the credentials are correct
14 years ago
Jakob Sack
bcfd1ff304
Adapt javascript-i18n to latest changes
14 years ago
Jakob Sack
61993419ec
New i18n-structure
14 years ago