summaryrefslogtreecommitdiffstats
path: root/lib/private/util.php
Commit message (Expand)AuthorAgeFilesLines
* Get rid of passing a referenceLukas Reschke2015-12-081-4/+6
* Allow specifying a custom reset-password-urlJoas Schilling2015-12-071-3/+5
* Remove password reset when the user can not change the passwordJoas Schilling2015-12-071-0/+6
* Merge pull request #20960 from owncloud/drop-OC_Util-getUrlContentThomas Müller2015-12-071-18/+5
|\
| * Remove OC_Util::getUrlContent and replace by proper usage of public interfacesMorris Jobke2015-12-041-18/+5
* | Merge pull request #11131 from owncloud/use-phpini-wrapperThomas Müller2015-12-071-1/+1
|\ \ | |/ |/|
| * Replace new occurences of ini_get with IniWrapper methodsMorris Jobke2015-11-231-1/+1
* | Merge pull request #19461 from owncloud/reuse_codeThomas Müller2015-12-031-43/+38
|\ \
| * | reuse codeIndividual IT Services2015-11-231-43/+38
| |/
* | Support pretty URLsLukas Reschke2015-12-011-1/+6
* | Untangle the linkToDocs method in OC_HelperMorris Jobke2015-11-261-4/+7
|/
* Merge pull request #20524 from owncloud/pgsql-version-check-errorThomas Müller2015-11-231-6/+3
|\
| * assume pgsql >=9 if checking the version failsRobin Appelman2015-11-161-6/+3
* | Fix failing unit test :skull:Thomas Müller2015-11-191-1/+1
* | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-191-8/+14
|/
* Merge pull request #17920 from andyboeh/masterThomas Müller2015-11-121-0/+1
|\
| * Add hook 'pre_displayLoginPage'Andreas Böhler2015-07-281-8/+1
| * Add possibility for alternative logins to force redirection of login pageAndreas Böhler2015-07-281-0/+8
* | Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-1/+7
* | Update license headersLukas Reschke2015-10-261-1/+0
* | Remove dependency on ICrypto + use XORLukas Reschke2015-10-211-8/+11
* | update deprecation messageMorris Jobke2015-10-141-1/+1
* | Update list of deprecated methodsJoas Schilling2015-10-141-2/+1
* | update licence headers via scriptMorris Jobke2015-10-051-0/+3
* | save excluded groups in json format - fixes #10983Thomas Müller2015-10-011-1/+6
* | Merge pull request #19293 from owncloud/individual-it-move_initTemplateThomas Müller2015-09-251-11/+42
|\ \
| * | Todo for myself to eliminate double codeIndividual IT Services2015-09-251-0/+5
| * | add $prepend option to addStyle() & addVendorStyle()Individual IT Services2015-09-251-4/+14
| * | do not load unnecessary code in case of webdavIndividual IT Services2015-09-231-7/+23
* | | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
|/ /
* | Merge pull request #18684 from owncloud/explicit-upgrade-versionMorris Jobke2015-09-091-1/+5
|\ \
| * | Throw exception on downgrade attemptVincent Petry2015-08-301-1/+5
* | | Cache generated resultLukas Reschke2015-09-081-1/+8
* | | don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-0/+1
|/ /
* | Add mitigation against BREACHLukas Reschke2015-08-141-2/+6
* | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-0/+8
|\ \
| * | Store storage availability in databaseRobin McCorkell2015-07-201-0/+8
| |/
* / - more injectionThomas Müller2015-07-301-1/+2
|/
* Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolderMorris Jobke2015-07-091-3/+3
|\
| * Add getUserFolder to IRootFolderMorris Jobke2015-07-031-3/+3
* | Remove OC_AppconfigThomas Müller2015-07-031-3/+3
* | Remove OC_LogThomas Müller2015-07-031-1/+1
* | Merge pull request #15470 from rullzer/files_sharing_getUrlContentVincent Petry2015-07-031-0/+1
|\ \ | |/ |/|
| * Depreatace OC_Util::getUrlContentRoeland Jago Douma2015-05-181-0/+1
* | update license headers and authorsMorris Jobke2015-06-251-1/+1
* | Add type hint for OC_ChannelVictor Dubiniuk2015-05-271-0/+1
* | Merge pull request #16339 from owncloud/master-override-channelThomas Müller2015-05-261-2/+15
|\ \
| * | Allow change update channel via public APIVictor Dubiniuk2015-05-131-2/+15
| |/
* | Merge pull request #16075 from owncloud/skeleton-copy-delayVincent Petry2015-05-201-3/+0
|\ \
| * | wait with copying the skeleton untill login and setupfs are doneRobin Appelman2015-05-181-3/+0
| |/