summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove OC_DB::isErrorMorris Jobke2016-01-073-20/+7
|
* Remove OC_DB::dropTableMorris Jobke2016-01-071-9/+0
|
* Move lib/repair to lib/private/repairMorris Jobke2016-01-0718-3/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-074-0/+6
|
* Merge pull request #21398 from owncloud/sharing-disabled-cacheThomas Müller2016-01-061-2/+3
|\ | | | | Cache isSharingDisabledForUser
| * Cache sharing disabled in the viewRobin Appelman2015-12-301-2/+3
| |
* | Merge pull request #21443 from owncloud/fix-container-lookupThomas Müller2016-01-061-1/+1
|\ \ | | | | | | Lookup the App name instead of OCA
| * | Lookup the App name instead of OCAJoas Schilling2016-01-041-1/+1
| | |
* | | Merge pull request #21444 from owncloud/move-regenerate-belowThomas Müller2016-01-067-7/+53
|\ \ \ | | | | | | | | Move regeneration of session ID into session classes
| * | | Move regeneration of session ID into session classesLukas Reschke2016-01-047-7/+53
| |/ / | | | | | | | | | There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this.
* | | Drop oc_gallery_sharing which was removed in 8.0.0Morris Jobke2016-01-061-0/+1
| | | | | | | | | | | | See https://github.com/owncloud/gallery-old/commit/c080dfe87d5eb1de8aa27b1836629b57b0316004
* | | Inject OCSClientLukas Reschke2016-01-061-11/+10
| | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/21451
* | | Merge pull request #21442 from owncloud/annotate-typeJörn Friedrich Dreyer2016-01-051-6/+8
|\ \ \ | | | | | | | | Annotate type
| * | | Annotate typeLukas Reschke2016-01-041-6/+8
| |/ / | | | | | | | | | Otherwise static code scanners will complain about this.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-052-2/+4
| | |
* | | Merge pull request #21393 from owncloud/fix-urlgenerator-callThomas Müller2016-01-041-1/+5
|\ \ \ | |/ / |/| | No more deprecation messages in error log
| * | No more deprecation messages in error logThomas Müller2015-12-291-1/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-042-2/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-312-2/+12
| | |
* | | Merge pull request #21402 from owncloud/view-getuserobject-cacheThomas Müller2015-12-301-1/+4
|\ \ \ | |/ / |/| | Cache usermanager instance in view
| * | Cache usermanager instance in viewRobin Appelman2015-12-301-1/+4
| |/
* | Merge pull request #21331 from switch-ch/fix_ms_logThomas Müller2015-12-291-1/+1
|\ \ | |/ |/| Fix owncloud logging with ms precision
| * When microtime(true) returns a whole number, then the parsing fails.Christian Schnidrig2015-12-221-1/+1
| | | | | | | | This patch makes sure, that the value can always be parsed correctly.
* | Merge pull request #21291 from owncloud/refactor-call-checkThomas Müller2015-12-285-26/+6
|\ \ | | | | | | Refactor OC_Util::callCheck
| * | Refactor OC_Util::callCheckMorris Jobke2015-12-225-26/+6
| |/
* | Merge pull request #17333 from owncloud/php7-scalar-types-controllersThomas Müller2015-12-281-10/+12
|\ \ | | | | | | Prefer scalar type hints over phpdoc annotation
| * | prefer scalar type hints over phpdoc annotationBernhard Posselt2015-12-241-10/+12
| |/ | | | | | | | | | | use method exists lookup to be safe and not break on old hhvm versions add test that checks if type hint is preferred over annotation
* / [tx-robot] updated from transifexJenkins for ownCloud2015-12-282-0/+2
|/
* Merge pull request #21289 from ↵Thomas Müller2015-12-211-1/+0
|\ | | | | | | | | owncloud/issue-20399-keep-periodic-background-jobs Do not delete background jobs, in case an exception occured
| * Do not delete background jobs, in case an exception occuredJoas Schilling2015-12-181-1/+0
| | | | | | | | | | | | | | | | | | This approach is not valid anymore. It initially was added for jobs of non existing apps. But jobs of non-existing apps can not be created so they will never be executed and so this call just catches other cases which were not intended. This reverts commit 4f4ad72460f8ef299cd1235b5774c5f121cca430.
* | Use new APCu APILukas Reschke2015-12-201-2/+99
| | | | | | | | This one is available since APCu 4.0, since we require APCu 4.0.6 this works fine. Also it brings us PHP 7 compatibility and thus fixes https://github.com/owncloud/core/issues/21095
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-204-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-192-0/+4
| |
* | Merge pull request #21281 from owncloud/allow-di-for-background-jobsThomas Müller2015-12-185-11/+127
|\ \ | | | | | | Allow background jobs to be service names for DI
| * | Add methods to interface which have always been requiredJoas Schilling2015-12-182-2/+19
| | |
| * | Allow dependency injection for background jobsJoas Schilling2015-12-181-9/+15
| | |
| * | Look up services in the app container before trying the core containerJoas Schilling2015-12-181-0/+24
| | |
| * | Register app containers in the OC containerJoas Schilling2015-12-183-1/+70
| |/
* | Merge pull request #21290 from owncloud/public-api-usage-getversionThomas Müller2015-12-1810-23/+23
|\ \ | | | | | | Use OCP\Util::getVersion instead of the internal private implementation
| * | Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-1810-23/+23
| | |
* | | Merge pull request #21288 from owncloud/deprecated_helper_mimetypesThomas Müller2015-12-183-49/+2
|\ \ \ | |/ / |/| | Remove deprecated OC_Helper mimetype functions
| * | Removed deprecated OC_Helper::mimeTypeIcon functionRoeland Jago Douma2015-12-183-27/+2
| | |
| * | Removed deprecated unsused function OC_Helper::getStringMimeTypeRoeland Jago Douma2015-12-181-11/+0
| | |
| * | Removed deprecated OC_Helper::getSecureMimeTypeRoeland Jago Douma2015-12-181-11/+0
| | |
* | | Merge pull request #21283 from owncloud/cleanup_configThomas Müller2015-12-188-123/+42
|\ \ \ | | | | | | | | Cleanup OC_Config mess
| * | | Use SystemConfig internallyRoeland Jago Douma2015-12-185-19/+19
| | | |
| * | | Inject Config into SystemConfigRoeland Jago Douma2015-12-183-10/+18
| | | |
| * | | Get rid of legacy OC_ConfigRoeland Jago Douma2015-12-187-118/+29
| | | | | | | | | | | | | | | | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config
* | | | Merge pull request #21280 from owncloud/drop-unused-methodsThomas Müller2015-12-183-60/+13
|\ \ \ \ | |_|_|/ |/| | | OC_Helper::makeURLAbsolute is not used anymore
| * | | Move OC_Helper code to OCP\Util for linkToRemoteMorris Jobke2015-12-182-27/+5
| | | |