Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Replace old config code with usage of proper APIs | Morris Jobke | 2015-12-02 | 2 | -7/+12 | |
* | | | | | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-users | Thomas Müller | 2015-12-02 | 5 | -32/+130 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -7/+9 | |
| * | | | | | | Fix comments | Thomas Müller | 2015-12-02 | 1 | -1/+1 | |
| * | | | | | | Fix getCloudId | Thomas Müller | 2015-12-02 | 1 | -0/+1 | |
| * | | | | | | Proposal: add enumeration function to IUserManager which simply calls a callb... | Thomas Müller | 2015-12-02 | 2 | -4/+37 | |
| * | | | | | | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 2 | -25/+50 | |
| * | | | | | | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 3 | -2/+39 | |
* | | | | | | | Reduce OC_Config usage in lib/ | Morris Jobke | 2015-12-02 | 4 | -8/+10 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #20875 from owncloud/remove-changepropagator | Thomas Müller | 2015-12-02 | 2 | -143/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove old propagation logic | Robin Appelman | 2015-12-01 | 2 | -143/+0 | |
* | | | | | | | Execute only for web and not for CLI | Lukas Reschke | 2015-12-02 | 1 | -7/+7 | |
* | | | | | | | Add a trailing slash to generated URLs | Lukas Reschke | 2015-12-02 | 1 | -1/+1 | |
* | | | | | | | Ensure that ownCloud is always accessed with a trailing slash | Lukas Reschke | 2015-12-02 | 1 | -0/+8 | |
* | | | | | | | Merge pull request #20879 from owncloud/check-if-rewrite-base-is-set-if-rewri... | Thomas Müller | 2015-12-02 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Set RewriteBase to / if OC::WEBROOT is not set | Lukas Reschke | 2015-12-01 | 1 | -1/+2 | |
| * | | | | | | | Set "SetEnv" within base `.htaccess` file | Lukas Reschke | 2015-12-01 | 1 | -0/+3 | |
* | | | | | | | | Merge pull request #20865 from owncloud/post-delete-meta | Thomas Müller | 2015-12-02 | 4 | -22/+104 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add metadata to post delete hooks | Robin Appelman | 2015-12-01 | 4 | -22/+104 | |
* | | | | | | | | | Merge pull request #20874 from owncloud/allow-di-mimetypedetector | Thomas Müller | 2015-12-02 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow DI for OCP\Files\IMimeTypeDetector | Joas Schilling | 2015-12-01 | 1 | -0/+4 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #20877 from owncloud/fix-empty-expirationDate | Thomas Müller | 2015-12-02 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Check the expiration date for null | Morris Jobke | 2015-12-01 | 1 | -1/+7 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-02 | 2 | -0/+2 | |
* | | | | | | | | DI in avatar code | Roeland Jago Douma | 2015-12-01 | 4 | -32/+68 | |
|/ / / / / / / | ||||||
* | | / / / / | Support pretty URLs | Lukas Reschke | 2015-12-01 | 4 | -3/+20 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #20285 from owncloud/add-integrity-checker | Thomas Müller | 2015-12-01 | 10 | -3/+802 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add code integrity check | Lukas Reschke | 2015-12-01 | 10 | -3/+802 | |
| |/ / / / | ||||||
* / / / / | Fix the docs of the exceptions and remove hardcoded language from the message | Joas Schilling | 2015-12-01 | 2 | -4/+4 | |
|/ / / / | ||||||
* | | | | Allow DI the system tag stuff without Application class | Joas Schilling | 2015-11-30 | 1 | -0/+8 | |
* | | | | Merge pull request #20650 from owncloud/systemtags-core | Thomas Müller | 2015-11-30 | 8 | -5/+644 | |
|\ \ \ \ | ||||||
| * | | | | Do not count the entries when we only need to know if it is at least one | Joas Schilling | 2015-11-30 | 1 | -5/+14 | |
| * | | | | Fix use statements | Joas Schilling | 2015-11-30 | 3 | -21/+25 | |
| * | | | | Add backticks inside function to escape the column | Joas Schilling | 2015-11-30 | 1 | -1/+1 | |
| * | | | | Added system tags data structure and PHP side managers | Vincent Petry | 2015-11-27 | 8 | -5/+631 | |
* | | | | | Merge pull request #20815 from owncloud/avatar-cache-size | Thomas Müller | 2015-11-30 | 1 | -2/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | cache resized avatars | Robin Appelman | 2015-11-28 | 1 | -2/+7 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #20248 from owncloud/use-phpunit-groups-to-run-database-co... | Thomas Müller | 2015-11-30 | 2 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 2 | -0/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #20809 from owncloud/dont-trust-update-server-message | Thomas Müller | 2015-11-30 | 1 | -1/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Don't trust update server | Lukas Reschke | 2015-11-28 | 1 | -1/+3 | |
| |/ / / | ||||||
* | | | | Merge pull request #20788 from owncloud/catch-missing-route | Thomas Müller | 2015-11-30 | 3 | -6/+27 | |
|\ \ \ \ | ||||||
| * | | | | Dont die when we're missing a route | Robin Appelman | 2015-11-27 | 3 | -6/+27 | |
* | | | | | Revert "Dont bother with stream_resolve_include_path if the path is already a... | Vincent Petry | 2015-11-29 | 1 | -5/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #20789 from owncloud/scanner-skip-not-available | Robin Appelman | 2015-11-27 | 1 | -2/+17 | |
|\ \ \ \ | ||||||
| * | | | | also log exception | Robin Appelman | 2015-11-27 | 1 | -0/+1 | |
| * | | | | Skip unavailable storages in scanner | Robin Appelman | 2015-11-27 | 1 | -2/+16 | |
| |/ / / | ||||||
* | | | | Merge pull request #20792 from owncloud/autoloader-absolute-paths | Thomas Müller | 2015-11-27 | 1 | -1/+5 | |
|\ \ \ \ | ||||||
| * | | | | Dont bother with stream_resolve_include_path if the path is already absolute | Robin Appelman | 2015-11-27 | 1 | -1/+5 | |
| |/ / / | ||||||
* | | | | Merge pull request #20782 from mitar/better-https | Thomas Müller | 2015-11-27 | 1 | -1/+2 | |
|\ \ \ \ |