| Commit message (Expand) | Author | Age | Files | Lines |
* | Lint fix | John Molakvoæ (skjnldsv) | 2021-03-17 | 4 | -9/+18 |
* | Allow admins to disable the login form | Roeland Jago Douma | 2021-03-08 | 2 | -1/+15 |
* | Kill jstimezonedetect from bundle | Roeland Jago Douma | 2021-03-03 | 1 | -2/+0 |
* | Fix admin password strengthify tooltip | Richard Steinmetz | 2021-02-22 | 1 | -0/+3 |
* | Kill DOMPurify from main bundle | Roeland Jago Douma | 2021-02-03 | 1 | -2/+0 |
* | do not lower case search provider names on web ui | Arthur Schiwon | 2021-01-25 | 1 | -1/+1 |
* | Fix encoding issue with OC.Notification.show | Joas Schilling | 2021-01-20 | 1 | -1/+10 |
* | Readd element ID after component mount. | Joas Schilling | 2021-01-18 | 1 | -1/+5 |
* | fix-dialog-buttons | Marco Ambrosini | 2020-12-18 | 1 | -1/+3 |
* | Fix untranslated "User disabled" on login screen | Nina Pypchenko | 2020-12-16 | 1 | -1/+1 |
* | fix loading mtime of new file in conflict dialog in firefox | Robin Appelman | 2020-12-01 | 1 | -4/+4 |
* | Fetch quota with files propfind | Julius Härtl | 2020-11-17 | 2 | -0/+9 |
* | Bump jquery from 2.2.4 to 3.1.0 | Christoph Wurst | 2020-11-13 | 2 | -5/+7 |
* | Do not print deprecation warnings during testing | Christoph Wurst | 2020-11-10 | 2 | -4/+12 |
* | Merge pull request #23798 from nextcloud/add/default_font_size | marco | 2020-11-03 | 2 | -2/+2 |
|\ |
|
| * | Add default font size | GretaD | 2020-11-03 | 2 | -2/+2 |
* | | Merge pull request #23785 from nextcloud/bugfix/21459/workaround-snap-js | Julius Härtl | 2020-11-03 | 1 | -8/+64 |
|\ \ |
|
| * | | Work around snap.js state mess | Vincent Petry | 2020-11-02 | 1 | -8/+64 |
| |/ |
|
* / | ensure filepicker list is empty before populating | Robin Appelman | 2020-11-02 | 1 | -0/+2 |
|/ |
|
* | Change font-weight and font-size for empty search | Jacob Neplokh | 2020-10-31 | 1 | -0/+2 |
* | catch errors when closing file conflict dialog | Robin Appelman | 2020-10-28 | 1 | -1/+5 |
* | Compile assets | npmbuildbot[bot] | 2020-10-28 | 1 | -5/+5 |
* | Encode requesttoken for logout url in auto logout | Julius Härtl | 2020-10-13 | 1 | -1/+1 |
* | Fix password visibility toggles | Richard Steinmetz | 2020-10-10 | 1 | -0/+5 |
* | Add padding to the empty content and center it | Joas Schilling | 2020-09-22 | 1 | -0/+5 |
* | Prevent empty search placeholder | John Molakvoæ (skjnldsv) | 2020-09-18 | 1 | -24/+39 |
* | Build assets and fix unified search event syntax | John Molakvoæ (skjnldsv) | 2020-09-18 | 1 | -3/+3 |
* | Properly show loading state if there are still pending requests | John Molakvoæ (skjnldsv) | 2020-09-18 | 1 | -1/+9 |
* | Properly use form role=search and unify reset button | John Molakvoæ (skjnldsv) | 2020-09-18 | 2 | -52/+145 |
* | Fix loading error catch | John Molakvoæ (skjnldsv) | 2020-09-18 | 7 | -36/+55 |
* | Recommended apps: Fix loading spinner color | Jan C. Borchardt | 2020-09-15 | 1 | -1/+1 |
* | Recommended apps: Empty alt text since the app logo is decorative | Jan C. Borchardt | 2020-09-15 | 1 | -1/+1 |
* | Add users and apps inner search and add HeaderMenu cancel | John Molakvoæ (skjnldsv) | 2020-09-14 | 2 | -15/+30 |
* | Move unified search to OCS api | Joas Schilling | 2020-09-07 | 2 | -16/+17 |
* | Adjust acceptance tests to changes in @nextcloud/vue 2.6.3 | Daniel Calviño Sánchez | 2020-09-03 | 2 | -5/+2 |
* | Bump @nextcloud/vue to v2.6.3 | John Molakvoæ (skjnldsv) | 2020-09-03 | 1 | -1/+1 |
* | Fix search placeholder animation & dark theme compatibility | John Molakvoæ (skjnldsv) | 2020-09-03 | 5 | -167/+138 |
* | Allow unified search filtering | John Molakvoæ (skjnldsv) | 2020-09-03 | 4 | -7/+188 |
* | Emit unified search query | Raimund Schlüßler | 2020-09-02 | 1 | -0/+5 |
* | Declare OCA.Search directly, not via a monkey patch | Christoph Wurst | 2020-08-31 | 3 | -13/+42 |
* | Make ellipsized unified search results visible on hover | Christoph Wurst | 2020-08-26 | 1 | -2/+2 |
* | Provide from on the search query too | Joas Schilling | 2020-08-26 | 1 | -0/+2 |
* | Add the missing cursor parameter to unified search requests | Christoph Wurst | 2020-08-26 | 2 | -3/+8 |
* | Fix dark-theme selector | Joas Schilling | 2020-08-21 | 1 | -1/+1 |
* | Hand in the route and the parameters of the request | Joas Schilling | 2020-08-05 | 2 | -19/+13 |
* | Make apps handle the order logic | John Molakvoæ (skjnldsv) | 2020-08-05 | 2 | -37/+9 |
* | Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,... | John Molakvoæ (skjnldsv) | 2020-08-04 | 4 | -20/+184 |
* | Remove outdated legacy search scripts | John Molakvoæ (skjnldsv) | 2020-08-04 | 3 | -43/+12 |
* | Fix unified search | John Molakvoæ (skjnldsv) | 2020-08-03 | 7 | -2/+517 |
* | Unified search UI | John Molakvoæ (skjnldsv) | 2020-08-03 | 1 | -0/+505 |