Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[stable8] Properly add trailing slash to mount point" | Thomas Müller | 2015-04-16 | 1 | -9/+3 |
| | |||||
* | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 1 | -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 test | Joas Schilling | 2015-04-07 | 1 | -4/+4 |
| | |||||
* | Merge pull request #15246 from owncloud/stable8-share-partfilepermissions | Morris Jobke | 2015-03-27 | 3 | -20/+208 |
|\ | | | | | [stable8] Fix share permission checks | ||||
| * | Fix share permission related unit tests | Vincent Petry | 2015-03-26 | 1 | -9/+13 |
| | | |||||
| * | Rename must be possible with update-only permission | Vincent Petry | 2015-03-26 | 1 | -17/+23 |
| | | | | | | | | and this as long as the rename is done within the same folder. | ||||
| * | Reenable trashbin after failed rename | Vincent Petry | 2015-03-26 | 1 | -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 checks | Vincent Petry | 2015-03-26 | 2 | -4/+166 |
| | | |||||
* | | always fall back to default share folder | Bjoern Schiessle | 2015-03-26 | 3 | -5/+20 |
| | | |||||
* | | Merge pull request #14860 from owncloud/stable8-fix-sizepropagationwithshares | Morris Jobke | 2015-03-26 | 2 | -0/+112 |
|\ \ | |/ |/| | [stable8] Fix size propagation over shared storage boundary | ||||
| * | Add unit test for size propagation across share boundaries | Vincent Petry | 2015-03-13 | 1 | -0/+90 |
| | | |||||
| * | Fix size propagation over shared storage boundary | Vincent Petry | 2015-03-13 | 1 | -0/+22 |
| | | |||||
* | | Merge pull request #15193 from owncloud/stable8-15145 | Vincent Petry | 2015-03-26 | 4 | -23/+87 |
|\ \ | | | | | | | Stable8: 15145 | ||||
| * | | when the path doesnt exist show a proper error page | Robin Appelman | 2015-03-25 | 1 | -0/+2 |
| | | | |||||
| * | | Properly catch whether a share is `null` | Lukas Reschke | 2015-03-25 | 4 | -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-15025 | Vincent Petry | 2015-03-26 | 1 | -0/+18 |
|\ \ \ | |/ / |/| | | [stable8] Backport of #15025: OCS Respect enforced date | ||||
| * | | Backport of #15025 | Roeland Jago Douma | 2015-03-20 | 1 | -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 limit | Arthur Schiwon | 2015-03-24 | 2 | -1/+15 |
| | | | |||||
* | | | Fix root request path for Dropbox | Vincent Petry | 2015-03-19 | 1 | -1/+6 |
|/ / | |||||
* | | Merge pull request #14926 from owncloud/stable8-rescanversionsonlyonce | Thomas Müller | 2015-03-17 | 1 | -3/+13 |
|\ \ | | | | | | | [stable8] Only rescan versions once in trashbin | ||||
| * | | Only rescan versions once in trashbin | Vincent Petry | 2015-03-02 | 1 | -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 Schiwon | 2015-03-13 | 1 | -3/+6 |
| |/ |/| | |||||
* | | Merge pull request #14751 from owncloud/backport-14706 | blizzz | 2015-03-12 | 1 | -0/+11 |
|\ \ | | | | | | | set up paged search when limit is 0 | ||||
| * | | set up paged search when limit is 0 | Arthur Schiwon | 2015-03-09 | 1 | -0/+11 |
| |/ | |||||
* | | Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8 | Morris Jobke | 2015-03-11 | 1 | -11/+17 |
|\ \ | | | | | | | [stable8] Disable the cache updater when doing the encryption migration | ||||
| * | | Move keys instead of copy during encryption key migration | Vincent Petry | 2015-03-03 | 1 | -2/+2 |
| | | | |||||
| * | | Disable the cache updater when doing the encryption migration | Robin Appelman | 2015-03-03 | 1 | -9/+15 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-09 | 2 | -2/+2 |
|/ | |||||
* | Bump up files_sharing version for schema update | Vincent Petry | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Add default value for remote_id | Vincent Petry | 2015-02-26 | 1 | -0/+1 |
| | | | | Fixes SQLite migration with non-null column. | ||||
* | fix issue with previews not being displayed if filename contains apostrophe | Georg Ehrke | 2015-02-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #14304 from owncloud/backport/14278 | Vincent Petry | 2015-02-19 | 2 | -1/+248 |
|\ | | | | | [Stable8 - Backport] Check if the offset exists before accessing | ||||
| * | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 2 | -1/+248 |
| | | | | | | | | Minified backport of https://github.com/owncloud/core/pull/14278 | ||||
* | | Remove old l10n files | Joas Schilling | 2015-02-19 | 16 | -91/+0 |
|/ | |||||
* | no fruitless count attempts, and notification should disappear | Arthur Schiwon | 2015-02-10 | 2 | -5/+11 |
| | |||||
* | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 3 | -280/+0 |
| | |||||
* | Merge pull request #13692 from rullzer/capabilities | Frank Karlitschek | 2015-02-06 | 3 | -0/+280 |
|\ | | | | | Add OCS sharing info to capabilities | ||||
| * | Updated unit tests | Roeland Jago Douma | 2015-02-06 | 1 | -43/+123 |
| | | |||||
| * | Bit better formatting when using json output | Roeland Jago Douma | 2015-02-06 | 1 | -2/+4 |
| | | |||||
| * | Updated sharing capabilities | Roeland Jago Douma | 2015-02-06 | 1 | -9/+15 |
| | | | | | | | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style | ||||
| * | Split up unit tests | Roeland Jago Douma | 2015-02-04 | 1 | -16/+24 |
| | | |||||
| * | Added unit test to test getCapabilities for files_sharing | Roeland Jago Douma | 2015-02-04 | 1 | -0/+113 |
| | | |||||
| * | Converted getCapabilities to non static function | Roeland Jago Douma | 2015-02-04 | 1 | -7/+24 |
| | | |||||
| * | Use single quotes | Roeland Jago Douma | 2015-02-04 | 1 | -7/+7 |
| | | |||||
| * | Only return capabilities if they are set | Roeland Jago Douma | 2015-02-04 | 1 | -14/+8 |
| | | |||||
| * | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 2 | -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-retrieval | Thomas Müller | 2015-02-06 | 2 | -7/+18 |
|\ \ | | | | | | | Fix enc mig user retrieval | ||||
| * | | always specify limit, except you do like questionable surprises | Arthur Schiwon | 2015-02-06 | 2 | -7/+18 |
| | | | | | | | | | | | | always specify limit, except you do like questionable surprises, part 2 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 16 | -86/+94 |
| | | | |||||
* | | | don't check if we have a valid user | Bjoern Schiessle | 2015-02-06 | 1 | -5/+1 |
|/ / |