Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SQLite autoincrement fix backport | Vincent Petry | 2015-03-26 | 2 | -0/+94 | |
|/ | | | | | | | | | Add custom sqlite platform to set auto increment Add repair step to fix SQLite autoincrement Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered. | |||||
* | Merge pull request #14914 from ↵ | Vincent Petry | 2015-03-26 | 2 | -14/+126 | |
|\ | | | | | | | | | owncloud/backport-14766-compare-array-insertifnotexists [Stable8] Backport 14766 compare array insertifnotexists | |||||
| * | Add test for UniqueConstraintViolationException on wrong key | Joas Schilling | 2015-03-16 | 1 | -0/+32 | |
| | | ||||||
| * | let insertIfNotExist() throw the native DBALException - no need to hide the ↵ | Thomas Müller | 2015-03-16 | 1 | -5/+5 | |
| | | | | | | | | real exception | |||||
| * | Adding unit test which shows insertIfNotExists to fall apart in certain ↵ | Thomas Müller | 2015-03-16 | 2 | -11/+91 | |
| | | | | | | | | situations | |||||
* | | Merge pull request #15192 from owncloud/stable8-15153 | Lukas Reschke | 2015-03-26 | 1 | -0/+36 | |
|\ \ | | | | | | | Stable8: Add `getNonExistingName()` to the node api | |||||
| * | | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-25 | 1 | -0/+36 | |
| | | | ||||||
* | | | Merge pull request #15052 from rullzer/backport-15025 | Vincent Petry | 2015-03-26 | 1 | -0/+35 | |
|\ \ \ | |/ / |/| | | [stable8] Backport of #15025: OCS Respect enforced date | |||||
| * | | Backport of #15025 | Roeland Jago Douma | 2015-03-20 | 1 | -0/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Merge pull request #15110 from owncloud/backport-15108 | Morris Jobke | 2015-03-23 | 1 | -3/+1 | |
|\ \ \ | | | | | | | | | The iran timezone removed the DST handling which breaks the timezone lib | |||||
| * | | | The iran timezone removed the DST handling which breaks the timezone lib | Joas Schilling | 2015-03-23 | 1 | -3/+1 | |
| |/ / | ||||||
* / / | Add unit tests for gc() for \OC\Cache\FileGlobalGC | Robin McCorkell | 2015-03-20 | 1 | -0/+34 | |
|/ / | ||||||
* | | Fixed expected warning count on repair fail | Vincent Petry | 2015-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | Detect that the done flag was not set after repair fail | Vincent Petry | 2015-03-16 | 1 | -2/+2 | |
| | | ||||||
* | | Do not abort when meeting unfixable legacy storages | Vincent Petry | 2015-03-16 | 1 | -10/+13 | |
| | | ||||||
* | | validate resource's integrity before using it | Georg Ehrke | 2015-03-16 | 1 | -0/+5 | |
|/ | ||||||
* | Merge pull request #14763 from owncloud/backport-14429 | Morris Jobke | 2015-03-11 | 1 | -3/+18 | |
|\ | | | | | Etc timezones don't exist for .5 and .75 offsets | |||||
| * | Etc timezones don't exist for .5 and .75 offsets | Joas Schilling | 2015-03-09 | 1 | -3/+18 | |
| | | ||||||
* | | Merge pull request #14514 from owncloud/stable8-tagmanager-nouser | Morris Jobke | 2015-03-11 | 1 | -0/+10 | |
|\ \ | | | | | | | [stable8] Return null when requesting tags for null user | |||||
| * | | Return null when requesting tags for null user | Vincent Petry | 2015-02-25 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | The TagManager->load() now returns null if the user is not authenticated instead of failing with an error. Backport of 9ee37169a6615e06c397e3b623ca55805aebcea3 from master | |||||
* | | | Merge pull request #14801 from owncloud/backport-13839 | Morris Jobke | 2015-03-11 | 1 | -0/+51 | |
|\ \ \ | | | | | | | | | [stable8] Extract the remote host from user input in share dropdown | |||||
| * | | | Extract the remote host from user input in share dropdown | Joas Schilling | 2015-03-11 | 1 | -0/+51 | |
| | |/ | |/| | | | | | | | Fix #13678 | |||||
| * | | 14719 without public API | Lukas Reschke | 2015-03-05 | 1 | -27/+0 | |
| | | | ||||||
| * | | Fix totally broken AppStore | Lukas Reschke | 2015-03-05 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it turned out the AppStore code was completely broken when it came from apps delivered from the appstore, this meant: 1. You could not disable and then re-enable an application that was installed from the AppStore. It simply failed hard. 2. You could not disable apps from the categories but only from the "Activated" page 3. It did not show the activation state from any category page This code is completely static and thus testing it is impossible. We really have to stop with "let's add yet another feature in already existing static code". Such stuff has to get refactored first. That said, this code works from what I can say when clicking around in the AppStore page GUI. However, it may easily be that it does not work with updates or whatsever as I have no chance to test that since the AppStore code is not open-source and it is impossible to write unit-tests for that. Fixes https://github.com/owncloud/core/issues/14711 | |||||
* | | | Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8 | Morris Jobke | 2015-03-11 | 1 | -0/+30 | |
|\ \ \ | | | | | | | | | [stable8] Disable the cache updater when doing the encryption migration | |||||
| * | | | add some tests for disabled updater | Robin Appelman | 2015-03-03 | 1 | -0/+30 | |
| |/ / | ||||||
* / / | Add a test for ObjectStore\NoopScanner | Joas Schilling | 2015-03-04 | 1 | -0/+76 | |
|/ / | ||||||
* | | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -0/+13 | |
| | | ||||||
* | | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-27 | 1 | -3/+18 | |
| | | ||||||
* | | Add unit test | Robin Appelman | 2015-02-27 | 1 | -0/+15 | |
| | | ||||||
* | | Merge pull request #14504 from ↵ | Thomas Müller | 2015-02-27 | 2 | -0/+73 | |
|\ \ | | | | | | | | | | | | | owncloud/stable8-quota-preventdatalossforfailedmove [stable8] Fix file move/copy when storage space is not enough | |||||
| * | | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 1 | -0/+51 | |
| | | | ||||||
| * | | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 1 | -0/+22 | |
| |/ | | | | | | | Now checking whether the written bytes match the number of read bytes. | |||||
* | | Merge pull request #14518 from owncloud/backport-14282-stable8 | Thomas Müller | 2015-02-26 | 1 | -2/+2 | |
|\ \ | | | | | | | [Backport-14282-stable8] | |||||
| * | | 3rd-party apps are disabled on upgrade - refs #14026 | Thomas Müller | 2015-02-25 | 1 | -2/+2 | |
| |/ | | | | | | | | | Conflicts: lib/private/app.php | |||||
* / | Cleanup garbage collection for global file cache | Robin Appelman | 2015-02-26 | 1 | -0/+73 | |
|/ | ||||||
* | fixing unit tests in UsersControllerTest | Thomas Müller | 2015-02-16 | 1 | -11/+11 | |
| | ||||||
* | Add a test for the post_shared hook shareType | Joas Schilling | 2015-02-09 | 1 | -0/+11 | |
| | ||||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 2 | -0/+31 | |
| | ||||||
* | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 1 | -0/+22 | |
| | ||||||
* | Merge pull request #13811 from owncloud/default-to-null | Lukas Reschke | 2015-02-02 | 1 | -27/+37 | |
|\ | | | | | Default to `null` for lostpassword | |||||
| * | Mock l10n in the setup | Lukas Reschke | 2015-02-01 | 1 | -26/+23 | |
| | | ||||||
| * | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 1 | -2/+15 | |
| | | ||||||
* | | Switch to a factory and add unit tests | Lukas Reschke | 2015-01-30 | 1 | -33/+373 | |
| | | ||||||
* | | Add unit tests | Lukas Reschke | 2015-01-30 | 2 | -8/+189 | |
|/ | ||||||
* | Dont remove a file from cache if the delete operation failed | Robin Appelman | 2015-01-29 | 1 | -0/+23 | |
| | ||||||
* | Fix webdav put for single file webdav shares | Robin Appelman | 2015-01-29 | 1 | -0/+25 | |
| | ||||||
* | Fix resolving paths for views rooted in a file | Robin Appelman | 2015-01-29 | 1 | -0/+16 | |
| | ||||||
* | Add unit test | Robin Appelman | 2015-01-28 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #13717 from owncloud/storage-donotwrapnullstorage | Morris Jobke | 2015-01-28 | 1 | -0/+69 | |
|\ | | | | | Prevent wrapping null storage |