Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Autocomplete for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 1 | -11/+26 | |
| | | * | | | Add support for configuring which permissions are possible for items | Michael Gapczynski | 2012-07-27 | 1 | -11/+23 | |
| | | * | | | Implement CRUDS in share dropdown, and some clean-up | Michael Gapczynski | 2012-07-26 | 1 | -24/+79 | |
| | | * | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -0/+1 | |
| | | |\ \ \ | ||||||
| | | * | | | | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 | |
| | | * | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 2 | -4/+18 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Show private link in dropdown | Michael Gapczynski | 2012-07-11 | 1 | -1/+5 | |
| | | * | | | | | Generate random token for private links (more entropy than past private links) | Michael Gapczynski | 2012-07-11 | 1 | -2/+3 | |
| | | * | | | | | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 1 | -7/+11 | |
| | | * | | | | | Add parameter to showDropDown to not show private link UI, only files can be ... | Michael Gapczynski | 2012-07-03 | 1 | -12/+19 | |
| | | * | | | | | Add share with to list in dropdown after sharing | Michael Gapczynski | 2012-07-03 | 1 | -1/+5 | |
| | | * | | | | | Clean up in the dropdown for unsharing | Michael Gapczynski | 2012-07-03 | 1 | -70/+26 | |
| | | * | | | | | Fix fetching item type from share class element, comment out the auto hider f... | Michael Gapczynski | 2012-06-30 | 1 | -12/+12 | |
| | | * | | | | | Show users and groups shared with in dropdown | Michael Gapczynski | 2012-06-27 | 1 | -10/+17 | |
| | | * | | | | | Fix ajax share file and replace 'User or Group' select form with a textbox | Michael Gapczynski | 2012-06-27 | 1 | -38/+9 | |
| | | * | | | | | Forgot I got rid of the class field backendTypes, use the array keys of the b... | Michael Gapczynski | 2012-06-27 | 1 | -1/+1 | |
| | | * | | | | | Prepare drop down UI for share API | Michael Gapczynski | 2012-06-27 | 1 | -76/+47 | |
| | | * | | | | | Move ajax and js files to core | Michael Gapczynski | 2012-06-27 | 1 | -0/+366 | |
| | * | | | | | | Comment out javascript that hides login button | Anders Nor Berle | 2012-08-16 | 1 | -2/+3 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Show Login-Button when user+pw are autocompleted, fixes oc-1068 | Arthur Schiwon | 2012-08-24 | 1 | -6/+5 | |
| * | | | | | | add oracle to install & setup | Jörn Friedrich Dreyer | 2012-07-31 | 1 | -0/+7 | |
| * | | | | | | Fix time formatting for minutes, prepend 0 if minutes is less than 10 | Michael Gapczynski | 2012-07-06 | 1 | -1/+1 | |
| * | | | | | | Prevent adding a duplicate to a multiselect | Michael Gapczynski | 2012-07-01 | 1 | -1/+12 | |
| * | | | | | | Add new group to other user's group select forms | Michael Gapczynski | 2012-07-01 | 1 | -2/+3 | |
| * | | | | | | typo in js statement fixed | Bjoern Schiessle | 2012-06-26 | 1 | -1/+1 | |
| * | | | | | | fix potential xss in multiselect | Robin Appelman | 2012-06-09 | 1 | -3/+9 | |
* | | | | | | | Merge branch 'master' into routing | Bart Visscher | 2012-08-15 | 1 | -31/+33 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Position appsettings fixed and load it in dynamically added element. | Thomas Tanghus | 2012-08-12 | 1 | -31/+33 | |
* | | | | | | | Use core routes in js too | Bart Visscher | 2012-08-15 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | / | JavaScript file for activating web cron | Jakob Sack | 2012-08-09 | 1 | -0/+25 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Show Login-Button when user+pw are autocompleted, fixes oc-1068 | Arthur Schiwon | 2012-08-03 | 1 | -6/+5 | |
* | | | | | Propagate exceptions in OC.appSettings. | Thomas Tanghus | 2012-08-01 | 1 | -2/+2 | |
* | | | | | Forgot to also use the options I added :-P | Thomas Tanghus | 2012-07-31 | 1 | -1/+1 | |
* | | | | | Added some more options to OC.appSettings(). | Thomas Tanghus | 2012-07-31 | 1 | -2/+33 | |
* | | | | | Made the parameter for OC.appSettings() an object to be able to extend it. | Thomas Tanghus | 2012-07-31 | 1 | -2/+5 | |
* | | | | | White space | Thomas Tanghus | 2012-07-31 | 1 | -7/+6 | |
* | | | | | Popup for app specific settings. | Thomas Tanghus | 2012-07-31 | 1 | -16/+37 | |
| |_|_|/ |/| | | | ||||||
* | | | | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Fix time formatting for minutes, prepend 0 if minutes is less than 10 | Michael Gapczynski | 2012-07-06 | 1 | -1/+1 | |
* | | | Add slash to app url if not set fix oc-1169 | Brice Maron | 2012-07-03 | 1 | -0/+2 | |
* | | | Prevent adding a duplicate to a multiselect | Michael Gapczynski | 2012-06-29 | 1 | -1/+12 | |
* | | | Add new group to other user's group select forms | Michael Gapczynski | 2012-06-29 | 1 | -2/+3 | |
| |/ |/| | ||||||
* | | typo in js statement fixed | Bjoern Schiessle | 2012-06-26 | 1 | -1/+1 | |
* | | Fixes for multi app dir : | Brice Maron | 2012-06-22 | 1 | -2/+1 | |
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 1 | -3/+9 | |
|\ \ | ||||||
| * | | fix potential xss in multiselect | Robin Appelman | 2012-06-09 | 1 | -3/+9 | |
| |/ | ||||||
* / | Change app path logic in templates | Brice Maron | 2012-06-06 | 1 | -5/+3 | |
|/ | ||||||
* | only check our own input fields when determining to show the login button | Robin Appelman | 2012-05-17 | 1 | -2/+2 | |
* | update to jquery 1.7.2 | Robin Appelman | 2012-05-12 | 2 | -4/+4 | |
* | Fix music file action i.e. click to play, make OC.filePath act like OC_Helper... | Michael Gapczynski | 2012-05-10 | 1 | -4/+7 |