summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[stable8] Properly add trailing slash to mount point"Thomas Müller2015-04-161-9/+3
|
* Properly add trailing slash to mount pointVincent Petry2015-04-131-3/+9
| | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name
* Remove server timezone dependency from files list testJoas Schilling2015-04-071-4/+4
|
* Merge pull request #15246 from owncloud/stable8-share-partfilepermissionsMorris Jobke2015-03-273-20/+208
|\ | | | | [stable8] Fix share permission checks
| * Fix share permission related unit testsVincent Petry2015-03-261-9/+13
| |
| * Rename must be possible with update-only permissionVincent Petry2015-03-261-17/+23
| | | | | | | | and this as long as the rename is done within the same folder.
| * Reenable trashbin after failed renameVincent Petry2015-03-261-0/+16
| | | | | | | | | | | | After a failed rename, the post_rename hook is not called. This quickfix makes sure the trashbin storage logic is reenabled also after a failed rename.
| * Fix shared storage permission checksVincent Petry2015-03-262-4/+166
| |
* | always fall back to default share folderBjoern Schiessle2015-03-263-5/+20
| |
* | Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithsharesMorris Jobke2015-03-262-0/+112
|\ \ | |/ |/| [stable8] Fix size propagation over shared storage boundary
| * Add unit test for size propagation across share boundariesVincent Petry2015-03-131-0/+90
| |
| * Fix size propagation over shared storage boundaryVincent Petry2015-03-131-0/+22
| |
* | Merge pull request #15193 from owncloud/stable8-15145Vincent Petry2015-03-264-23/+87
|\ \ | | | | | | Stable8: 15145
| * | when the path doesnt exist show a proper error pageRobin Appelman2015-03-251-0/+2
| | |
| * | Properly catch whether a share is `null`Lukas Reschke2015-03-254-23/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite it's PHPDoc the function might return `null` which was not properly catched and thus in some situations the share was resolved to the sharing users root directory. To test this perform the following steps: * Share file in owncloud 7 (7.0.4.2) * Delete the parent folder of the shared file * The share stays is in the DB and the share via the sharelink is inaccessible. (which is good) * Upgrade to owncloud 8 (8.0.2) (This step is crucial. The bug is not reproduceable without upgrading from 7 to 8. It seems like the old tokens are handled different than the newer ones) * Optional Step: Logout, Reset Browser Session, etc. * Access the share via the old share url: almost empty page, but there is a dowload button which adds a "/download" to the URL. * Upon clicking, a download.zip is downloaded which contains EVERYTHING from the owncloud directory (of the user who shared the file) * No exception is thrown and no error is logged. This will add a check whether the share is a valid one and also adds unit tests to prevent further regressions in the future. Needs to be backported to ownCloud 8. Adding a proper clean-up of the orphaned shares is out-of-scope and would probably require some kind of FK or so. Fixes https://github.com/owncloud/core/issues/15097
* | | Merge pull request #15052 from rullzer/backport-15025Vincent Petry2015-03-261-0/+18
|\ \ \ | |/ / |/| | [stable8] Backport of #15025: OCS Respect enforced date
| * | Backport of #15025Roeland Jago Douma2015-03-201-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | When the expiration date is enforced respect this - Make sure that we do not allow removing of the expiration date when this is enforced in the settings. - Added unit test
* | | offset needs to be considered in computed limitArthur Schiwon2015-03-242-1/+15
| | |
* | | Fix root request path for DropboxVincent Petry2015-03-191-1/+6
|/ /
* | Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonceThomas Müller2015-03-171-3/+13
|\ \ | | | | | | [stable8] Only rescan versions once in trashbin
| * | Only rescan versions once in trashbinVincent Petry2015-03-021-3/+13
| | | | | | | | | | | | | | | Whenever versions need to be rescanned, only do it once per PHP request. Happens whenever multiple files need to be expired.
* | | support paged results against 389ds.Arthur Schiwon2015-03-131-3/+6
| |/ |/|
* | Merge pull request #14751 from owncloud/backport-14706blizzz2015-03-121-0/+11
|\ \ | | | | | | set up paged search when limit is 0
| * | set up paged search when limit is 0Arthur Schiwon2015-03-091-0/+11
| |/
* | Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8Morris Jobke2015-03-111-11/+17
|\ \ | | | | | | [stable8] Disable the cache updater when doing the encryption migration
| * | Move keys instead of copy during encryption key migrationVincent Petry2015-03-031-2/+2
| | |
| * | Disable the cache updater when doing the encryption migrationRobin Appelman2015-03-031-9/+15
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2015-03-092-2/+2
|/
* Bump up files_sharing version for schema updateVincent Petry2015-02-261-1/+1
|
* Add default value for remote_idVincent Petry2015-02-261-0/+1
| | | | Fixes SQLite migration with non-null column.
* fix issue with previews not being displayed if filename contains apostropheGeorg Ehrke2015-02-251-2/+2
|
* Merge pull request #14304 from owncloud/backport/14278Vincent Petry2015-02-192-1/+248
|\ | | | | [Stable8 - Backport] Check if the offset exists before accessing
| * Check if the offset exists before accessingLukas Reschke2015-02-172-1/+248
| | | | | | | | Minified backport of https://github.com/owncloud/core/pull/14278
* | Remove old l10n filesJoas Schilling2015-02-1916-91/+0
|/
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-102-5/+11
|
* Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-073-280/+0
|
* Merge pull request #13692 from rullzer/capabilitiesFrank Karlitschek2015-02-063-0/+280
|\ | | | | Add OCS sharing info to capabilities
| * Updated unit testsRoeland Jago Douma2015-02-061-43/+123
| |
| * Bit better formatting when using json outputRoeland Jago Douma2015-02-061-2/+4
| |
| * Updated sharing capabilitiesRoeland Jago Douma2015-02-061-9/+15
| | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style
| * Split up unit testsRoeland Jago Douma2015-02-041-16/+24
| |
| * Added unit test to test getCapabilities for files_sharingRoeland Jago Douma2015-02-041-0/+113
| |
| * Converted getCapabilities to non static functionRoeland Jago Douma2015-02-041-7/+24
| |
| * Use single quotesRoeland Jago Douma2015-02-041-7/+7
| |
| * Only return capabilities if they are setRoeland Jago Douma2015-02-041-14/+8
| |
| * Added capabilities whether a server allows public linksRoeland Jago Douma2015-02-042-0/+60
| | | | | | | | | | | | This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed.
* | Merge pull request #13954 from owncloud/fix-enc-mig-user-retrievalThomas Müller2015-02-062-7/+18
|\ \ | | | | | | Fix enc mig user retrieval
| * | always specify limit, except you do like questionable surprisesArthur Schiwon2015-02-062-7/+18
| | | | | | | | | | | | always specify limit, except you do like questionable surprises, part 2
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0616-86/+94
| | |
* | | don't check if we have a valid userBjoern Schiessle2015-02-061-5/+1
|/ /