summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax
Commit message (Expand)AuthorAgeFilesLines
* Return 404 in shareinfo.php when outgoing s2s disabledVincent Petry2015-05-281-0/+5
* Update license headersJenkins for ownCloud2015-03-265-28/+95
* Correctly get the unique mountpoint name when mounting the shareJoas Schilling2015-03-171-2/+0
* Revert "Updating license headers"Morris Jobke2015-02-265-91/+33
* Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-1/+1
* Updating license headersJenkins for ownCloud2015-02-235-33/+91
* Add callCheck to testremote.phpLukas Reschke2015-02-021-0/+1
* Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-281-4/+54
|\
| * Add back exit()Vincent Petry2015-01-261-1/+1
| * Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-4/+54
* | Do not disclose share owner in public file listVincent Petry2015-01-261-1/+4
* | use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle2015-01-261-2/+2
|/
* Check for version before mounting a public linkMorris Jobke2015-01-051-1/+2
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-5/+6
* Replace deprecated constant with new class constantJoas Schilling2014-11-252-3/+3
* move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-1/+1
* Check for blacklisted charactersLukas Reschke2014-09-231-0/+6
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* ssl capitalVolkan Gezer2014-08-151-1/+1
* Give a better error message for external shares with self-signed ssl certific...Robin Appelman2014-08-131-11/+17
* Also keep maxY into account when scaling a preview while preserving aspect ratioRobin Appelman2014-07-301-4/+0
* no longer check if the external storage app is enabled, we use no the webdav ...Bjoern Schiessle2014-06-301-4/+1
* Better error handeling in testremoteRobin Appelman2014-06-171-3/+7
* 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
|\