summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax
Commit message (Expand)AuthorAgeFilesLines
...
* testremote is for public accessRobin Appelman2014-06-171-1/+0
* Make testremote more robustRobin Appelman2014-06-161-3/+8
* Add some safety checksRobin Appelman2014-06-163-4/+7
* Fix public share webdav permissionsRobin Appelman2014-06-141-1/+1
* fix modified date for external sharesRobin Appelman2014-06-141-0/+2
* block server-to-server share if files_external is not activates, can be rever...Bjoern Schiessle2014-06-141-1/+4
* add settings to disable server to server sharingBjoern Schiessle2014-06-141-2/+12
* Properly expose read only public shares as read onlyRobin Appelman2014-06-141-0/+7
* Generate a unique nameRobin Appelman2014-06-141-0/+2
* Scan the entire remote share at once by requesting the full file tree from th...Robin Appelman2014-06-142-1/+70
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-141-0/+17
* Add interface for accpeting external sharesRobin Appelman2014-06-141-0/+28
* Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-192-3/+12
|\
| * Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-121-6/+4
| |\
| | * $RUNTIME_APPTYPES is no longer used - left over from pre OC4Thomas Müller2014-04-281-5/+0
| | * Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-1/+4
| * | Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller2014-05-021-1/+7
| |/
* | Add missing \Lukas Reschke2014-05-041-1/+1
* | Cleanup code a little bitLukas Reschke2014-05-042-23/+14
|/
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-0/+91
* don't urldecode get var, php does this automaticallyGeorg Ehrke2014-01-301-1/+1
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-1/+2
* fix preview for reshared fileGeorg Ehrke2013-12-221-1/+3
* fix public preview creation if a user ios logged inBjoern Schiessle2013-11-271-3/+7
* 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