Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Show delete working icon at the same position as the delete icon | Daniel Calviño Sánchez | 2017-11-24 | 2 | -2/+4 | |
| * | | Show submit working icon at the same position as the submit confirm icon | Daniel Calviño Sánchez | 2017-11-24 | 1 | -0/+14 | |
* | | | Merge pull request #7251 from nextcloud/contact-menu-position-fix | Morris Jobke | 2017-11-27 | 1 | -9/+14 | |
|\ \ \ | ||||||
| * | | | Fixed alignment of items in comments | John Molakvoæ (skjnldsv) | 2017-11-23 | 1 | -8/+13 | |
| * | | | Fix contacts menu vertical position for comment authors | Daniel Calviño Sánchez | 2017-11-23 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Fix unit tests | Morris Jobke | 2017-11-27 | 2 | -3/+3 | |
* | | | that has since been deleted, ID to node | Allan Nordhøy | 2017-11-27 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | Disable elements while a comment is being deleted | Daniel Calviño Sánchez | 2017-11-24 | 2 | -2/+13 | |
|/ | ||||||
* | Force breaks on extremely long words | Daniel Calviño Sánchez | 2017-11-17 | 1 | -0/+2 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 12 | -14/+334 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 10 | -0/+330 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-08 | 2 | -2/+56 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 2 | -0/+66 | |
* | Update license headers | Morris Jobke | 2017-11-06 | 15 | -26/+52 | |
* | Add variable for border-radius | Jan-Christoph Borchardt | 2017-11-03 | 1 | -1/+1 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-03 | 4 | -0/+132 | |
* | update autoloader | Arthur Schiwon | 2017-11-01 | 2 | -0/+4 | |
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 15 | -23/+722 | |
|\ | ||||||
| * | Merge pull request #6875 from nextcloud/app_autoloaders | Joas Schilling | 2017-11-01 | 9 | -0/+619 | |
| |\ | ||||||
| | * | Comments Autoloader | Roeland Jago Douma | 2017-10-24 | 9 | -0/+619 | |
| * | | Merge pull request #6849 from nextcloud/fix-missing-translation-of-personal-c... | blizzz | 2017-10-31 | 1 | -0/+6 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Add a doc why this should not be removed | Joas Schilling | 2017-10-23 | 1 | -0/+6 | |
| * | | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 2 | -21/+31 | |
| * | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-24 | 2 | -0/+66 | |
| * | | Box-shadow does not need vendor prefix anymore | Morris Jobke | 2017-10-23 | 1 | -2/+0 | |
| |/ | ||||||
* | | adjust jsunit tests | Arthur Schiwon | 2017-11-01 | 2 | -9/+14 | |
* | | fix avatar loading for generic placeholders | Arthur Schiwon | 2017-10-31 | 1 | -1/+1 | |
* | | remove more vendor-imported files that aren't necessary | Arthur Schiwon | 2017-10-31 | 8 | -260/+0 | |
* | | simplify registration of manager in server container | Arthur Schiwon | 2017-10-31 | 1 | -1/+2 | |
* | | only ship minimized js files | Arthur Schiwon | 2017-10-31 | 154 | -35552/+0 | |
* | | fix comment sorter | Arthur Schiwon | 2017-10-30 | 3 | -8/+32 | |
* | | preserve line breaks | Arthur Schiwon | 2017-10-30 | 1 | -0/+10 | |
* | | configurable amount of autocomplete results in comments | Arthur Schiwon | 2017-10-27 | 4 | -1/+126 | |
* | | avatar css fixes | Arthur Schiwon | 2017-10-27 | 1 | -2/+10 | |
* | | apply our theming | Arthur Schiwon | 2017-10-27 | 4 | -5/+95 | |
* | | autocomplete on demand | Arthur Schiwon | 2017-10-26 | 1 | -13/+19 | |
* | | enable autocomplete when editing comments | Arthur Schiwon | 2017-10-23 | 1 | -49/+75 | |
* | | fix unstable comment order | Arthur Schiwon | 2017-10-23 | 1 | -13/+19 | |
* | | fix contactsmenu-popup | Arthur Schiwon | 2017-10-22 | 1 | -0/+1 | |
* | | convert mentions after save to the plain format we use | Arthur Schiwon | 2017-10-22 | 1 | -43/+89 | |
* | | when writing a comment, render mentions as they'd appear anywhere | Arthur Schiwon | 2017-10-22 | 1 | -12/+38 | |
* | | turn textarea to contenteditable div | Arthur Schiwon | 2017-10-22 | 2 | -15/+49 | |
* | | setup atwho autocomplete | Arthur Schiwon | 2017-10-22 | 1 | -0/+23 | |
* | | add At.js and dependencies | Arthur Schiwon | 2017-10-22 | 168 | -1/+35823 | |
* | | fix class name in info.xml | Arthur Schiwon | 2017-10-22 | 1 | -1/+1 | |
* | | ensure that sorting is stable | Arthur Schiwon | 2017-10-22 | 2 | -4/+15 | |
* | | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 3 | -0/+246 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-07 | 2 | -2/+54 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-04 | 4 | -24/+52 | |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-30 | 2 | -2/+56 |