Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #24455 from owncloud/activity_psr4 | Thomas Müller | 2016-05-06 | 4 | -0/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move \OCP\Activity to PSR-4 | Roeland Jago Douma | 2016-05-05 | 4 | -0/+0 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-06 | 4 | -0/+8 | |
| |/ / / |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-05 | 18 | -0/+50 | |
|/ / / | ||||||
* | | | Merge pull request #24432 from owncloud/issue-24270-never-save-app-language-i... | Morris Jobke | 2016-05-04 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Do not save the language as request lang for apps when we didn't find any | Joas Schilling | 2016-05-04 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #24410 from owncloud/fix_24182 | Björn Schießle | 2016-05-04 | 1 | -2/+5 | |
|\ \ \ | ||||||
| * | | | first call the post_login hooks, before we call getUserFolder. | Björn Schießle | 2016-05-03 | 1 | -2/+5 | |
| |/ / | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-04 | 114 | -3086/+3088 | |
* | | | Merge pull request #24411 from owncloud/share_psr4 | Roeland Douma | 2016-05-04 | 5 | -0/+0 | |
|\ \ \ | ||||||
| * | | | Move \OC\Share to PSR-4 | Roeland Jago Douma | 2016-05-03 | 5 | -0/+0 | |
* | | | | Merge pull request #23844 from owncloud/disable-user | Thomas Müller | 2016-05-03 | 5 | -31/+37 | |
|\ \ \ \ | ||||||
| * | | | | OCS API should catch LoginExceptions | Roeland Jago Douma | 2016-05-02 | 1 | -1/+5 | |
| * | | | | Add occ commands to enable and disable a user + a disabled user can no longer... | Thomas Müller | 2016-05-02 | 4 | -30/+32 | |
* | | | | | Merge pull request #24389 from owncloud/login-by-email | Lukas Reschke | 2016-05-03 | 3 | -3/+32 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Allow login by email address | Thomas Müller | 2016-05-02 | 1 | -3/+11 | |
| * | | | | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 2 | -0/+21 | |
* | | | | | 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 | 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 | 3 | -4/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 3 | -4/+18 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #24408 from owncloud/improve-server-container | Thomas Müller | 2016-05-03 | 2 | -3/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | Roeland Jago Douma | 2016-05-03 | 1 | -1/+11 | |
| |/ / / / / | ||||||
* | | | | | | 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 | 5 | -11/+17 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #24375 from owncloud/archive_move | Lukas Reschke | 2016-05-03 | 4 | -23/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | Move OC_Archive to \OC\Archive\Archive | Roeland Jago Douma | 2016-05-02 | 4 | -7/+6 | |
| * | | | | | Move OC_Archive_XX to PSR-4 | Roeland Jago Douma | 2016-05-02 | 3 | -20/+27 | |
* | | | | | | Merge pull request #24386 from owncloud/psr4-for-apps | Morris Jobke | 2016-05-03 | 2 | -3/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #24381 from owncloud/correc_typehint | Roeland Douma | 2016-05-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 2 | -4/+3 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Move activity manager to the namespace | Joas Schilling | 2016-05-02 | 2 | -4/+3 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #24322 from owncloud/install-and-uninstall-repair-steps | Thomas Müller | 2016-05-02 | 6 | -76/+69 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | 4 | -30/+34 | |
| * | | | | | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 3 | -35/+30 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #24229 from owncloud/session-id-wrapper | Roeland Douma | 2016-05-02 | 5 | -2/+86 | |
|\ \ \ \ \ | ||||||
| * | | | | | throw SessionNotAvailableException if session_id returns empty string | Christoph Wurst | 2016-04-26 | 5 | -4/+50 | |
| * | | | | | add ISession::getId() wrapper for session_id | Christoph Wurst | 2016-04-25 | 4 | -0/+38 | |
* | | | | | | Merge pull request #24336 from owncloud/issue-24328-remove-password-from-exce... | Thomas Müller | 2016-05-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | |