Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-27 | 2 | -0/+16 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 37 | -30/+39 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 7 | -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 transifex | Jenkins for ownCloud | 2015-10-24 | 2 | -2/+86 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-23 | 2 | -0/+2 |
| | |||||
* | handle NoUserException in sharing code | Morris Jobke | 2015-10-22 | 1 | -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 transifex | Jenkins for ownCloud | 2015-10-21 | 4 | -8/+12 |
| | |||||
* | fix pagination on public file list | Hendrik Leppelsack | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19636 from owncloud/share_expire_backgroun | Thomas Müller | 2015-10-20 | 5 | -1/+283 |
|\ | | | | | Add backgroundjob to expire link shares | ||||
| * | use correct class name | Morris Jobke | 2015-10-20 | 2 | -2/+2 |
| | | |||||
| * | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 5 | -1/+283 |
| | | | | | | | | | | | | Simple background job to expire the link shares. * added unit tests | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-20 | 2 | -6/+40 |
|/ | |||||
* | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 2 | -10/+11 |
|\ | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | Make shared folder size propagation test work with object home storage | Robin Appelman | 2015-10-16 | 1 | -6/+4 |
| | | |||||
| * | Fix shared storage tests for non local home storage | Robin Appelman | 2015-10-16 | 1 | -3/+3 |
| | | |||||
| * | fix sabre connector tests when using a non local home storage | Robin Appelman | 2015-10-16 | 1 | -2/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-18 | 4 | -32/+110 |
| | | |||||
* | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-17 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #19836 from owncloud/share-fix-spinner-position | Thomas Müller | 2015-10-16 | 1 | -3/+11 |
|\ | | | | | Fix spinner positions in share tab | ||||
| * | Fix spinner positions in share tab | Vincent Petry | 2015-10-16 | 1 | -3/+11 |
| | | | | | | | | Also fix missing spinner when removing link share | ||||
* | | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 3 | -183/+0 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-16 | 2 | -0/+12 |
| | |||||
* | Merge pull request #19580 from ↵ | Thomas Müller | 2015-10-14 | 1 | -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 casing | Joas Schilling | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #19733 from owncloud/remove-controls-whennotneeded | Thomas Müller | 2015-10-14 | 1 | -3/+0 |
|\ \ | | | | | | | Remove controls for file lists that don't need it | ||||
| * | | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | | apply new checkbox style to admin settings | Hendrik Leppelsack | 2015-10-14 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 2 | -2/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 6 | -0/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ \ | | | | | | | Set download cookie on public download | ||||
| * | | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #19414 from owncloud/swift_primary_storage_tests | Thomas Müller | 2015-10-08 | 2 | -0/+8 |
|\ \ \ | | | | | | | | | Swift primary storage tests | ||||
| * | | | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 2 | -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-scroll | Thomas Müller | 2015-10-08 | 2 | -33/+38 |
|\ \ \ | | | | | | | | | Fix scrollbars in public template | ||||
| * | | | move footer to bottom of public page | Hendrik Leppelsack | 2015-10-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | fix public empty message | Hendrik Leppelsack | 2015-10-06 | 1 | -1/+0 |
| | | | | |||||
| * | | | fix scrollbars in public template | Hendrik Leppelsack | 2015-10-06 | 2 | -32/+36 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-08 | 8 | -2/+44 |
| | | | | |||||
* | | | | Merge pull request #19589 from owncloud/shares-external-mount-provider | Thomas Müller | 2015-10-07 | 6 | -55/+123 |
|\ \ \ \ | |_|_|/ |/| | | | Move the setup of external share mounts to a mountprovider | ||||
| * | | | Fix getEtag for roots of shared storages | Robin Appelman | 2015-10-06 | 1 | -3/+0 |
| | | | | |||||
| * | | | sanitize mountpoint | Robin Appelman | 2015-10-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix test | Robin Appelman | 2015-10-05 | 1 | -1/+6 |
| | | | | |||||
| * | | | extract the mount provider from the manager | Robin Appelman | 2015-10-05 | 3 | -24/+91 |
| | | | | |||||
| * | | | register the external share mount provider | Robin Appelman | 2015-10-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Make the external share manager a mount provider | Robin Appelman | 2015-10-05 | 3 | -46/+44 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 6 | -0/+58 |
| | | | |