Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We have new apps .... | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
* | Merge pull request #21616 from owncloud/introduce-dav-application-class | Thomas Müller | 2016-01-12 | 5 | -16/+201 |
|\ | |||||
| * | Unit test contact provider registration | Thomas Müller | 2016-01-11 | 5 | -16/+201 |
* | | Merge pull request #21641 from owncloud/fix_21639 | Thomas Müller | 2016-01-12 | 2 | -1/+5 |
|\ \ | |||||
| * | | Add unit tests to make sure we do not lower the search | Roeland Jago Douma | 2016-01-12 | 1 | -0/+4 |
| * | | Do not lower the sharee search | Roeland Jago Douma | 2016-01-12 | 1 | -1/+1 |
* | | | Merge pull request #21638 from owncloud/degrade-well-known-url-check | Thomas Müller | 2016-01-12 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Show the well-known URL check as info instead of error | Morris Jobke | 2016-01-12 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #21637 from owncloud/reformat-irequest | Thomas Müller | 2016-01-12 | 1 | -4/+16 |
|\ \ | |||||
| * | | fix identation in public/irequest.php | Morris Jobke | 2016-01-12 | 1 | -4/+16 |
* | | | Merge pull request #21628 from owncloud/deprecated_secure_random_funcions | Thomas Müller | 2016-01-12 | 24 | -48/+27 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix unit tests | Roeland Jago Douma | 2016-01-11 | 4 | -22/+1 |
| * | | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 14 | -17/+17 |
| * | | getLowStrengthGenerator does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 8 | -9/+9 |
* | | | Merge pull request #21624 from owncloud/l10n_deprecated_function | Thomas Müller | 2016-01-12 | 2 | -16/+0 |
|\ \ \ | |||||
| * | | | Remove unused deprecated function | Roeland Jago Douma | 2016-01-11 | 2 | -16/+0 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-12 | 26 | -14/+164 |
| |/ / |/| | | |||||
* | | | Merge pull request #21622 from owncloud/revert-21479-fix-broken-state-in-htac... | Thomas Müller | 2016-01-11 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Revert "Remove unneeded check if htaccess test file already exists" | Lukas Reschke | 2016-01-11 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #21613 from owncloud/dav-fix-constructor | Thomas Müller | 2016-01-11 | 1 | -2/+1 |
|\ \ | |/ |/| | |||||
| * | fix principal constructor for dav | Robin Appelman | 2016-01-11 | 1 | -2/+1 |
* | | Merge pull request #21517 from owncloud/ext-oauth-fix | Thomas Müller | 2016-01-11 | 2 | -78/+82 |
|\ \ | |||||
| * | | Fix OAuth external storage auth for step 2 | Robin McCorkell | 2016-01-07 | 2 | -78/+82 |
* | | | Merge pull request #21608 from owncloud/better-setting-templates | Thomas Müller | 2016-01-11 | 1 | -23/+5 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix types | Joas Schilling | 2016-01-11 | 1 | -2/+2 |
| * | | Fix table markup | Joas Schilling | 2016-01-11 | 1 | -21/+3 |
* | | | Merge pull request #21438 from owncloud/settings-anchors | Thomas Müller | 2016-01-11 | 3 | -3/+3 |
|\ \ \ | |||||
| * | | | remove unneeded 'goto' prefix from settings anchors | Jan-Christoph Borchardt | 2016-01-04 | 3 | -3/+3 |
* | | | | Merge pull request #21589 from owncloud/mobile-webDAV-select | Thomas Müller | 2016-01-11 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | webDAV select bug fixed | Julian Müller | 2016-01-11 | 1 | -2/+3 |
* | | | | | Merge pull request #21593 from owncloud/strict_autoloader | Thomas Müller | 2016-01-11 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Only '/tests' to be autoloaded when running unit tests | Roeland Jago Douma | 2016-01-10 | 1 | -1/+3 |
| * | | | | | OC autoloader is not allowed to load 3rdparty | Roeland Jago Douma | 2016-01-10 | 1 | -1/+0 |
* | | | | | | Merge pull request #21586 from owncloud/fix-no-minimum-version | Thomas Müller | 2016-01-11 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Assume apps from the appstore are compatible with the current version | Lukas Reschke | 2016-01-10 | 1 | -0/+5 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #21573 from owncloud/fix_21535_21534 | Thomas Müller | 2016-01-11 | 2 | -1/+19 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Add unit test for file update | Roeland Jago Douma | 2016-01-09 | 1 | -0/+16 |
| * | | | | | Updating a file should not update the summary | Roeland Jago Douma | 2016-01-09 | 1 | -1/+3 |
* | | | | | | Merge pull request #21594 from owncloud/cleanup_util | Thomas Müller | 2016-01-11 | 5 | -20/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 5 | -20/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-11 | 26 | -160/+268 |
* | | | | | Merge pull request #21596 from owncloud/settings-footer | Morris Jobke | 2016-01-11 | 2 | -11/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | remove extra slogan footer from Personal and Admin pages | Jan-Christoph Borchardt | 2016-01-11 | 2 | -11/+7 |
|/ / / / | |||||
* | | | | Merge pull request #21572 from owncloud/fix-setup-warnings | Thomas Müller | 2016-01-10 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Concat also the other results | Lukas Reschke | 2016-01-10 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #21577 from owncloud/make-code-cleaner-by-removing-unrequi... | Morris Jobke | 2016-01-10 | 1 | -11/+1 |
|\ \ \ \ | |||||
| * | | | | Remove code related to session regeneration after some time | Lukas Reschke | 2016-01-10 | 1 | -11/+1 |
|/ / / / | |||||
* | | | | Merge pull request #21575 from owncloud/use-session-clear | Morris Jobke | 2016-01-10 | 1 | -4/+1 |
|\ \ \ \ | |||||
| * | | | | Use ISession::clear | Lukas Reschke | 2016-01-10 | 1 | -4/+1 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-10 | 42 | -82/+394 |