Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add links to load GDrive/Dropbox configuration pages | Robin McCorkell | 2016-05-03 | 6 | -4/+58 |
| | |||||
* | Allow multiple custom JS files | Robin McCorkell | 2016-05-03 | 8 | -18/+32 |
| | |||||
* | Merge pull request #24387 from owncloud/locking-mark-reload-free | Thomas Müller | 2016-05-03 | 1 | -0/+3 |
|\ | | | | | free up memory when releasing the last shared lock | ||||
| * | free up memory when releasing the last shared lock | Robin Appelman | 2016-05-02 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #24392 from owncloud/declare-cron-jobs-in-info.xml | Thomas Müller | 2016-05-03 | 8 | -12/+23 |
|\ \ | | | | | | | Declare cron jobs in info.xml | ||||
| * | | Add background job declaration of dav app to info.xml | Thomas Müller | 2016-05-03 | 4 | -7/+3 |
| | | | |||||
| * | | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 4 | -5/+20 |
| | | | |||||
* | | | Merge pull request #24408 from owncloud/improve-server-container | Thomas Müller | 2016-05-03 | 2 | -3/+14 |
|\ \ \ | | | | | | | | | Improve server container | ||||
| * | | | Add methods to public interface | Joas Schilling | 2016-05-03 | 1 | -0/+12 |
| | | | | |||||
| * | | | Fix doc block | Joas Schilling | 2016-05-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use internal tag so IDEs highlight the usage | Joas Schilling | 2016-05-03 | 1 | -2/+1 |
| |/ / | |||||
* | | | Merge pull request #24405 from owncloud/user_db_capped_cache | Thomas Müller | 2016-05-03 | 1 | -1/+11 |
|\ \ \ | | | | | | | | | Use a CappedCache in the user database backend | ||||
| * | | | Use a CappedCache in the user database backend | Roeland Jago Douma | 2016-05-03 | 1 | -1/+11 |
| |/ / | | | | | | | | | | | | | | | | When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs. | ||||
* | | | Merge pull request #24404 from owncloud/log_psr4 | Thomas Müller | 2016-05-03 | 10 | -18/+29 |
|\ \ \ | | | | | | | | | Move from OC_Log_XX to \OC\Log | ||||
| * | | | Move \OC\Log to PSR-4 | Roeland Jago Douma | 2016-05-03 | 5 | -0/+0 |
| | | | | |||||
| * | | | Move OC_Log_xx to \OC\Log namespace | Roeland Jago Douma | 2016-05-03 | 8 | -18/+29 |
| |/ / | |||||
* | | | Merge pull request #22989 from owncloud/lock_sharing_ops | Morris Jobke | 2016-05-03 | 2 | -43/+222 |
|\ \ \ | |/ / |/| | | Add locking to modifying operation of the OCS Share API | ||||
| * | | Unlock before all returns | Roeland Jago Douma | 2016-04-30 | 1 | -7/+50 |
| | | | |||||
| * | | Add locking to modifying operation of the OCS Share API | Roeland Jago Douma | 2016-04-30 | 2 | -39/+175 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17243 This is done in the OCS Share API instead of the share manager since we want lazy shares in general. However when doing modifying calls via the OCS Share API it is fine to force real nodes. * Updated unit tests to work with logging | ||||
* | | | Merge pull request #24375 from owncloud/archive_move | Lukas Reschke | 2016-05-03 | 6 | -27/+37 |
|\ \ \ | | | | | | | | | Move OC_Archive to \OC\Archive and PSR-4 | ||||
| * | | | Move OC_Archive to \OC\Archive\Archive | Roeland Jago Douma | 2016-05-02 | 4 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Move out of legacy folder * Move to proper namespace * Fix calling code | ||||
| * | | | Move OC_Archive_XX to PSR-4 | Roeland Jago Douma | 2016-05-02 | 5 | -24/+35 |
| | | | | | | | | | | | | | | | | | | | | * Fix code * Fix tests | ||||
* | | | | Merge pull request #24386 from owncloud/psr4-for-apps | Morris Jobke | 2016-05-03 | 2 | -3/+25 |
|\ \ \ \ | | | | | | | | | | | PSR-4 for apps | ||||
| * | | | | Use lib/ instead of src/ because that is what people are used to | Joas Schilling | 2016-05-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Register the PSR-4 path on loadApp | Joas Schilling | 2016-05-02 | 1 | -2/+21 |
| | | | | | |||||
| * | | | | Keep the composer instance so we can add psr4 paths later | Joas Schilling | 2016-05-02 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-03 | 6 | -4/+44 |
| | | | | | |||||
* | | | | | Merge pull request #24394 from owncloud/cleanup_share_classmap | Roeland Douma | 2016-05-03 | 7 | -19/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Cleanup Files_Sharing CLASSPATH | ||||
| * | | | | | Cleanup Files_Sharing CLASSPATH | Roeland Jago Douma | 2016-05-02 | 7 | -19/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy | ||||
* | | | | | | Merge pull request #24381 from owncloud/correc_typehint | Roeland Douma | 2016-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use correct typehint for the IProviderFactory | ||||
| * | | | | | | Use correct typehint | Roeland Jago Douma | 2016-05-02 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #24380 from owncloud/move-activity-manager-to-namespace | Roeland Douma | 2016-05-03 | 5 | -21/+24 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Move activity manager to the namespace | ||||
| * | | | | | | Move activity manager to the namespace | Joas Schilling | 2016-05-02 | 5 | -21/+24 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #24322 from owncloud/install-and-uninstall-repair-steps | Thomas Müller | 2016-05-02 | 9 | -90/+90 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding repair steps for install and uninstall | ||||
| * | | | | | | | Move uninstall repair step execution to the correct place | Thomas Müller | 2016-05-02 | 2 | -7/+12 |
| | | | | | | | | |||||
| * | | | | | | | Repair steps no longer implement the Emitter interface | Thomas Müller | 2016-05-02 | 1 | -11/+0 |
| | | | | | | | | |||||
| * | | | | | | | Fix installer file location | Thomas Müller | 2016-05-02 | 1 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | OC_Installer -> \OC\Installer | Thomas Müller | 2016-05-02 | 6 | -43/+52 |
| | | | | | | | | |||||
| * | | | | | | | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 4 | -36/+33 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #24229 from owncloud/session-id-wrapper | Roeland Douma | 2016-05-02 | 6 | -2/+95 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | add ISession::getId() wrapper for session_id | ||||
| * | | | | | | | throw SessionNotAvailableException if session_id returns empty string | Christoph Wurst | 2016-04-26 | 6 | -5/+51 |
| | | | | | | | | |||||
| * | | | | | | | add ISession::getId() wrapper for session_id | Christoph Wurst | 2016-04-25 | 5 | -0/+47 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #24336 from ↵ | Thomas Müller | 2016-05-02 | 2 | -1/+16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-24328-remove-password-from-exception-trace-in-dav-auth Remove the password from the validateUserPass() method as well | ||||
| * | | | | | | | | Remove the password from the validateUserPass() method as well | Joas Schilling | 2016-05-02 | 2 | -1/+16 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #24385 from owncloud/DeepDiver1975-patch-1 | Thomas Müller | 2016-05-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Fix undefined variable $ex | ||||
| * | | | | | | | | Fix undefined variable $ex | Thomas Müller | 2016-05-02 | 1 | -1/+1 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #24327 from owncloud/better-callForAllUsers-performance | Thomas Müller | 2016-05-02 | 1 | -6/+11 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Better callForAllUsers memory usage | ||||
| * | | | | | | | When we iterate over all users that might be too much memory | Joas Schilling | 2016-04-28 | 1 | -4/+9 |
| | | | | | | | | |||||
| * | | | | | | | Don't loop over the backends, we already know where the user should be | Joas Schilling | 2016-04-28 | 1 | -3/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #24238 from owncloud/caldav-test-event-in-far-future | Joas Schilling | 2016-05-02 | 3 | -4/+8 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | Test an event in the far future |