summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-05-0750-94/+4
* Merge pull request #16119 from owncloud/fix-16056Thomas Müller2015-05-071-11/+14
|\
| * Check return value of OC_App::getAppPath() and verify info.xml exists.Andreas Fischer2015-05-061-11/+14
* | Merge pull request #15628 from owncloud/enc_fix_renameBjörn Schießle2015-05-062-7/+108
|\ \
| * | Fix missing types on doc block and deduplicate the method nameJoas Schilling2015-05-061-4/+4
| * | update 'encrypted'-flag in file cache according to the storage settingsBjoern Schiessle2015-05-062-6/+47
| * | move/copy from storageBjoern Schiessle2015-05-061-7/+67
* | | Merge pull request #16099 from labkode/prevent-preview-hooksJoas Schilling2015-05-061-1/+3
|\ \ \ | |/ / |/| |
| * | 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
* | | unit testsBjoern Schiessle2015-05-061-1/+1
* | | check if encryption is enbaled before we start moving keysBjoern Schiessle2015-05-062-34/+43
| |/ |/|
* | Merge pull request #16067 from owncloud/verbosity-in-app-code-checkLukas Reschke2015-05-061-1/+1
|\ \
| * | Add verbosity option to app:check-codeMorris Jobke2015-05-051-1/+1
* | | Merge pull request #16070 from owncloud/enc_update_file_cache_on_copyMorris Jobke2015-05-061-0/+4
|\ \ \ | |_|/ |/| |
| * | make sure that we keep the correct encrypted-flag and the (unencrypted)size i...Bjoern Schiessle2015-05-051-0/+4
| |/
* | Merge pull request #16072 from owncloud/phpdoc-cacheMorris Jobke2015-05-064-30/+139
|\ \
| * | improve phpdoc of cache classesRobin Appelman2015-05-054-30/+139
| |/
* | Merge pull request #16017 from owncloud/proper-update-notificationMorris Jobke2015-05-061-0/+1
|\ \
| * | Use OC.Notification for update notificationsMorris Jobke2015-05-031-0/+1
* | | Merge pull request #16050 from owncloud/add-workaround-for-populate-raw-post-...Jörn Friedrich Dreyer2015-05-062-24/+3
|\ \ \
| * | | Don't depend on always_populate_raw_post_dataLukas Reschke2015-05-051-19/+0
| * | | Don't display errors and log themLukas Reschke2015-05-051-5/+3
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-0614-24/+54
* | | Check usage of != and == - refs #16054Thomas Müller2015-05-052-0/+18
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-0574-86/+16
* | Check `mbstring.func_overload` only if the mb module is installed.Lukas Reschke2015-05-041-2/+17
* | Remove PHP 5.4 warning in checkSetupLukas Reschke2015-05-041-9/+0
* | Merge pull request #16042 from owncloud/fix-output-bufferingThomas Müller2015-05-041-1/+0
|\ \
| * | Remove hard-dependency on disabled output_bufferingLukas Reschke2015-05-041-1/+0
* | | Merge pull request #16043 from owncloud/activity-288-log-entry-when-no-favoriteLukas Reschke2015-05-041-0/+1
|\ \ \
| * | | Fix undefined variable $tagIdJoas Schilling2015-05-041-0/+1
| |/ /
* | | Merge pull request #15772 from owncloud/issue-15771-dont-restrict-permissions...Joas Schilling2015-05-041-7/+9
|\ \ \ | |/ / |/| |
| * | Ignore "parent" shares when the sharee is the owner of the reshare-sourceJoas Schilling2015-04-291-0/+2
| * | Correctly select file cache values also when checking group sharesJoas Schilling2015-04-291-7/+7
* | | Merge pull request #16020 from owncloud/set-charset-via-ini-setThomas Müller2015-05-041-0/+7
|\ \ \
| * | | Try to set required ini values in base.phpLukas Reschke2015-05-031-0/+7
| | |/ | |/|
* | | Merge pull request #15958 from owncloud/usage-of-public-log-interfaceThomas Müller2015-05-047-16/+23
|\ \ \ | |/ / |/| |
| * | Use internally \OCP\ILogger instead of \OC\LogMorris Jobke2015-04-307-16/+23
* | | Add proper versioning for doc URLLukas Reschke2015-05-021-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-022-4/+4
* | | Merge pull request #15937 from owncloud/file-lockingThomas Müller2015-05-0110-23/+588
|\ \ \
| * | | allow getting the path from the lockedexceptionRobin Appelman2015-04-302-2/+23
| * | | use trait for cas polyfill for xcacheRobin Appelman2015-04-301-24/+2
| * | | add memcache based shared/exclusive lockingRobin Appelman2015-04-303-0/+158
| * | | add compare and swap to memcacheRobin Appelman2015-04-307-2/+132
| * | | extends memcache with add, inc and decRobin Appelman2015-04-306-22/+300
* | | | Merge pull request #15964 from owncloud/fix-l10n-string-warnThomas Müller2015-04-301-2/+0
|\ \ \ \
| * | | | fix #15962Bernhard Posselt2015-04-301-2/+0
| |/ / /
* / / / use the preSetup hook to ensure the encryption wrapper is applied correctlyRobin Appelman2015-04-301-1/+1
|/ / /