Commit Graph

708 Commits (0f15bc881fcf3575e61c527552d78e7c86170e8d)

Author SHA1 Message Date
Lukas Reschke 1554d7a2c0 Check for admin user 13 years ago
Lukas Reschke 9605e1926c Check for admin user 13 years ago
Lukas Reschke 85a410d7a3 Remove unused files 13 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 13 years ago
Robin Appelman b1010160b3 CSRF protection for eventsource 13 years ago
Bjoern Schiessle 20a174e71b remove second "autocomplete" statement 13 years ago
Bjoern Schiessle 3895e3a5ae remember username and provide autocomplete feature 13 years ago
Bjoern Schiessle 0ea29398c7 remember username and provide autocomplete feature 13 years ago
Michael Gapczynski 88f4845ca3 Sanitization isn't required here 13 years ago
Michael Gapczynski cbf851de69 Show private link in dropdown 13 years ago
Michael Gapczynski ccb5e99395 Generate random token for private links (more entropy than past private links) 13 years ago
Michael Gapczynski b148256233 Get rid of sneaky error_log() that got left behind 13 years ago
Michael Gapczynski c0e1b8e7e7 Sanitize POST and GET in ajax/share 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Michael Gapczynski 0045e64041 Fix time formatting for minutes, prepend 0 if minutes is less than 10 13 years ago
Michael Gapczynski 90e4af312a Fix time formatting for minutes, prepend 0 if minutes is less than 10 13 years ago
Brice Maron 799e34acd4 Add slash to app url if not set fix oc-1169 13 years ago
Michael Gapczynski 1ad5e3e39f Add parameter to showDropDown to not show private link UI, only files can be shared as private links 13 years ago
Michael Gapczynski db33765e36 Add share with to list in dropdown after sharing 13 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 13 years ago
Michael Gapczynski dd56416a39 Remove the method getItemsSharedStatuses, it is easy enough to just pass the format instead 13 years ago
Michael Gapczynski dd7d34a40e Prevent adding a duplicate to a multiselect 13 years ago
Michael Gapczynski 949cab7ea1 Add new group to other user's group select forms 13 years ago
Michael Gapczynski f456cee9d8 Fix fetching item type from share class element, comment out the auto hider for now since it doesn't work outside of the Files app 13 years ago
Michael Gapczynski 8e4832bd12 Prevent adding a duplicate to a multiselect 13 years ago
Michael Gapczynski 05cb94801a Add new group to other user's group select forms 13 years ago
Michael Gapczynski cb19fdd55b Show users and groups shared with in dropdown 13 years ago
Michael Gapczynski 578b8a9da1 $_POST variables should be $_GET for fetch 13 years ago
Michael Gapczynski b5961635ea Fix ajax share file and replace 'User or Group' select form with a textbox 13 years ago
Michael Gapczynski f21fdf14f9 Forgot I got rid of the class field backendTypes, use the array keys of the backends field instead 13 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 13 years ago
Michael Gapczynski 945565f420 Move ajax and js files to core 13 years ago
Bjoern Schiessle 595ff468f5 typo in js statement fixed 13 years ago
Bjoern Schiessle 18d5420744 typo in js statement fixed 13 years ago
Sam Tuke f374dae233 Added text ACS warning to admin's user settings page, and corresponding CSS styles 13 years ago
Georg Ehrke a113ee9e9f add x-webkit-speech to searchbox 13 years ago
Brice Maron df60d6d5d2 Fixes for multi app dir : 13 years ago
Bjoern Schiessle 34739b7ec5 use new sanitizeHTML() function 13 years ago
Florian Hülsmann c3cd3f3571 CSS class headerAction -> header-action 13 years ago
Florian Hülsmann 0132b80282 added CSS class .headerAction 13 years ago
Bart Visscher 2f00384b51 Use TemplateLayout functions for finding js and css files in minimizer 13 years ago
Florian Hülsmann 4a50c15a8e corrected header width and floating (can now dynamically add stuff to header); someone may test this in IE 13 years ago
Bart Visscher 617de811f7 Cache the minimized output also on the server 13 years ago
Bart Visscher 99a68abbd5 Add session_write_close to the minimizer 13 years ago
Thomas Tanghus f0b87bc421 Make requesttoken global. 13 years ago
Thomas Tanghus 5b1a14f9ea Contacts: Implement CSRF prevention. 13 years ago
Thomas Tanghus 625cd822c3 Backport CSRF prevention. 13 years ago
Thomas Tanghus 89464721c7 Added JSON methods for CSRF prevention. Make request token accessible from template and add js var. 13 years ago
Bjoern Schiessle 48ee265170 urlencode link fort password reset (bug #970) 13 years ago