summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-104-2/+48
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-092-0/+2
|
* Bring back sharedstorage hooksRoeland Jago Douma2016-06-081-0/+18
|
* handle path not being set in shared cache (#24993)Robin Appelman2016-06-061-1/+1
|
* Merge pull request #24964 from owncloud/issue-24961-public-upload-unlimitedVincent Petry2016-06-061-1/+1
|\ | | | | Allow public upload when the quota is unlimited
| * Allow public upload when the quota is unlimitedJoas Schilling2016-06-021-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-06-042-0/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-06-0332-608/+608
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-022-38/+38
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-314-6/+34
|
* Fix for #23066 (#24689)Torben Dannhauer2016-05-311-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-302-28/+28
|
* Update license headersLukas Reschke2016-05-2663-65/+124
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-264-26/+94
|
* Move tests to PSR-4Joas Schilling2016-05-2532-104/+118
|
* Move background job to PSR-4Joas Schilling2016-05-252-3/+3
|
* Move lib/ to PSR-4Joas Schilling2016-05-2525-0/+0
|
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-259-6/+5
|
* Fix ShareControllerTest (#24824)Joas Schilling2016-05-251-1/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-252-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-2476-242/+0
|
* Merge pull request #24346 from lenz1111/fix_24331Vincent Petry2016-05-243-5/+8
|\ | | | | Fix: Bugs in shared link with video #24331
| * bug fixPiotr Filiciak2016-05-241-1/+1
| |
| * video posterPiotr Filiciak2016-05-243-6/+7
| |
| * Fix: Bugs in shared link with video #24331Piotr Filiciak2016-05-152-4/+6
| |
* | Merge pull request #24750 from ↵Vincent Petry2016-05-231-2/+11
|\ \ | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * | Http Range requests support in downloadsPiotr Filiciak2016-05-201-2/+11
| | | | | | | | | | | | Http range requests support is required for video preview
* | | Merge pull request #24603 from owncloud/federated_reshareVincent Petry2016-05-237-690/+47
|\ \ \ | | | | | | | | flat federated re-share
| * | | remove reshares and the mapping in the federated_reshares table on unshare ↵Björn Schießle2016-05-201-1/+34
| | | | | | | | | | | | | | | | from self
| * | | move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-202-105/+0
| | | |
| * | | use share initiator as fall back to access the fileBjörn Schießle2016-05-202-2/+12
| | | | | | | | | | | | | | | | | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file
| * | | close cursor after select to avoid db lockBjörn Schießle2016-05-201-0/+1
| | | |
| * | | create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-3/+9
| | | | | | | | | | | | | | | | correctly accross share owner and share initiator
| * | | move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-202-588/+0
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-234-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-222-12/+12
|/ /
* | Fix more failuresJoas Schilling2016-05-192-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-192-0/+48
| |
* | Group fixup (#24621)Roeland Douma2016-05-171-1/+1
| | | | | | | | | | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-174-0/+102
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-164-0/+14
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-152-12/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-142-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-134-8/+14
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-27/+5
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-122-0/+8
|
* Fix test race conditionRoeland Jago Douma2016-05-111-1/+2
| | | | | | | | | | | | | | | | E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag.
* Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-112-12/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-092-2/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-082-0/+2
|