aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11539 from owncloud/mount-setup-onceVincent Petry2014-10-311-1/+6
|\ | | | | Only mount the storages for the user once
| * Reset the users setup after clearing mountsRobin Appelman2014-10-281-0/+1
| |
| * Only mount the storages for the user onceRobin Appelman2014-10-271-1/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-312-2/+14
| |
* | Merge pull request #11877 from owncloud/fix-11875-masterMorris Jobke2014-10-301-1/+1
|\ \ | | | | | | prevent PHP notice
| * | prevent PHP noticeThomas Müller2014-10-301-1/+1
| | |
* | | Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-303-11/+28
|\ \ \ | | | | | | | | Fix the addHeader tag attributes text methods to not ignore the text parameter
| * | | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵Lukas Reschke2014-10-283-11/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php
* | | | Merge pull request #11740 from owncloud/update-archive-tarThomas Müller2014-10-301-2/+0
|\ \ \ \ | | | | | | | | | | Update pear/archive_tar to 1.3.13
| * | | | Update pear/archive_tar to 1.3.13Thomas Müller2014-10-301-2/+0
| | | | |
* | | | | Merge pull request #11864 from owncloud/clear-session-after-logoutLukas Reschke2014-10-301-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Clear session after logout
| * | | | Clear session after logoutLukas Reschke2014-10-301-0/+1
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/8420
* | | | | Merge pull request #11858 from owncloud/fix-11064Morris Jobke2014-10-301-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Allow any outgoing XHR connections
| * | | | Allow any outgoing XHR connectionsLukas Reschke2014-10-301-1/+2
| | | | | | | | | | | | | | | | | | | | Quickfix for https://github.com/owncloud/core/issues/11064
* | | | | Merge pull request #11860 from owncloud/fix-stupid-error-because-im-a-moroThomas Müller2014-10-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix stupid copy paste fail
| * | | | | Fix stupid copy paste failLukas Reschke2014-10-301-1/+1
| | |/ / / | |/| | | | | | | | ...
* | | | | Merge pull request #11821 from owncloud/generic-responseMorris Jobke2014-10-304-5/+107
|\ \ \ \ \ | |/ / / / |/| | | | Add a generic data response
| * | | | add dataresponseBernhard Posselt2014-10-294-5/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix docstrings adjust copyright date another copyright date update another header update implement third headers argument, fix indention, fix docstrings fix docstrings
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-3020-10/+298
| |/ / / |/| | |
* | | | Merge pull request #11409 from owncloud/watcher-reuseVincent Petry2014-10-292-22/+32
|\ \ \ \ | | | | | | | | | | Pass the cached data to the filesystem watcher
| * | | | Better reuse of cache data for getFolderContentsRobin Appelman2014-10-241-6/+11
| | | | |
| * | | | Pass the cached data to the filesystem watcherRobin Appelman2014-10-242-16/+21
| | | | |
* | | | | Merge pull request #11638 from owncloud/oc8-translationsThomas Müller2014-10-29357-5645/+11051
|\ \ \ \ \ | | | | | | | | | | | | [OC8] Load javascript translations using standard web technologies
| * | | | | Fix implementation of translation short cutThomas Müller2014-10-291-9/+2
| | | | | |
| * | | | | Fix language file detectionVincent Petry2014-10-291-1/+1
| | | | | |
| * | | | | update all translation files to js and jsonThomas Müller2014-10-29351-5599/+10972
| | | | | |
| * | | | | adding console command to generate javascript translation files based on ↵Thomas Müller2014-10-291-31/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | existing php translation files read server side translations from json files
| * | | | | Include core translationsVincent Petry2014-10-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved search result type translations to search.js Load JS translations earlier Translations need to be loaded earlier to make sure that some JS files like search.js get access to translations at this time. This requires the template initialization to be moved to after session initialization, because only after the session we have access to the current language.
| * | | | | in case a translation javascript is not found we no longer bail outThomas Müller2014-10-293-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | remove translation.php
| * | | | | Added OC.L10N namespace with translation functionsVincent Petry2014-10-294-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* | | | | | Merge pull request #11689 from owncloud/doctrine-2.5Thomas Müller2014-10-291-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update doctrine/dbal to 2.5
| * | | | | Update doctrine/dbal to 2.5Thomas Müller2014-10-281-2/+0
| | |/ / / | |/| | |
* / | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+2
|/ / / /
* | | | Use composer autoloader to load PatchworkThomas Müller2014-10-281-2/+0
| | | |
* | | | use Composer autoloader not OC for non-Composer 3rdparty (#9643)Adam Williamson2014-10-282-44/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Composer's autoloader is rather better than the OwnCloud autoloader's handling of non-OC classes. Plus we can rely on upstream Composer to maintain it and not worry about it ourselves. With this change, we drop the bits of OwnCloud's autoloader that handled non-OC classes, and register the classes that were being handled by that code with Composer's autoloader instead. As these dependencies are converted to actually being managed by Composer, the explicit registrations can be dropped as they won't be needed any more. Since OwnCloud's autoloader isn't going to handle non-OC classes any more, we no longer need to test to make sure it does it right. drop unneeded registerPrefix() and registerClass() from autoloader Now we're not handling anything but OC's own classes, these are unnecessary. error out if composer autoloader is not found (thanks bantu) We're never going to be able to work without the autoloader, if it's not there we should just throw our hands up and surrender.
* | | | Merge pull request #11791 from owncloud/webdav-getquotainfo-503-handlingMorris Jobke2014-10-281-7/+11
|\ \ \ \ | | | | | | | | | | Properly catch 503 storage not available in getQuotaInfo
| * | | | Properly catch 503 storage not available in getQuotaInfoVincent Petry2014-10-271-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When doing a PROPFIND on the root and one of the mount points is not available, the returned quota attributes will now be zero. This fix prevents the expected exception to make the whole call fail.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-281-0/+2
| |_|/ / |/| | |
* | | | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurableLukas Reschke2014-10-273-24/+122
|\ \ \ \ | | | | | | | | | | Make supported DBs configurable within config.php
| * | | | code cleanup during review :+1:Thomas Müller2014-10-271-17/+17
| | | | |
| * | | | Make supported DBs configurable within config.phpLukas Reschke2014-10-273-8/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases".
* | | | | Merge pull request #11783 from owncloud/allow_passing_driver_optionsMorris Jobke2014-10-271-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | allow passing db driver options
| * | | | allow passing driver options, fixes #11718Jörn Friedrich Dreyer2014-10-271-0/+7
| | | | |
* | | | | Merge pull request #11763 from owncloud/stable-etagsRobin Appelman2014-10-271-0/+21
|\ \ \ \ \ | | | | | | | | | | | | Generate stable etags for local files
| * | | | | Generate stable etags for local filesRobin Appelman2014-10-241-0/+21
| | | | | |
* | | | | | Merge pull request #11787 from owncloud/fix-php-docsMorris Jobke2014-10-271-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix PHPDoc
| * | | | | Fix PHPDocLukas Reschke2014-10-271-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Stop my IDE and Scrutinizer from complaining.
* | | | | Merge pull request #11708 from owncloud/fix-momentjsVincent Petry2014-10-271-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | Setting moment locale based on user selection
| * | | | Setting moment locale based on user selectionClark Tomlinson2014-10-231-1/+4
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-271-0/+21
| | | | |