aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* verify the path in the autoloaderRobin Appelman2015-09-011-4/+15
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-4/+5
* Merge pull request #18482 from owncloud/encrypt-session-dataMorris Jobke2015-08-241-5/+7
|\
| * Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-211-5/+7
* | Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-241-12/+1
|\ \ | |/ |/|
| * Add mitigation against BREACHLukas Reschke2015-08-141-12/+1
* | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-21/+36
|\ \ | |/ |/|
| * Additions to update pageVincent Petry2015-08-201-4/+5
| * Display app names in update page for app updatesVincent Petry2015-08-191-21/+35
* | load backbone universallyArthur Schiwon2015-08-061-0/+2
* | - more injectionThomas Müller2015-07-301-1/+3
* | Remove commented codeMorris Jobke2015-07-241-2/+0
* | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-231-2/+2
|\ \
| * | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-221-1/+1
| * | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-221-2/+2
* | | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-211-0/+1
|\ \ \ | |_|/ |/| |
| * | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-061-0/+1
* | | Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-0/+2
* | | Remove OC_LogThomas Müller2015-07-031-4/+5
|/ /
* | Catch cache garbage collection exception on postLoginVincent Petry2015-06-301-2/+8
* | update license headers and authorsMorris Jobke2015-06-251-1/+1
|/
* Fix login handler for file cache - fixes #16795Thomas Müller2015-06-081-1/+4
* Bring back OC\Cache\File - fixes #16760Thomas Müller2015-06-051-0/+14
* Merge pull request #16200 from owncloud/kill-globalfilecacheMorris Jobke2015-06-021-14/+0
|\
| * also free joblist and base from file cache codeArthur Schiwon2015-05-121-14/+0
* | release all locks on shutdownRobin Appelman2015-06-011-0/+2
* | fix preview hooks, enable_previews default is trueGeorg Ehrke2015-05-131-1/+1
* | use hooks to update encryption keys instead of the storage wrapper if a file ...Bjoern Schiessle2015-05-111-0/+2
|/
* Do not trigger preview hooks if enable_previews is falseHugo Gonzalez Labrador2015-05-061-10/+10
* Do not trigger preview hooks if enable_previews is falseHugo Gonzalez Labrador2015-05-061-7/+9
* Don't display errors and log themLukas Reschke2015-05-051-5/+3
* Try to set required ini values in base.phpLukas Reschke2015-05-031-0/+7
* use the preSetup hook to ensure the encryption wrapper is applied correctlyRobin Appelman2015-04-301-1/+1
* Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption...Thomas Müller2015-04-171-19/+2
* detect system wide mount points correctlyBjoern Schiessle2015-04-161-0/+1
* Merge pull request #15489 from owncloud/dont_hide_exceptions_masterThomas Müller2015-04-101-0/+4
|\
| * do not disclose information, show generic error on login pageJörn Friedrich Dreyer2015-04-101-0/+4
* | Merge pull request #15510 from owncloud/cron-singleuserThomas Müller2015-04-101-14/+24
|\ \ | |/ |/|
| * Fix singe user mode on public.php - take twoThomas Müller2015-04-101-1/+5
| * Fix single user check in case no user is logged inThomas Müller2015-04-091-13/+19
* | Adding check command to validate server environment - fixes #15429Thomas Müller2015-04-081-25/+26
|/
* Encryption storage wrapper is enabled by default - necessary to detect encryp...Thomas Müller2015-04-071-4/+1
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-071-0/+1
* Setting up the encryption wrapper in a setup hook - temporarily fixes the wra...Thomas Müller2015-04-071-17/+1
* Further cleanup of files_encryptionThomas Müller2015-04-071-3/+0
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-071-12/+18
* Add mount point to disable the encryption wrapperRobin Appelman2015-03-311-8/+12
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-2/+43
|\
| * implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-2/+43
* | Merge pull request #15232 from owncloud/remove-arg-separator-magicLukas Reschke2015-03-261-1/+0
|\ \