Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing app: fix app name capitalization | Jan-Christoph Borchardt | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | testing app: add max version | Jan-Christoph Borchardt | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | testing app: add logo | Jan-Christoph Borchardt | 2016-01-21 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-21 | 134 | -222/+154 |
| | |||||
* | Merge pull request #21782 from ↵ | Thomas Müller | 2016-01-21 | 22 | -138/+207 |
|\ | | | | | | | | | owncloud/update-system-addressbook-on-user-change-2 Introduce IUser::setEMailAddress and add hook mechanism | ||||
| * | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 11 | -103/+132 |
| | | |||||
| * | Emit OC\User::changeUser on change of display name | Thomas Müller | 2016-01-20 | 1 | -1/+6 |
| | | |||||
| * | React on OC_User::changeUser hook and update the user's vcard | Thomas Müller | 2016-01-20 | 1 | -0/+9 |
| | | |||||
| * | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 11 | -37/+63 |
| | | |||||
* | | Merge pull request #21775 from owncloud/apcu-iterator-constructor | Thomas Müller | 2016-01-20 | 1 | -1/+1 |
|\ \ | | | | | | | Fix constructor arguments for APCUIterator | ||||
| * | | Fix constructor arguments for APCUIterator | Robin Appelman | 2016-01-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #21805 from owncloud/app-dependency-spacing | Frank Karlitschek | 2016-01-20 | 1 | -1/+0 |
|\ \ \ | |_|/ |/| | | remove unneeded margin of app dependencies in app mgmt | ||||
| * | | remove unneeded margin of app dependencies in app mgmt | Jan-Christoph Borchardt | 2016-01-20 | 1 | -1/+0 |
|/ / | |||||
* | | Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displayname | Thomas Müller | 2016-01-20 | 5 | -1/+141 |
|\ \ | | | | | | | LDAP: do not attempt to process user records without display name, fi… | ||||
| * | | LDAP: do not attempt to process user records without display name, fixes ↵ | Arthur Schiwon | 2016-01-11 | 5 | -1/+141 |
| | | | | | | | | | | | | fatal error | ||||
* | | | Merge pull request #21793 from owncloud/di_shareproviderfactory | Thomas Müller | 2016-01-20 | 4 | -6/+28 |
|\ \ \ | | | | | | | | | Properly DI the servercontainer into share provider factory | ||||
| * | | | Properly DI the servercontainer | Roeland Jago Douma | 2016-01-20 | 4 | -6/+28 |
| | | | | |||||
* | | | | Merge pull request #21795 from owncloud/remove-unneeded-markup | Thomas Müller | 2016-01-20 | 2 | -10/+0 |
|\ \ \ \ | |/ / / |/| | | | Remove unneeded markup for scan process - ref #20545 | ||||
| * | | | Remove unneeded markup for scan process - ref #20545 | Morris Jobke | 2016-01-20 | 2 | -10/+0 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 26 | -30/+390 |
| | | | | |||||
* | | | | Merge pull request #21785 from owncloud/cron-sync-system-addressbook | Thomas Müller | 2016-01-20 | 6 | -5/+102 |
|\ \ \ \ | | | | | | | | | | | Add daily cron job to sync system address book | ||||
| * | | | | Install cron job on install and update | Thomas Müller | 2016-01-19 | 3 | -4/+52 |
| | | | | | |||||
| * | | | | Add daily cron job to sync system address book | Thomas Müller | 2016-01-18 | 4 | -2/+51 |
| | | | | | |||||
* | | | | | Merge pull request #21724 from owncloud/fix-occ-app-management-for-group-apps | Thomas Müller | 2016-01-19 | 4 | -14/+70 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix occ app management for group apps | ||||
| * | | | | | Make it possible to enable apps for groups only via occ | Joas Schilling | 2016-01-19 | 2 | -6/+37 |
| | | | | | | |||||
| * | | | | | Make it possible to disable apps via the console, which are not enabled for ↵ | Joas Schilling | 2016-01-19 | 2 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | the current user | ||||
| * | | | | | Make sure to list "group enabled" apps as enabled | Joas Schilling | 2016-01-19 | 2 | -5/+17 |
|/ / / / / | | | | | | | | | | | | | | | | also when they are not enabled for the current user | ||||
* | | | | | Merge pull request #21626 from owncloud/share-addressbooks-with-groups-2 | Thomas Müller | 2016-01-19 | 32 | -113/+587 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Show group shared addressbooks | ||||
| * | | | | Fix test for ensureSystemAddressBookExists | Thomas Müller | 2016-01-18 | 2 | -5/+4 |
| | | | | | |||||
| * | | | | Fix join condition for oracle | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Adjust ctor call | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix xml namespace in test | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Readjust sharing methods | Thomas Müller | 2016-01-18 | 2 | -26/+55 |
| | | | | | |||||
| * | | | | Save access properly | Thomas Müller | 2016-01-18 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Fixing sharing unit test | Thomas Müller | 2016-01-18 | 1 | -6/+8 |
| | | | | | |||||
| * | | | | Fix CalDAV test suite | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Test ownCloud CardDAV sharing using CalDAVTester | Thomas Müller | 2016-01-18 | 21 | -32/+464 |
| | | | | | |||||
| * | | | | Call ctors properly | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix unit test - optimize code | Thomas Müller | 2016-01-18 | 2 | -11/+11 |
| | | | | | |||||
| * | | | | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 6 | -34/+41 |
| |/ / / | |||||
* | | | | Merge pull request #21786 from owncloud/symfony-process | Thomas Müller | 2016-01-19 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | [3rdparty] Bump symfony/process to 2.8.1 | ||||
| * | | | | [3rdparty] Bump symfony/process to 2.8.1 | Roeland Jago Douma | 2016-01-19 | 1 | -0/+0 |
| | | | | | |||||
* | | | | | Merge pull request #21744 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2016-01-19 | 7 | -5/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Scrutinizer Auto-Fixes | ||||
| * | | | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 7 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | | | | | Merge pull request #21774 from owncloud/test-autoload-encryption | Thomas Müller | 2016-01-19 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | always allow autoloading encryption in unit test | ||||
| * | | | | | | always allow autoloading encryption in unit test | Robin Appelman | 2016-01-18 | 1 | -0/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #21788 from owncloud/fix-unit-confusion | Thomas Müller | 2016-01-19 | 7 | -25/+25 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | properly use standard | ||||
| * | | | | | update JS humanFileSize to use KB instead of kB | Morris Jobke | 2016-01-19 | 5 | -22/+22 |
| | | | | | | |||||
| * | | | | | properly use standard | Morris Jobke | 2016-01-19 | 2 | -3/+3 |
|/ / / / / | | | | | | | | | | | | | | | | * JEDEC standard - https://en.wikipedia.org/wiki/JEDEC_memory_standards#Unit_prefixes_for_semiconductor_storage_capacity | ||||
* | | | | | Merge pull request #21781 from owncloud/symfony-routing-2.8.1 | Thomas Müller | 2016-01-18 | 1 | -0/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [3rdparty] Bump symfony/routing to 2.8.1 |