Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | getService() is not needed -> remove | Thomas Müller | 2015-09-23 | 1 | -20/+0 | |
| | ||||||
* | do not load unnecessary code in case of webdav | Individual IT Services | 2015-09-23 | 1 | -0/+21 | |
| | | | | | | | | | | | | changing from "protected static" to "protected" as suggested by @nickvergessen https://github.com/owncloud/core/pull/19114#discussion_r39719851 moving initTemplate() into template constr. reduce to move initTemplate only cleanup spaces | |||||
* | Move mimetype files into /resources/config/ | Lukas Reschke | 2015-09-22 | 1 | -1/+3 | |
| | ||||||
* | expire old lock rows | Robin Appelman | 2015-09-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #18658 from owncloud/configurable-temp | Frank Karlitschek | 2015-09-12 | 1 | -1/+4 | |
|\ | | | | | Configurable temporary directory | |||||
| * | Clean up TempManager to follow code guidelines | Robin McCorkell | 2015-08-30 | 1 | -1/+4 | |
| | | | | | | | | tmpBaseDir can be overridden for unit testing purposes | |||||
| * | moved code to /lib/private/tempmanager.php | root | 2015-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | fix for unit test some fixes | |||||
* | | Merge pull request #18676 from owncloud/ext-eventdispatcher | Robin McCorkell | 2015-09-11 | 1 | -0/+32 | |
|\ \ | | | | | | | files_external event dispatcher | |||||
| * | | Expose files_external services from Server | Robin McCorkell | 2015-08-31 | 1 | -0/+32 | |
| | | | | | | | | | | | | Not exposed to OCP yet | |||||
* | | | Merge pull request #18699 from owncloud/notification-manager | Lukas Reschke | 2015-09-10 | 1 | -0/+14 | |
|\ \ \ | | | | | | | | | Notification manager | |||||
| * | | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Notification API | Joas Schilling | 2015-09-08 | 1 | -0/+14 | |
| | | | | ||||||
* | | | | Use md5 over the version file to prevent cyclyc dependency | Lukas Reschke | 2015-09-09 | 1 | -3/+1 | |
|/ / / | ||||||
* | | | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 1 | -0/+14 | |
|\ \ \ | | | | | | | | | Introduce mimetype DB update occ command | |||||
| * | | | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -0/+14 | |
| |/ / | ||||||
* / / | enable transational locking by default | Robin Appelman | 2015-09-02 | 1 | -4/+4 | |
|/ / | ||||||
* | | don't read certificates if ownCloud is not installed | Bjoern Schiessle | 2015-08-30 | 1 | -2/+2 | |
| | | ||||||
* | | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -7/+20 | |
|/ | ||||||
* | Add a public interface for the language factory so apps can use it | Joas Schilling | 2015-08-27 | 1 | -1/+8 | |
| | ||||||
* | Merge pull request #17662 from owncloud/locking-db | Thomas Müller | 2015-08-26 | 1 | -7/+5 | |
|\ | | | | | Database backend for locking | |||||
| * | log a warning while trying to acquire a db lock from within a transaction | Robin Appelman | 2015-08-10 | 1 | -4/+4 | |
| | | ||||||
| * | use the database backend for locking if no memcache is configured for it | Robin Appelman | 2015-08-03 | 1 | -4/+2 | |
| | | ||||||
* | | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 1 | -3/+3 | |
| | | | | | | | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value | |||||
* | | Fix master again | Lukas Reschke | 2015-08-24 | 1 | -0/+1 | |
| | | | | | | | | Caused due to merge of two PRs | |||||
* | | Merge pull request #18482 from owncloud/encrypt-session-data | Morris Jobke | 2015-08-24 | 1 | -1/+40 | |
|\ \ | | | | | | | Add a session wrapper to encrypt the data before storing it on disk | |||||
| * | | Handle failures gracefully, remove switch | Lukas Reschke | 2015-08-21 | 1 | -1/+54 | |
| | | | ||||||
| * | | Add a session wrapper to encrypt the data before storing it on disk | Joas Schilling | 2015-08-21 | 1 | -28/+14 | |
| | | | ||||||
* | | | Merge pull request #18254 from owncloud/mitigate-breach | Morris Jobke | 2015-08-24 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Add mitigation against BREACH | |||||
| * | | Add mitigation against BREACH | Lukas Reschke | 2015-08-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While BREACH requires the following three factors to be effectively exploitable we should add another mitigation: 1. Application must support HTTP compression 2. Response most reflect user-controlled input 3. Response should contain sensitive data Especially part 2 is with ownCloud not really given since user-input is usually only echoed if a CSRF token has been passed. To reduce the risk even further it is however sensible to encrypt the CSRF token with a shared secret. Since this will change on every request an attack such as BREACH is not feasible anymore against the CSRF token at least. | |||||
* | | | Adding EventDispatcher to IServerContainer | Thomas Müller | 2015-08-14 | 1 | -2/+15 | |
|/ / | ||||||
* | | Merge pull request #17852 from owncloud/register-alias-factory | Robin McCorkell | 2015-08-11 | 1 | -0/+1 | |
|\ \ | | | | | | | Add test for factories | |||||
| * | | add test for factories | Bernhard Posselt | 2015-07-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use ref for factory test use a factory for registerAlias Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests | |||||
* | | | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP | |||||
* | | | Move core capabilities to new class | Roeland Jago Douma | 2015-08-10 | 1 | -3/+8 | |
| | | | ||||||
* | | | Added Capabilities Manager | Roeland Jago Douma | 2015-08-10 | 1 | -0/+14 | |
| |/ |/| | | | | | | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance | |||||
* | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | In order to properly test the mimetype function: * constructor takes path to configdir * Added unit tests for mimetype (only if vfsStream is available) | |||||
* | | Loading of mapping/aliases is done in class | Roeland Jago Douma | 2015-07-27 | 1 | -13/+1 | |
| | | ||||||
* | | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 1 | -2/+9 | |
| | | ||||||
* | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 1 | -0/+18 | |
|/ | | | | * Copied unit tests from old functions | |||||
* | Fix memcache factory creation when not installed | Robin McCorkell | 2015-07-15 | 1 | -4/+3 | |
| | | | | Memcache factory expects a class name, not an instantiated object | |||||
* | Missing memcache should not cause occ hard-fail | Robin McCorkell | 2015-07-15 | 1 | -2/+2 | |
| | | | | Warning is now printed to logs, but occ and cron will still work. | |||||
* | Add getUserFolder to IRootFolder | Morris Jobke | 2015-07-03 | 1 | -21/+1 | |
| | | | | | * untangle DI of user specific folders * allows to autodetect the dependency | |||||
* | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 1 | -0/+10 | |
|\ | | | | | expose the mount manager in the public api | |||||
| * | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 1 | -0/+10 | |
| | | ||||||
* | | call post_addToGroup als for class OC_User because sharing and LDAP are ↵ | Bjoern Schiessle | 2015-07-02 | 1 | -0/+2 | |
|/ | | | | using this class. Minimal approach to fix #16740 | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 | |
| | ||||||
* | Fix naming of param in private/server.php | Morris Jobke | 2015-06-19 | 1 | -5/+5 | |
| | ||||||
* | Fix return value for OCP PHPDoc | Morris Jobke | 2015-06-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #16832 from owncloud/memcache-fail | Joas Schilling | 2015-06-16 | 1 | -0/+4 | |
|\ | | | | | Throw exception if memcache misconfigured or missing | |||||
| * | Throw exception if memcache misconfigured or missing | Vincent Petry | 2015-06-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | Instead of falling back to null memcache, throw exceptions. Also throw file locking specific exceptions in case the class is not available. |