summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-266-0/+10
|
* remove IDb interface from core class usageBernhard Posselt2015-02-252-4/+4
|
* owncloud -> ownCloudThomas Müller2015-02-252-3/+3
|
* deprecate getters for deprecated classBernhard Posselt2015-02-252-2/+3
|
* use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-251-6/+10
|
* migrate to IDBConnectionBernhard Posselt2015-02-253-12/+191
|
* Merge pull request #14494 from owncloud/fix-oracle-masterLukas Reschke2015-02-251-41/+33
|\ | | | | using Doctrine\DBAL\Connection::executeUpdate()
| * using Doctrine\DBAL\Connection::executeUpdate()Thomas Müller2015-02-251-41/+33
| |
* | Merge pull request #14508 from owncloud/tagmanager-nouserVincent Petry2015-02-251-0/+5
|\ \ | | | | | | Return null when requesting tags for null user
| * | Return null when requesting tags for null userVincent Petry2015-02-251-0/+5
| | | | | | | | | | | | | | | The TagManager->load() now returns null if the user is not authenticated instead of failing with an error.
* | | Merge pull request #14490 from owncloud/remove-unused-deprecated-codeClark Tomlinson2015-02-251-10/+0
|\ \ \ | |/ / |/| | Remove unused and deprecated Code
| * | Remove unused and deprecated CodeLukas Reschke2015-02-251-10/+0
| |/ | | | | | | Function is not used anymore anywhere in the code base: https://github.com/search?q=user%3Aowncloud+secureRNGAvailable&type=Code&utf8=%E2%9C%93
* | Merge pull request #14500 from owncloud/fileglobalgc-cleanupThomas Müller2015-02-252-28/+46
|\ \ | | | | | | Cleanup garbage collection for global file cache
| * | Cleanup garbage collection for global file cacheRobin Appelman2015-02-252-28/+46
| |/
* | Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-4/+1
|\ \ | |/ |/| Use getRemoteAddress which supports reverse proxies
| * Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-4/+1
| | | | | | | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly.
* | Merge pull request #14458 from owncloud/revive/11157Thomas Müller2015-02-251-3/+9
|\ \ | | | | | | Get the real protocol behind several proxies
| * | Use [0] instead of current as HHVM might have problems with thatLukas Reschke2015-02-241-1/+1
| | |
| * | Get the real protocol behind several proxiesLukas Reschke2015-02-241-3/+9
| |/ | | | | | | | | | | X-Forwarded-Proto contains a list of protocols if ownCloud is behind multiple reverse proxies. This is a revival of https://github.com/owncloud/core/pull/11157 using the new IRequest public API.
* | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-2526-1331/+802
|\ \ | | | | | | Sabre Update to 2.1
| * | Remove locks plugin.Thomas Müller2015-02-251-171/+0
| | | | | | | | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
| * | Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-0/+43
| | |
| * | Sabre Update to 2.1Vincent Petry2015-02-2325-1176/+775
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
* | | Merge pull request #14213 from ↵Vincent Petry2015-02-252-3/+20
|\ \ \ | | | | | | | | | | | | | | | | AW-UC/naturalsort_defaultcollator-patch-file-sorting Update naturalsort_defaultcollator.php. Fixes #13982
| * | | Fix sorting for files that only differ in case.AW-UC2015-02-241-5/+8
| | | |
| * | | Add constructor to inject collatorAW-UC2015-02-201-0/+13
| | | | | | | | | | | | | | | | | | | | Adding the possibility for instantiating \OC\NaturalSort with an injected collator. This makes the use of a specific collator enforcable.
| * | | provide case-insensitive natural sortingAW-UC2015-02-181-4/+5
| | | | | | | | | | | | | | | | This makes OC's naturalsort_defaultcollator case-insensitive
* | | | Merge pull request #14471 from owncloud/always-load-authentication-appsThomas Müller2015-02-241-3/+4
|\ \ \ \ | | | | | | | | | | Always load authentication apps
| * | | | Always load authentication appsLukas Reschke2015-02-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared. In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7) Backport to 8 might be something to consider. Fixes https://github.com/owncloud/core/issues/14469
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-254-0/+8
|/ / / /
* | | | Merge pull request #14195 from ↵Lukas Reschke2015-02-243-64/+106
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/activity-manager-performance-improvements Activity manager performance improvements
| * | | | Order methods to by grouped by their taskJoas Schilling2015-02-133-74/+74
| | | | |
| * | | | Check whether filter is valid, before doing stuff for itJoas Schilling2015-02-131-1/+12
| | | | |
| * | | | Cache some values from the extensionsJoas Schilling2015-02-131-0/+31
| | | | |
* | | | | Merge pull request #14282 from owncloud/disable-non-shipped-apps-masterThomas Müller2015-02-243-72/+79
|\ \ \ \ \ | | | | | | | | | | | | 3rd-party apps are disabled on upgrade
| * | | | | 3rd-party apps are only disabled in case core is upgradedThomas Müller2015-02-241-0/+14
| | | | | |
| * | | | | shipped and 3rd-party apps of type authentication and session will remain ↵Thomas Müller2015-02-241-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | enabled during update
| * | | | | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-243-72/+57
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11555 from goodkiller/patch-1Joas Schilling2015-02-241-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Update group.php
| * | | | | Update group.phpgoodkiller2014-10-141-1/+2
| | | | | | | | | | | | | | | | | | Here is fox for my LDAP users OW 7.0.2
* | | | | | Merge pull request #13340 from owncloud/use-http-onlyLukas Reschke2015-02-241-10/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use "HTTPOnly" for cookies when logging out
| * | | | | | Use "HTTPOnly" for cookies when logging outLukas Reschke2015-01-141-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has no other reason than preventing some insane automated scanners from reporting this as security bug (which it obviously isn't as the cookie contains nothing of value) Thus it generally results in an happier Lukas and hopefully less reports to our support and security mail addresses...
* | | | | | | Dont break code which relies on the cursor being open after insert/update/deleteBernhard Posselt2015-02-241-1/+0
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #14009 from owncloud/installing-installed-apps-is-stupidThomas Müller2015-02-243-99/+108
|\ \ \ \ \ \ | | | | | | | | | | | | | | don't allow installation of already installed apps - fixes #14004
| * | | | | | app store can be used with any editionThomas Müller2015-02-231-3/+1
| | | | | | |
| * | | | | | don't allow installation of already installed apps - fixes #14004Thomas Müller2015-02-233-99/+110
| | | | | | |
* | | | | | | Merge pull request #14442 from owncloud/fix-oracle-ci-masterLukas Reschke2015-02-241-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Close the cursor after the affected count has been extracted.
| * | | | | | | Close the cursor after the affected count has been extracted.Thomas Müller2015-02-231-1/+2
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2422-44/+90
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #14416 from owncloud/setup-commandThomas Müller2015-02-236-36/+53
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Setup command