summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax
Commit message (Expand)AuthorAgeFilesLines
* outsource sharing and deleted files previews to appsGeorg Ehrke2013-08-191-0/+85
* Remove unnecessary ajax file from files_sharingMichael Gapczynski2012-08-281-11/+0
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-258-243/+0
|\
| * Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-228-210/+0
| * Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-1/+6
| * Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-271-1/+6
| * Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
| * Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-1/+2
| * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-098-16/+0
| * CSRF checksLukas Reschke2012-07-074-0/+5
| * use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-2/+2
| * remove not needed includesFrank Karlitschek2012-05-285-6/+1
* | Add additional error handling for emailing private linksMichael Gapczynski2012-07-301-1/+6
* | Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-301-1/+6
* | Added CSRF checksLukas Reschke2012-07-206-0/+8
* | Sharing: offer an option to allow sharing with everyone, i.e. do not check gr...Arthur Schiwon2012-07-172-12/+34
* | Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
* | Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-3/+2
* | use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-3/+3
|/
* Check if a file is encrypted before sharing (encrypted files cannot be shared)Michael Gapczynski2012-05-151-3/+8
* Check if a private link points to a folder or file and change text accordinglyMichael Gapczynski2012-05-141-2/+3
* Fix private link emailing and clean up file name displayed in emailMichael Gapczynski2012-05-141-3/+3
* removing executable bit - againThomas Mueller2012-05-157-0/+0
* Prevent overwriting of private link statusMichael Gapczynski2012-05-101-1/+1
* Sharing: even if a user has more groups in common, he should appear only once...Arthur Schiwon2012-05-091-0/+1
* Fix bug oc-542, encode urls for private linksMichael Gapczynski2012-05-071-1/+1
* Fix feedback for sharing errorsMichael Gapczynski2012-05-061-4/+4
* Refactor sharing UI; bug fixes, code clean-up, and more efficient with less a...Michael Gapczynski2012-05-056-62/+126
* ported oc_jsonFrank Karlitschek2012-05-037-12/+12
* port oc_preferencesFrank Karlitschek2012-05-021-1/+1
* port appconfigFrank Karlitschek2012-05-021-2/+2
* fixing namespaceThomas Müller2012-05-021-1/+1
* Change default from address to sharing-noreply@server for emailing private linksMichael Gapczynski2012-05-011-1/+1
* ported getUserFrank Karlitschek2012-05-016-6/+6
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-2/+2
* some fixes for sharingGeorg Ehrke2012-04-276-9/+4
* fix merge conflictsGeorg Ehrke2012-04-262-0/+28
|\
| * Add ability to send private links from sharing via emailMichael Gapczynski2012-04-261-0/+15
| * Forgot to remove error log messages...Michael Gapczynski2012-04-251-3/+0
| * Allow admin to disable resharing of filesMichael Gapczynski2012-04-251-0/+16
* | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-175-5/+5
|/
* Make users only able to share with users in groups they belong toMichael Gapczynski2012-03-281-10/+12
* Fix overwriting of internal sharing for shared folders - bug oc-260Michael Gapczynski2012-02-181-1/+1
* Fix shared status for files inside a shared folderMichael Gapczynski2011-12-171-0/+1
* apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax filekrzaczek2011-11-184-4/+4
* apps file_sharing krzaczek2011-11-181-1/+1
* Add 3 More log writing in files sharing appBrice Maron2011-10-181-0/+2
* Correct little typo/bug in log display and remove ending php tagBrice Maron2011-10-181-2/+0
* Check if the application is actually enabledBart Visscher2011-09-305-3/+8
* Use OC_JSON for json responsesBart Visscher2011-09-252-7/+5