summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-142-31/+58
| | |\
| | * | Fix issues with hiding and showing dropdownMichael Gapczynski2012-08-081-14/+33
| | * | Reset item shares variable, fixes autocomplete not showing peopleMichael Gapczynski2012-08-081-1/+2
| | * | Actually change background image of shared itemsMichael Gapczynski2012-08-071-2/+3
| | * | Somewhat fixes dropdown display issues in the contacts appMichael Gapczynski2012-08-061-1/+1
| | * | Remove person from array after unshare, so name appears in autocomplete againMichael Gapczynski2012-08-061-1/+5
| | * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-061-27/+80
| | |\ \
| | * | | Don't load item if it doesn't have it status setMichael Gapczynski2012-08-061-2/+2
| | * | | Lots of refactoring to share APIMichael Gapczynski2012-08-061-12/+13
| | * | | Hide 'can edit' if not checkedMichael Gapczynski2012-08-011-1/+6
| | * | | Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-011-1/+1
| | * | | Prevent up and down arrow from changing the share with input valueMichael Gapczynski2012-07-311-1/+5
| | * | | Give share with search focus when sharing dropdown appearsMichael Gapczynski2012-07-311-1/+2
| | * | | Don't show self or already shared with users and groups in the share with searchMichael Gapczynski2012-07-311-2/+7
| | * | | Add suggestion to share with search for sharing via emailMichael Gapczynski2012-07-311-3/+9
| | * | | Autocomplete for share with search in sharing dropdownMichael Gapczynski2012-07-301-11/+26
| | * | | Add support for configuring which permissions are possible for itemsMichael Gapczynski2012-07-271-11/+23
| | * | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-24/+79
| | * | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-0/+1
| | |\ \ \
| | * | | | Make file actions permissions awareMichael Gapczynski2012-07-251-1/+1
| | * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-112-4/+18
| | |\ \ \ \
| | * | | | | Show private link in dropdownMichael Gapczynski2012-07-111-1/+5
| | * | | | | Generate random token for private links (more entropy than past private links)Michael Gapczynski2012-07-111-2/+3
| | * | | | | Sharing files working using share APIMichael Gapczynski2012-07-101-7/+11
| | * | | | | Add parameter to showDropDown to not show private link UI, only files can be ...Michael Gapczynski2012-07-031-12/+19
| | * | | | | Add share with to list in dropdown after sharingMichael Gapczynski2012-07-031-1/+5
| | * | | | | Clean up in the dropdown for unsharingMichael Gapczynski2012-07-031-70/+26
| | * | | | | Fix fetching item type from share class element, comment out the auto hider f...Michael Gapczynski2012-06-301-12/+12
| | * | | | | Show users and groups shared with in dropdownMichael Gapczynski2012-06-271-10/+17
| | * | | | | Fix ajax share file and replace 'User or Group' select form with a textboxMichael Gapczynski2012-06-271-38/+9
| | * | | | | Forgot I got rid of the class field backendTypes, use the array keys of the b...Michael Gapczynski2012-06-271-1/+1
| | * | | | | Prepare drop down UI for share APIMichael Gapczynski2012-06-271-76/+47
| | * | | | | Move ajax and js files to coreMichael Gapczynski2012-06-271-0/+366
| * | | | | | Comment out javascript that hides login buttonAnders Nor Berle2012-08-161-2/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Position appsettings fixed and load it in dynamically added element.Thomas Tanghus2012-08-121-31/+33
| * | | | | JavaScript file for activating web cronJakob Sack2012-08-091-0/+25
| | |_|_|/ | |/| | |
| * | | | Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-031-6/+5
| * | | | Propagate exceptions in OC.appSettings.Thomas Tanghus2012-08-011-2/+2
| * | | | Forgot to also use the options I added :-PThomas Tanghus2012-07-311-1/+1
| * | | | Added some more options to OC.appSettings().Thomas Tanghus2012-07-311-2/+33
| * | | | Made the parameter for OC.appSettings() an object to be able to extend it.Thomas Tanghus2012-07-311-2/+5
| * | | | White spaceThomas Tanghus2012-07-311-7/+6
| * | | | Popup for app specific settings.Thomas Tanghus2012-07-311-16/+37
| | |_|/ | |/| |
| * | | CSRF protection for eventsourceRobin Appelman2012-07-221-0/+1
| | |/ | |/|
| * | Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
| * | Add slash to app url if not set fix oc-1169Brice Maron2012-07-031-0/+2
| * | Prevent adding a duplicate to a multiselectMichael Gapczynski2012-06-291-1/+12
| * | Add new group to other user's group select formsMichael Gapczynski2012-06-291-2/+3
| |/
| * typo in js statement fixedBjoern Schiessle2012-06-261-1/+1
| * Fixes for multi app dir :Brice Maron2012-06-221-2/+1