Bart Visscher
d4882df8cb
Fix warnings and better styling
14 years ago
Bart Visscher
1b5c8ff471
Don't return error when just no sharing found
14 years ago
Michael Gapczynski
0ddfc94cf5
Try to fix last commit
14 years ago
Michael Gapczynski
5e2ef1e918
Check if itemShares share type is an array instead of set, javascript likes to set indexes to 'undefined'
14 years ago
Michael Gapczynski
b6b713eb76
Only show the user's groups in the share with autocomplete
14 years ago
Michael Gapczynski
4933128850
Throw exceptions in share API for UI to display
14 years ago
Michael Gapczynski
2201074e1f
Basic setup for sharing with contacts
14 years ago
Michael Gapczynski
b6aa5d2875
Include contacts in share with search
14 years ago
Michael Gapczynski
8d01e1a355
Don't show self or already shared with users and groups in the share with search
14 years ago
Michael Gapczynski
d66f071d3e
Use search and limit parameters for share with search in sharing dropdown
14 years ago
Michael Gapczynski
ed71343df8
Autocomplete for share with search in sharing dropdown
14 years ago
Lukas Reschke
12dfe5868a
Updated style
14 years ago
Lukas Reschke
d24326ecce
Updated style
14 years ago
Lukas Reschke
d425740dc2
Remove unused files
14 years ago
Lukas Reschke
1554d7a2c0
Check for admin user
14 years ago
Lukas Reschke
9605e1926c
Check for admin user
14 years ago
Lukas Reschke
85a410d7a3
Remove unused files
14 years ago
Michael Gapczynski
88f4845ca3
Sanitization isn't required here
14 years ago
Michael Gapczynski
b148256233
Get rid of sneaky error_log() that got left behind
14 years ago
Michael Gapczynski
c0e1b8e7e7
Sanitize POST and GET in ajax/share
14 years ago
Jörn Friedrich Dreyer
e59a1806cf
remove superfluous ?> at the end of .php files (left out apps/*/templates)
14 years ago
Michael Gapczynski
5e8ef33190
Clean up in the dropdown for unsharing
14 years ago
Michael Gapczynski
dd56416a39
Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead
14 years ago
Michael Gapczynski
578b8a9da1
$_POST variables should be $_GET for fetch
14 years ago
Michael Gapczynski
b5961635ea
Fix ajax share file and replace 'User or Group' select form with a textbox
14 years ago
Michael Gapczynski
bc68f14c4b
Prepare drop down UI for share API
14 years ago
Michael Gapczynski
945565f420
Move ajax and js files to core
14 years ago
Georg Ehrke
3fb91a7411
restore require once command for non app files
14 years ago
Georg Ehrke
69ee0efc0b
remove the require_once lib base from all (or nearly all) files
14 years ago
Robin Appelman
b1bcc60d83
reuse OC_L10N objects
14 years ago
Bart Visscher
bc81179163
Fix categories delete fallback when there is no app specific ajax categories delete function
14 years ago
unknown
2f3c0a6d80
wrong defaultValue definition in OC.AppConfig.getValue
done
14 years ago
Thomas Tanghus
03eb5197b6
Added category editor for apps using OC_VObjects.
14 years ago
Robin Appelman
8b93a9a237
add javascript bindings for OC_AppConfig
14 years ago
Robin Appelman
2e05bd69f5
add javascript bindings for OC_AppConfig
14 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.
15 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.
15 years ago
Hans Bakker
bd12bdfe56
Add validateuser.php ajax file returning json data saying whether a user exists and the credentials are correct
15 years ago
Jakob Sack
bcfd1ff304
Adapt javascript-i18n to latest changes
15 years ago
Jakob Sack
61993419ec
New i18n-structure
15 years ago