Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Flex to controls | John Molakvoæ | 2017-11-08 | 1 | -2/+3 | |
| * | | | | Breadcrumbs hiding calculation | John Molakvoæ | 2017-11-08 | 1 | -55/+25 | |
* | | | | | Theming: bump version to retrigger icon generation | Julius Härtl | 2017-11-13 | 1 | -1/+1 | |
* | | | | | Theming: Fix tests for favicon containing multiple sizes | Julius Härtl | 2017-11-13 | 2 | -3/+18 | |
* | | | | | Theming: Generate favicon sizes to avoid resizing issues done by the browser | Julius Härtl | 2017-11-13 | 2 | -2/+26 | |
* | | | | | Merge pull request #6678 from nextcloud/downstream-ldap-configurable-user-update | John Molakvoæ | 2017-11-13 | 2 | -3/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed indentation | sidey79 | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | Fixed typo from last commit | sidey79 | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | Update testUpdateNoRefresh | sidey79 | 2017-11-10 | 1 | -1/+8 | |
| * | | | | | tryfix needsRefresh unit tests | sidey79 | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | Fixed Typo in user.php | sidey79 | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | Update User.php | sidey79 | 2017-11-10 | 1 | -2/+1 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-13 | 6 | -0/+12 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | [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 |