Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14899 from owncloud/setupwarning-text | Morris Jobke | 2015-03-15 | 1 | -1/+1 |
|\ | | | | | Put notice about checking logs in setup warning | ||||
| * | Put notice about checking logs in setup warning | Robin McCorkell | 2015-03-15 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-15 | 6 | -14/+18 |
|/ | |||||
* | Merge pull request #14872 from owncloud/issue/14870-avatar-user-non-object | Joas Schilling | 2015-03-14 | 3 | -29/+49 |
|\ | | | | | Fix getting the avatar of a non-existing user | ||||
| * | No user no avatar easy as that | Joas Schilling | 2015-03-13 | 1 | -6/+5 |
| | | |||||
| * | Color avatars of non-existing users gray and display X instead | Joas Schilling | 2015-03-13 | 1 | -1/+3 |
| | | |||||
| * | Fix order of expected and actual on assertEquals() calls | Joas Schilling | 2015-03-13 | 1 | -19/+19 |
| | | |||||
| * | Fix getting the avatar of a non-existing user | Joas Schilling | 2015-03-13 | 2 | -10/+29 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-14 | 4 | -0/+14 |
| | | |||||
* | | Merge pull request #14871 from owncloud/use-proper-error-type | Thomas Müller | 2015-03-13 | 1 | -18/+24 |
|\ \ | | | | | | | Use proper error type and clean-up code | ||||
| * | | Use proper error type and clean-up code | Lukas Reschke | 2015-03-13 | 1 | -18/+24 |
| | | | |||||
* | | | Merge pull request #14880 from owncloud/drop-example-backend | Thomas Müller | 2015-03-13 | 2 | -72/+0 |
|\ \ \ | | | | | | | | | Drop example user backend | ||||
| * | | | Remove outdated comment | Lukas Reschke | 2015-03-13 | 1 | -2/+0 |
| | | | | |||||
| * | | | Drop example user backend | Lukas Reschke | 2015-03-13 | 1 | -70/+0 |
|/ / / | | | | | | | | | | | | | | | | We already provide an interface for application developers, this file is outdated and thus should get removed. Addresses No. 3 from https://github.com/owncloud/core/issues/14847 | ||||
* | | | Merge pull request #14867 from owncloud/drop-OC_User_HTTP | Morris Jobke | 2015-03-13 | 1 | -120/+0 |
|\ \ \ | | | | | | | | | Remove OC_User_HTTP | ||||
| * | | | Remove OC_User_HTTP | Lukas Reschke | 2015-03-13 | 1 | -120/+0 |
| | |/ | |/| | | | | | | | Addresses No. 1 from https://github.com/owncloud/core/issues/14847 | ||||
* | | | Merge pull request #14874 from owncloud/correct-typehint | Lukas Reschke | 2015-03-13 | 2 | -2/+2 |
|\ \ \ | |_|/ |/| | | Can also be null | ||||
| * | | Can also be null | Lukas Reschke | 2015-03-13 | 2 | -2/+2 |
|/ / | | | | | | | If the user does not exist this returns null and can lead to nasty bugs since the IDE is not indicating this... | ||||
* | | Merge pull request #14849 from owncloud/fix-11292 | blizzz | 2015-03-13 | 1 | -3/+6 |
|\ \ | |/ |/| | support paged results against 389ds. | ||||
| * | support paged results against 389ds. | Arthur Schiwon | 2015-03-12 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #14844 from owncloud/fix-14843-master | Thomas Müller | 2015-03-13 | 1 | -1/+5 |
|\ \ | | | | | | | cron shall not operate in case we are in maintenance mode | ||||
| * | | cron shall not operate in case we are in maintenance mode - fixes #14843 | Thomas Müller | 2015-03-12 | 1 | -1/+5 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-13 | 100 | -8/+488 |
|/ | |||||
* | Merge pull request #14838 from owncloud/add-curl-hard-dependency | Thomas Müller | 2015-03-12 | 1 | -3/+4 |
|\ | | | | | Add cURL as hard-dependency | ||||
| * | Add cURL as hard-dependency | Lukas Reschke | 2015-03-12 | 1 | -3/+4 |
|/ | | | | It is required by other functionalities such as S2S anyways and ownCloud will fail hard at a lot of places without it. | ||||
* | Merge pull request #14830 from owncloud/kill-locks-table-master | Morris Jobke | 2015-03-12 | 1 | -83/+0 |
|\ | | | | | we no longer support webdav locks - no need to keep the column | ||||
| * | we no longer support webdav locks - no need to keep the column | Thomas Müller | 2015-03-12 | 1 | -83/+0 |
|/ | |||||
* | Merge pull request #14785 from ↵ | Thomas Müller | 2015-03-12 | 1 | -2/+0 |
|\ | | | | | | | | | owncloud/issue/14733-active-class-missing-for-admin-navigation-entry Do not overwrite the active menu entry of the navigation | ||||
| * | Do not overwrite the active menu entry of the navigation | Joas Schilling | 2015-03-11 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #14613 from kampka/no-table-prefix | Morris Jobke | 2015-03-12 | 1 | -2/+6 |
|\ \ | | | | | | | Install command should not require table prefix | ||||
| * | | Install command should not require table prefix | Christian Kampka | 2015-03-11 | 1 | -2/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-12 | 122 | -362/+116 |
| | | | |||||
* | | | Merge pull request #14809 from rullzer/avatarcontroller_cache_fix | Thomas Müller | 2015-03-11 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Fix the avatarcontroller cache needing the cache dir | ||||
| * | | | Fix the avatarcontroller cache needing the cache dir | Roeland Jago Douma | 2015-03-11 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | This was removed in 82254ad5efb65e8650567f49343ec37eb55e2f3e and unfortunatly missed by jenkins before mering into master. | ||||
* | | | | Merge pull request #14357 from owncloud/fix/1373 | Morris Jobke | 2015-03-11 | 1 | -7/+7 |
|\ \ \ \ | |/ / / |/| | | | Run `updateDataDirectory` after Update | ||||
| * | | | Run `updateDataDirectory` after Update | Lukas Reschke | 2015-03-02 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/13731 | ||||
* | | | | Merge pull request #14705 from rullzer/avatarcontroller | Lukas Reschke | 2015-03-11 | 13 | -197/+752 |
|\ \ \ \ | | | | | | | | | | | Move AvatarController to AppFramework | ||||
| * | | | | Avatar controller moved to AppFrameWork | Roeland Jago Douma | 2015-03-11 | 13 | -197/+752 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller | ||||
* | | | | | Merge pull request #13893 from owncloud/create-cachedir-on-user | Morris Jobke | 2015-03-11 | 2 | -26/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | Only make sure the cache directory exists when we use it | ||||
| * | | | | | Only make sure the cache directory exists when we use it | Robin Appelman | 2015-02-04 | 2 | -26/+28 |
| | | | | | | |||||
* | | | | | | Merge pull request #14798 from owncloud/enable-oci-autotest-master | Lukas Reschke | 2015-03-11 | 2 | -7/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Setting oci as supported database | ||||
| * | | | | | | Don't play with config values ... | Thomas Müller | 2015-03-11 | 2 | -8/+12 |
| | | | | | | | |||||
| * | | | | | | Setting oci as supported database | Thomas Müller | 2015-03-11 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #14794 from owncloud/add-console-command-user-add | Morris Jobke | 2015-03-11 | 2 | -0/+116 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a console command user:add to create users over the console | ||||
| * | | | | | | | Add a console command user:add to create users over the console | Joas Schilling | 2015-03-11 | 2 | -0/+116 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #13648 from oparoz/sfnt-fonts-preview | Morris Jobke | 2015-03-11 | 3 | -1/+22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add support for font previews | ||||
| * | | | | | | | Add support for font previews | Olivier Paroz | 2015-02-24 | 3 | -1/+22 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #14773 from owncloud/allow-iframes-from-self-in-share-view | Lukas Reschke | 2015-03-11 | 2 | -1/+11 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow iframes from same domain in share view | ||||
| * | | | | | | | | Allow iframes from same domain in share view | Lukas Reschke | 2015-03-10 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required because the PDF Viewer itself is embedded using an iframe from the same domain. The default policy is blocking this. Going on further, we have to come up with a solution in the future how to handle previews by applications, one example might be that they call their own endpoint and not the generic share page to allow applications to have full control over how to display previews. Anyways, to test this behaviour use a decent newer browser (such as Chrome 41) and share a PDF file, obviously the PDF viewer needs to be enabled as well. Without this patch publicly shared PDF files should not get previewed and an error is thrown. (if it isn't then your browser is probably not obeying our Content-Security-Policy and you might consider switching to another one ;)) | ||||
* | | | | | | | | | Merge pull request #13839 from ↵ | Morris Jobke | 2015-03-11 | 3 | -1/+82 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown Better finding the remote URL from user input in share dropdown |