Commit Graph

3582 Commits (0f15bc881fcf3575e61c527552d78e7c86170e8d)

Author SHA1 Message Date
Thomas Mueller fe49cbafc7 apply coding style 13 years ago
Thomas Mueller f301bfd8c9 apply coding style 13 years ago
Michael Gapczynski da44e5405a Fix typo 13 years ago
Michael Gapczynski c53310e49b Remove unnecessary ajax file from files_sharing 13 years ago
Michael Gapczynski 1e2ba8398d Remove old database xml file for files_sharing, bump version number 13 years ago
Michael Gapczynski 0a1f24142a Change public file from get.php to public.php 13 years ago
Arthur Schiwon 42a9969304 LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use 13 years ago
Frank Karlitschek 549f69cbc1 marked as shipped app 13 years ago
Michael Gapczynski 9cd55508c3 Add Share API settings to admin page 13 years ago
Michael Gapczynski 0a9d1ed3a6 Initial previewer for public links 13 years ago
Jenkins for ownCloud 8374a49cc1 [tx-robot] updated from transifex 13 years ago
Jan-Christoph Borchardt 6b5f1ffdb4 upload button improvement, better separation, fix wrap issue 13 years ago
Frank Karlitschek c2290a542e add deprecated warning 13 years ago
Arthur Schiwon 5985d00c6f LDAP: transliterate other latin characters to ASCII when creating owncloud names. Already created usernames are not being affected. 13 years ago
Georg Ehrke ead7de6bff only mount every single homefolder when using sharing app 13 years ago
Jenkins for ownCloud c33a2ca01d [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud faf702b9e6 [tx-robot] updated from transifex 13 years ago
Frank Karlitschek 184438224c restore the webdavauth app 13 years ago
Frank Karlitschek 72e9a2ce57 moved to apps repository 13 years ago
Lukas Reschke 32bad688bd Wrong function 13 years ago
Lukas Reschke 2028c81161 OC_Util is better thank OCP\JSON because it'll redirect the user to the index.php instead of displaying an error 13 years ago
Lukas Reschke 4885a52ba4 Check if app is enabled 13 years ago
Lukas Reschke bcd86bfd02 Remove some empty lines 13 years ago
Lukas Reschke 726be04e5f Use sanitizeHTML instead of strip_tags 13 years ago
Jenkins for ownCloud 922982f070 [tx-robot] updated from transifex 13 years ago
Thomas Mueller ad66d6d5e9 translation support for pdfviewer 13 years ago
Thomas Mueller 8e090d8f67 added translation for odfviewer 13 years ago
Jenkins for ownCloud a1a3862274 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud bae07faa34 [tx-robot] updated from transifex 13 years ago
Thomas Mueller 814cb6bbfa translation support for text editor and impress added 13 years ago
Jenkins for ownCloud c82518cb0e [tx-robot] updated from transifex 13 years ago
jfd dc3bec6211 OC_Share no longer exists. remove hooks that would trigger require_once / autoloading failures, so i can at least upload files 13 years ago
jfd e8ffd5c042 use limit parameter instead of LIMIT SQL for vcard 13 years ago
Jenkins for ownCloud f57d527a7c [tx-robot] updated from transifex 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Michael Gapczynski 0c4575db7a Temporary fix to prevent rename action in root of Shared directory 13 years ago
Thomas Tanghus ee04b626b4 Correct variable name. 13 years ago
Michael Gapczynski 36487246ed Switch to using file cache ids instead of paths for file sharing 13 years ago
Michael Gapczynski cfec290ad9 Prevent resharing in UI if share permission not granted 13 years ago
Michael Gapczynski 3148edbdef Fix shared storage rename. Note: You can only rename shared files/folders that are inside a shared folder, not individual shared files/folders. 13 years ago
Lukas Reschke 63d6884e23 Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (ngolde.de) 13 years ago
Arthur Schiwon eadb894eff Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534 13 years ago
Lukas Reschke 9188d2a844 Add a missing exit(); 13 years ago
Lukas Reschke 4e5291c77a Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prevents XSS in old browsers. Thanks to Nico Golde. 13 years ago
Lukas Reschke 1d530192b9 Disable user enumeration 13 years ago
Lukas Reschke 9917c611d3 Disable listing of all users 13 years ago
Lukas Reschke 78e8cbd52c Check if webfinger is enabled 13 years ago
Michael Gapczynski ffb55d5a17 Don't return file handle if the mode supports writing and the file is not writable 13 years ago
Lukas Reschke 3644517b01 Missed an "echo" 13 years ago
Lukas Reschke 4f7e4c20d2 Sanitize user input 13 years ago