summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #15052 from rullzer/backport-15025Vincent Petry2015-03-261-1/+9
|\ \ \ \ | |/ / / |/| | | [stable8] Backport of #15025: OCS Respect enforced date
| * | | Backport of #15025Roeland Jago Douma2015-03-201-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Remove hard dependency on cURL for 8.0Lukas Reschke2015-03-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This removes the recently introduced hard dependency on cURL for 8.0, for 8.1 it will still stay there. Instead a warning will now be shown to the user asking to install the PHP cURL extension within the administrative interface of ownCloud.
* | | | Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-201-2/+4
| | | |
* | | | Fix fileglobalgc unlink parameter warningsRobin McCorkell2015-03-201-1/+3
|/ / /
* | | add timeout to curl requestBjoern Schiessle2015-03-181-1/+2
| | |
* | | Properly forward repair errors and warningsVincent Petry2015-03-162-1/+30
| | | | | | | | | | | | | | | This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
* | | Do not abort when meeting unfixable legacy storagesVincent Petry2015-03-161-54/+67
| | |
* | | validate resource's integrity before using itGeorg Ehrke2015-03-161-1/+4
|/ /
* | Add cURL as hard-dependencyLukas Reschke2015-03-121-3/+4
| | | | | | | | It is required by other functionalities such as S2S anyways and ownCloud will fail hard at a lot of places without it.
* | Merge pull request #14763 from owncloud/backport-14429Morris Jobke2015-03-111-11/+58
|\ \ | | | | | | Etc timezones don't exist for .5 and .75 offsets
| * | Etc timezones don't exist for .5 and .75 offsetsJoas Schilling2015-03-091-11/+58
| | |
* | | Merge pull request #14514 from owncloud/stable8-tagmanager-nouserMorris Jobke2015-03-111-0/+5
|\ \ \ | | | | | | | | [stable8] Return null when requesting tags for null user
| * | | Return null when requesting tags for null userVincent Petry2015-02-251-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | 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-13839Morris Jobke2015-03-112-1/+31
|\ \ \ | | | | | | | | [stable8] Extract the remote host from user input in share dropdown
| * | | Extract the remote host from user input in share dropdownJoas Schilling2015-03-112-1/+31
| | |/ | |/| | | | | | | Fix #13678
* | | Merge pull request #14632 from owncloud/backport/14593Morris Jobke2015-03-111-1/+16
|\ \ \ | | | | | | | | Backport/14593
| * | | Simplify codeLukas Reschke2015-03-021-4/+4
| | | |
| * | | Add detection for invalid CLI configuration for settings pageLukas Reschke2015-03-021-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994
* | | | Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8Morris Jobke2015-03-112-1/+27
|\ \ \ \ | | | | | | | | | | [stable8] Disable the cache updater when doing the encryption migration
| * | | | Allow disabling the cache updaterRobin Appelman2015-03-032-1/+27
| |/ / /
* | | | Merge pull request #14686 from owncloud/backport-14682Morris Jobke2015-03-111-6/+4
|\ \ \ \ | | | | | | | | | | Backport 14682
| * | | | Fix method signature for stable8Joas Schilling2015-03-041-5/+2
| | | | |
| * | | | Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
| |/ / /
* | | | Merge pull request #14698 from owncloud/backport-14550Morris Jobke2015-03-111-1/+2
|\ \ \ \ | | | | | | | | | | [stable8] fix warning in gc
| * | | | fix warning in gcRobin Appelman2015-03-051-1/+2
| |/ / /
* | | | Merge pull request #14760 from owncloud/backport-14713Morris Jobke2015-03-111-9/+10
|\ \ \ \ | | | | | | | | | | Check whether the file id is valid, before using it to delete the previe...
| * | | | Check whether the file id is valid, before using it to delete the previewsJoas Schilling2015-03-091-9/+10
| | |/ / | |/| |
* | | | Merge pull request #14756 from owncloud/backport-14750Morris Jobke2015-03-111-1/+1
|\ \ \ \ | |/ / / |/| | | [stable8] proper filename for "require version.php"
| * | | proper filename for "require version.php"Morris Jobke2015-03-091-1/+1
| | | |
* | | | use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
| | | |
* | | | Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller2015-03-061-33/+9
|/ / /
* | | 14719 without public APILukas Reschke2015-03-053-50/+24
| | |
* | | Sort resultsLukas Reschke2015-03-051-0/+1
| | |
* | | Fix totally broken AppStoreLukas Reschke2015-03-053-4/+63
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #14587 from owncloud/fix/14283Bernhard Posselt2015-02-271-10/+29
|\ \ | | | | | | Only read php://input when parameters are requested
| * | Only read php://input when parameters are requestedLukas Reschke2015-02-271-10/+29
| | | | | | | | | | | | | | | | | | Less invasive version of https://github.com/owncloud/core/pull/14574 for stable8 as requested at https://github.com/owncloud/core/issues/14283#issuecomment-76402295 Alarm: Major hack detected :see_no_evil:
* | | Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+6
|/ /
* | add phpdocBernhard Posselt2015-02-271-0/+20
| |
* | make version check work on the lowest common version denominatorBernhard Posselt2015-02-271-6/+46
| |
* | Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-272-0/+41
| |
* | Check if we have a proper fileinfoRobin Appelman2015-02-271-2/+16
| |
* | Merge pull request #14504 from ↵Thomas Müller2015-02-272-10/+50
|\ \ | | | | | | | | | | | | owncloud/stable8-quota-preventdatalossforfailedmove [stable8] Fix file move/copy when storage space is not enough
| * | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-7/+37
| | |
| * | Properly detect streamCopy errorsVincent Petry2015-02-251-3/+13
| |/ | | | | | | Now checking whether the written bytes match the number of read bytes.
* | Merge pull request #14518 from owncloud/backport-14282-stable8Thomas Müller2015-02-263-72/+79
|\ \ | | | | | | [Backport-14282-stable8]
| * | 3rd-party apps are only disabled in case core is upgradedThomas Müller2015-02-251-0/+14
| | |
| * | shipped and 3rd-party apps of type authentication and session will remain ↵Thomas Müller2015-02-251-3/+11
| | | | | | | | | | | | enabled during update
| * | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-253-72/+57
| |/ | | | | | | | | Conflicts: lib/private/app.php
* | Cleanup garbage collection for global file cacheRobin Appelman2015-02-262-28/+46
| |