Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-12 | 58 | -256/+354 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 262 | -346/+11700 |
* | Merge pull request #7056 from nextcloud/oc-28415-enable-chunking-in-authentic... | blizzz | 2017-11-10 | 5 | -14/+75 |
|\ | |||||
| * | Enable chunking for bigger files in authenticated web upload | Vincent Petry | 2017-11-03 | 5 | -14/+75 |
* | | Merge pull request #7057 from nextcloud/ldap-sync-split | Lukas Reschke | 2017-11-10 | 21 | -588/+1273 |
|\ \ | |||||
| * | | resolve DI | Arthur Schiwon | 2017-11-09 | 8 | -80/+115 |
| * | | fix unit tests after rebase | Arthur Schiwon | 2017-11-09 | 2 | -48/+67 |
| * | | add Sync test | Arthur Schiwon | 2017-11-09 | 2 | -8/+136 |
| * | | adjust tests | Arthur Schiwon | 2017-11-09 | 5 | -403/+413 |
| * | | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 11 | -35/+418 |
| * | | don't skip updating when ajax is set as background job mode | Arthur Schiwon | 2017-11-09 | 5 | -11/+92 |
| * | | move ldap user sync to background (WIP) | Arthur Schiwon | 2017-11-09 | 2 | -106/+135 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 226 | -26/+12096 |
* | | | Merge pull request #7112 from nextcloud/theming-imagemagick-hint | Morris Jobke | 2017-11-09 | 4 | -0/+21 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix unit tests | Morris Jobke | 2017-11-09 | 1 | -0/+4 |
| * | | Theming: add hint about favicon generation | Julius Härtl | 2017-11-08 | 3 | -0/+17 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-09 | 2 | -0/+2 |
* | | | Merge pull request #7046 from nextcloud/hide-summary-file-actions-when-select... | Morris Jobke | 2017-11-09 | 2 | -0/+43 |
|\ \ \ | |||||
| * | | | Hide summary file actions when a selected file does not match | Daniel Calviño Sánchez | 2017-11-02 | 2 | -0/+43 |
| | |/ | |/| | |||||
* | | | Merge pull request #6846 from nextcloud/filelist-confict-path | Morris Jobke | 2017-11-09 | 1 | -14/+17 |
|\ \ \ | |||||
| * | | | never show '/' as path for conflicting file names | Robin Appelman | 2017-11-07 | 1 | -1/+3 |
| * | | | still trigger conflict resolution for existing entries when the current entry... | Robin Appelman | 2017-11-07 | 1 | -15/+16 |
* | | | | Merge pull request #5568 from nextcloud/ldap-agent-credentials-safe | Lukas Reschke | 2017-11-09 | 6 | -20/+62 |
|\ \ \ \ | |||||
| * | | | | fix saving changes… | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| * | | | | add some whitespace around credential elements | Arthur Schiwon | 2017-10-27 | 1 | -0/+2 |
| * | | | | fix creating an empty configuration | Arthur Schiwon | 2017-10-27 | 1 | -3/+5 |
| * | | | | add save button for setting LDAP Agent DN and Password | Arthur Schiwon | 2017-10-27 | 3 | -4/+48 |
| * | | | | Fix regression: undesired writes to the DB | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| * | | | | LDAP: only write actually changes values to the DB | Arthur Schiwon | 2017-10-27 | 1 | -2/+8 |
| * | | | | first, remove the hack | Arthur Schiwon | 2017-10-27 | 2 | -12/+0 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-09 | 102 | -138/+340 |
* | | | | | Merge pull request #6788 from staabm/master | Lukas Reschke | 2017-11-08 | 8 | -10/+10 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Prevent XSS in links which open a new browser window | Markus Staab | 2017-10-19 | 8 | -10/+10 |
* | | | | | Merge pull request #7064 from nextcloud/popover-fix | Roeland Jago Douma | 2017-11-08 | 2 | -52/+46 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed sharing popover and removed unused old code | John Molakvoæ (skjnldsv) | 2017-11-07 | 1 | -11/+2 |
| * | | | | | Reduce spread of css selector for a.action | John Molakvoæ (skjnldsv) | 2017-11-07 | 1 | -41/+44 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-08 | 36 | -58/+1342 |
* | | | | | | Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal... | Lukas Reschke | 2017-11-07 | 3 | -8/+115 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ensure uid for calendar objects is unique | Georg Ehrke | 2017-11-06 | 3 | -8/+115 |
* | | | | | | | Merge pull request #7075 from nextcloud/remove-unused-variables | Roeland Jago Douma | 2017-11-07 | 7 | -24/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove unused variables | Morris Jobke | 2017-11-06 | 7 | -24/+5 |
* | | | | | | | | Theming: expose element color though capabilities API | Julius Härtl | 2017-11-07 | 3 | -5/+8 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 54 | -0/+3214 |
* | | | | | | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 63 | -48/+63 |
* | | | | | | | Update license headers | Morris Jobke | 2017-11-06 | 558 | -451/+1689 |
* | | | | | | | Merge pull request #5321 from coletivoEITA/user_ldap_plugins_structure | Morris Jobke | 2017-11-06 | 37 | -173/+2801 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | User_LDAP plugins: smaller fixes | Vinicius Cubas Brand | 2017-11-03 | 13 | -63/+127 |
| * | | | | | | | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 33 | -172/+2736 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #6402 from nextcloud/dav-email-customization | Morris Jobke | 2017-11-06 | 4 | -48/+375 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fancify invitation emails | Georg Ehrke | 2017-11-03 | 2 | -45/+253 |