summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-272-0/+16
|
* Update license headersLukas Reschke2015-10-2637-30/+39
|
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-257-41/+59
| | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail.
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-242-2/+86
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-232-0/+2
|
* handle NoUserException in sharing codeMorris Jobke2015-10-221-1/+7
| | | | | | | | | * setup LDAP users * share from an LDAP user * delete that LDAP user * log in as share recipient * before: unhandled NoUserException * after: NoUserEception is logged and share is not shown anymore
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-214-8/+12
|
* fix pagination on public file listHendrik Leppelsack2015-10-201-1/+1
|
* Merge pull request #19636 from owncloud/share_expire_backgrounThomas Müller2015-10-205-1/+283
|\ | | | | Add backgroundjob to expire link shares
| * use correct class nameMorris Jobke2015-10-202-2/+2
| |
| * Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-205-1/+283
| | | | | | | | | | | | Simple background job to expire the link shares. * added unit tests
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-202-6/+40
|/
* Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer2015-10-192-10/+11
|\ | | | | don't move files in cache twice, fixes renaming for objectstores
| * Make shared folder size propagation test work with object home storageRobin Appelman2015-10-161-6/+4
| |
| * Fix shared storage tests for non local home storageRobin Appelman2015-10-161-3/+3
| |
| * fix sabre connector tests when using a non local home storageRobin Appelman2015-10-161-2/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-184-32/+110
| |
* | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-172-0/+2
|/
* Merge pull request #19836 from owncloud/share-fix-spinner-positionThomas Müller2015-10-161-3/+11
|\ | | | | Fix spinner positions in share tab
| * Fix spinner positions in share tabVincent Petry2015-10-161-3/+11
| | | | | | | | Also fix missing spinner when removing link share
* | Consolidate webdav code - move all to one appThomas Müller2015-10-163-183/+0
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-162-0/+12
|
* Merge pull request #19580 from ↵Thomas Müller2015-10-141-0/+1
|\ | | | | | | | | owncloud/issue-19399-remote-shares-case-sensitivity Make sure that remote shares use the correct uid casing
| * Make sure that remote shares use the correct uid casingJoas Schilling2015-10-061-0/+1
| |
* | Merge pull request #19733 from owncloud/remove-controls-whennotneededThomas Müller2015-10-141-3/+0
|\ \ | | | | | | Remove controls for file lists that don't need it
| * | Remove controls for file lists that don't need itVincent Petry2015-10-131-3/+0
| | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* | | apply new checkbox style to admin settingsHendrik Leppelsack2015-10-141-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-142-2/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-136-0/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-122-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-102-4/+4
| |
* | Merge pull request #19643 from owncloud/public-download-spinnerThomas Müller2015-10-091-1/+15
|\ \ | | | | | | Set download cookie on public download
| * | Set download cookie on public downloadVincent Petry2015-10-081-1/+15
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-092-0/+4
| | |
* | | Merge pull request #19414 from owncloud/swift_primary_storage_testsThomas Müller2015-10-082-0/+8
|\ \ \ | | | | | | | | Swift primary storage tests
| * | | test objectstore with ceph dockerJörn Friedrich Dreyer2015-10-062-0/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug
* | | Merge pull request #19611 from owncloud/fix-public-scrollThomas Müller2015-10-082-33/+38
|\ \ \ | | | | | | | | Fix scrollbars in public template
| * | | move footer to bottom of public pageHendrik Leppelsack2015-10-071-0/+2
| | | |
| * | | fix public empty messageHendrik Leppelsack2015-10-061-1/+0
| | | |
| * | | fix scrollbars in public templateHendrik Leppelsack2015-10-062-32/+36
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-088-2/+44
| | | |
* | | | Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-076-55/+123
|\ \ \ \ | |_|_|/ |/| | | Move the setup of external share mounts to a mountprovider
| * | | Fix getEtag for roots of shared storagesRobin Appelman2015-10-061-3/+0
| | | |
| * | | sanitize mountpointRobin Appelman2015-10-051-1/+1
| | | |
| * | | fix testRobin Appelman2015-10-051-1/+6
| | | |
| * | | extract the mount provider from the managerRobin Appelman2015-10-053-24/+91
| | | |
| * | | register the external share mount providerRobin Appelman2015-10-051-0/+1
| | | |
| * | | Make the external share manager a mount providerRobin Appelman2015-10-053-46/+44
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-10-076-0/+58
| | | |