Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for query builder (i)like | Robin Appelman | 2017-03-30 | 2 | -1/+107 |
* | dont double escape | Robin Appelman | 2017-03-30 | 2 | -2/+0 |
* | update autoloader | Robin Appelman | 2017-03-30 | 2 | -0/+12 |
* | fix licence headers | Robin Appelman | 2017-03-30 | 6 | -48/+54 |
* | Move all children of a folder in a single query | Robin Appelman | 2017-03-30 | 1 | -18/+27 |
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 8 | -0/+326 |
* | add support for escaping like parameters when using the query builder | Robin Appelman | 2017-03-30 | 4 | -8/+62 |
* | Add MD5() to sqlite | Robin Appelman | 2017-03-30 | 1 | -0/+3 |
* | Merge pull request #4132 from nextcloud/fix-safari-gzip | Lukas Reschke | 2017-03-30 | 8 | -18/+18 |
|\ | |||||
| * | Fix gzip files for Safari | Morris Jobke | 2017-03-29 | 8 | -18/+18 |
* | | Merge pull request #4100 from nextcloud/header-indicator | Morris Jobke | 2017-03-29 | 2 | -2/+26 |
|\ \ | |||||
| * | | adjust opacity of search and gear icons in header | Jan-Christoph Borchardt | 2017-03-27 | 2 | -2/+7 |
| * | | add pointer finger to full clickable app icon area | Jan-Christoph Borchardt | 2017-03-27 | 1 | -0/+1 |
| * | | show triangle below user menu too when an entry inside there is active | Jan-Christoph Borchardt | 2017-03-27 | 1 | -0/+18 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-30 | 98 | -308/+402 |
* | | | Merge pull request #4142 from nextcloud/numeric_avatar | Morris Jobke | 2017-03-29 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | Fix tests | Roeland Jago Douma | 2017-03-29 | 1 | -2/+6 |
| * | | | Allow avatars for full numeric users | Roeland Jago Douma | 2017-03-29 | 1 | -0/+3 |
* | | | | Merge pull request #4141 from nextcloud/ldap-downstream-9 | Morris Jobke | 2017-03-29 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Convert the group limit to match the same behaviour as the user search | Juan Pablo Villafáñez | 2017-03-29 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Merge pull request #4145 from nextcloud/ldap-downstream-54 | Roeland Jago Douma | 2017-03-29 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Add tooltips to LDAP wizard special attributtes | David Toledo | 2017-03-29 | 1 | -3/+3 |
| |/ / / | |||||
* | | | | Merge pull request #4108 from nextcloud/color-variable-rename | Roeland Jago Douma | 2017-03-29 | 20 | -40/+43 |
|\ \ \ \ | |||||
| * | | | | also rename defaultMailHeaderColor to defaultColorPrimary | Jan-Christoph Borchardt | 2017-03-29 | 1 | -4/+4 |
| * | | | | Add fallback to getMailHeaderColor so we don't break existing themes | Julius Härtl | 2017-03-29 | 1 | -2/+5 |
| * | | | | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 20 | -37/+37 |
| |/ / / | |||||
* | | | | Merge pull request #3329 from andreas-p/ldap_no-memberof-with-memberuid | Roeland Jago Douma | 2017-03-29 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://github.com/nextcloud/server into ldap_no-mem... | Andreas Pflug | 2017-01-31 | 44 | -192/+1037 |
| |\ \ \ \ | |||||
| * | | | | | Don't try to use memberof on posixgroups, since it doesn't support | Andreas Pflug | 2017-01-31 | 1 | -1/+3 |
* | | | | | | Merge pull request #4062 from nextcloud/downstream-26872 | Morris Jobke | 2017-03-29 | 8 | -3/+427 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Don't output jpeg if we request png | Roeland Jago Douma | 2017-03-29 | 1 | -1/+2 |
| * | | | | | Fix PHPDoc | Lukas Reschke | 2017-03-29 | 1 | -1/+1 |
| * | | | | | Fix inspection results | Roeland Jago Douma | 2017-03-29 | 3 | -22/+23 |
| * | | | | | Adding AvatarNodeTest | Thomas Müller | 2017-03-29 | 2 | -1/+48 |
| * | | | | | Adding AvatarHomeTest | Thomas Müller | 2017-03-29 | 4 | -9/+147 |
| * | | | | | Return last modification time to allow proper listing in cadaver | Thomas Müller | 2017-03-29 | 1 | -4/+9 |
| * | | | | | Adding dav resource for avatars | Thomas Müller | 2017-03-29 | 5 | -1/+233 |
* | | | | | | Merge pull request #4116 from nextcloud/swift-cache-token | Roeland Jago Douma | 2017-03-29 | 2 | -10/+62 |
|\ \ \ \ \ \ | |||||
| * | | | | | | serialize the token to json instead of using php's serialize | Robin Appelman | 2017-03-28 | 1 | -10/+36 |
| * | | | | | | cache swift tokens in memcache | Robin Appelman | 2017-03-28 | 1 | -10/+36 |
| * | | | | | | update rackspace/opencloud to 1.16.0 | Robin Appelman | 2017-03-28 | 1 | -0/+0 |
* | | | | | | | Merge pull request #4066 from nextcloud/always-fix-the-values-live | Roeland Jago Douma | 2017-03-29 | 7 | -452/+371 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Directly fix the values | Joas Schilling | 2017-03-26 | 7 | -452/+371 |
* | | | | | | | | Merge pull request #4130 from nextcloud/replace-useless-print-unescaped-with-p | Joas Schilling | 2017-03-29 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Replace unecessary unescaped prints with print | Lukas Reschke | 2017-03-29 | 2 | -2/+2 |
* | | | | | | | | | Merge pull request #4129 from nextcloud/remove-verbose-error-message | Joas Schilling | 2017-03-29 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove verbose error message | Lukas Reschke | 2017-03-29 | 1 | -2/+3 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4060 from nextcloud/shared_by_for_own_calendars | Morris Jobke | 2017-03-29 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | fix bug with shared_by for own calendars if shared | Georg Ehrke | 2017-03-25 | 2 | -0/+8 |
* | | | | | | | | | Merge pull request #4091 from nextcloud/Rudloff-manifest | Morris Jobke | 2017-03-28 | 10 | -113/+129 |
|\ \ \ \ \ \ \ \ \ |