Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-06 | 28 | -44/+310 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-05 | 56 | -56/+56 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-04 | 26 | -20/+34 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-03 | 22 | -102/+254 |
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-06-02 | 7 | -25/+116 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-02 | 62 | -78/+308 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-01 | 76 | -104/+208 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-31 | 22 | -102/+108 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 32 | -144/+680 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-29 | 26 | -116/+320 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-28 | 8 | -8/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-27 | 8 | -0/+10 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-26 | 34 | -0/+42 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-25 | 62 | -234/+924 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-24 | 36 | -10/+128 |
* | use the correct param type when getting external storages for groups | Robin Appelman | 2017-05-23 | 1 | -1/+1 |
* | Merge pull request #5005 from nextcloud/bugfix-stable12/fix_replacing_4mbunic... | Roeland Jago Douma | 2017-05-23 | 2 | -2/+2 |
|\ | |||||
| * | fix replacing of 4MB Unicode Chars in cal props table | Georg Ehrke | 2017-05-21 | 2 | -2/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-23 | 88 | -80/+122 |
* | | Add missing version requirement to OAuth2 app | Joas Schilling | 2017-05-22 | 1 | -0/+4 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-22 | 14 | -22/+30 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-21 | 4 | -0/+6 |
* | fix for sharing stable12 | Daniel Hansson | 2017-05-20 | 1 | -0/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-20 | 12 | -2/+22 |
* | Scale logo only for custom ones | Julius Härtl | 2017-05-19 | 3 | -5/+14 |
* | Fix logo being too big on log in page, fix #4585 | Jan-Christoph Borchardt | 2017-05-19 | 1 | -2/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-19 | 62 | -132/+26 |
* | Merge pull request #4894 from nextcloud/generic-security-activities | Lukas Reschke | 2017-05-19 | 9 | -505/+2 |
|\ | |||||
| * | Fix backup codes activity type | Christoph Wurst | 2017-05-18 | 1 | -1/+1 |
| * | Publish 2fa backup codes activities to the right stream | Christoph Wurst | 2017-05-18 | 1 | -1/+1 |
| * | Move activities test code | Christoph Wurst | 2017-05-18 | 3 | -288/+0 |
| * | Change 2FA activities to more generic security activities | Christoph Wurst | 2017-05-18 | 4 | -215/+0 |
* | | Merge pull request #4704 from nextcloud/add-oauth-code-flow-support | Lukas Reschke | 2017-05-18 | 30 | -6/+1650 |
|\ \ | |||||
| * | | Function accepts only integers | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 1 | -0/+4 |
| * | | Make legacy DAV backend use the BearerAuth backend as well | Lukas Reschke | 2017-05-18 | 4 | -6/+17 |
| * | | Delete token after usage in test | Lukas Reschke | 2017-05-18 | 1 | -0/+1 |
| * | | Add indexes | Lukas Reschke | 2017-05-18 | 2 | -1/+22 |
| * | | Use Bearer backend for SabreDAV | Lukas Reschke | 2017-05-18 | 6 | -12/+220 |
| * | | Add tests for OAuth2 app | Lukas Reschke | 2017-05-18 | 8 | -8/+562 |
| * | | Fix style issues pointed out in review | Lukas Reschke | 2017-05-18 | 2 | -2/+1 |
| * | | Add OAuth state to session | Lukas Reschke | 2017-05-18 | 1 | -8/+9 |
| * | | Cleanup code | Lukas Reschke | 2017-05-18 | 2 | -3/+6 |
| * | | Add XSD definitions | Lukas Reschke | 2017-05-18 | 2 | -3/+3 |
| * | | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 4 | -4/+53 |
| * | | hide client secret by default | Bjoern Schiessle | 2017-05-18 | 3 | -2/+26 |
| * | | handle case if no valid client identifier is given | Bjoern Schiessle | 2017-05-18 | 1 | -0/+5 |
| * | | It's a bearer | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | Fetch signle row | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
| * | | Change to POST | Lukas Reschke | 2017-05-18 | 1 | -2/+1 |