Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more fixes | Julius Härtl | 2022-09-01 | 29 | -165/+195 |
* | Bump bundled files | Julius Härtl | 2022-09-01 | 24 | -199/+322 |
* | Fix profile page rendering | Julius Härtl | 2022-09-01 | 1 | -5/+13 |
* | Fix file list scrolling | Julius Härtl | 2022-09-01 | 2 | -2/+2 |
* | Fix some styling issues with the new containers | Julius Härtl | 2022-09-01 | 4 | -48/+62 |
* | Fix some minor styling issues | Julius Härtl | 2022-09-01 | 1 | -2/+2 |
* | Give header menus a better maximum height for mobile | Julius Härtl | 2022-09-01 | 1 | -1/+1 |
* | Adjust server popover style | Julius Härtl | 2022-09-01 | 1 | -2/+4 |
* | Small top border radius on mobile | Julius Härtl | 2022-09-01 | 1 | -0/+13 |
* | Restore dashboard layout | Julius Härtl | 2022-09-01 | 2 | -7/+48 |
* | Make scroll areas keyboard focussable | Julius Härtl | 2022-09-01 | 6 | -7/+9 |
* | Do not prevent scaling due to accessibility | Julius Härtl | 2022-09-01 | 1 | -1/+1 |
* | Adapt layout to new base css variables | Julius Härtl | 2022-09-01 | 2 | -7/+8 |
* | Fix priority of mobile rules for files app | Julius Härtl | 2022-09-01 | 1 | -1/+1 |
* | Fix indentation | Julius Härtl | 2022-09-01 | 1 | -12/+12 |
* | Drop vue specific styles | Julius Härtl | 2022-09-01 | 1 | -39/+0 |
* | Use proper background image variable | Julius Härtl | 2022-09-01 | 1 | -2/+4 |
* | Fix settings scrolling | Julius Härtl | 2022-09-01 | 1 | -3/+0 |
* | Temporary vue component styles | Julius Härtl | 2022-09-01 | 1 | -0/+39 |
* | Expose full page sidebar state to main app content | Julius Härtl | 2022-09-01 | 1 | -0/+5 |
* | More refactoring of app content areas | Julius Härtl | 2022-09-01 | 7 | -32/+69 |
* | Proof of concept: Redesign app-content | Carl Schwan | 2022-09-01 | 2 | -22/+27 |
* | Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cli | blizzz | 2022-09-01 | 1 | -0/+3 |
|\ | |||||
| * | filter index.php from cloudId | Maxence Lange | 2022-08-31 | 1 | -0/+3 |
* | | Merge pull request #33764 from nextcloud/cloudid-cache | Vincent Petry | 2022-09-01 | 10 | -18/+158 |
|\ \ | |||||
| * | | adjusts tests for CloudIdManager | Robin Appelman | 2022-08-31 | 9 | -12/+79 |
| * | | cache cloud id data in CloudIdManager | Robin Appelman | 2022-08-31 | 2 | -7/+80 |
* | | | Merge pull request #33774 from nextcloud/hash-wrapper-closed-hash | Vincent Petry | 2022-09-01 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | handle cases where the hash context gets cleaned up before the hash wrapper | Robin Appelman | 2022-08-31 | 1 | -1/+5 |
| |/ / | |||||
* | | | Merge pull request #33772 from nextcloud/debug/remember-me-login-token-mispat... | Julius Härtl | 2022-09-01 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | Log if cookie login failed with token mismatch or session unavailability | Christoph Wurst | 2022-08-31 | 1 | -0/+8 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-09-01 | 316 | -1012/+1070 |
* | | | | Merge pull request #33778 from nextcloud/followup/33770/fix-unit-tests | blizzz | 2022-08-31 | 2 | -5/+5 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix unit tests | Joas Schilling | 2022-08-31 | 2 | -5/+5 |
|/ / / | |||||
* | | | Merge pull request #33429 from nextcloud/port-password-vue | Carl Schwan | 2022-08-31 | 15 | -73/+186 |
|\ \ \ | |||||
| * | | | Port password settings to vue | Carl Schwan | 2022-08-31 | 15 | -73/+186 |
* | | | | Merge pull request #33494 from nextcloud/enh/references | Julius Härtl | 2022-08-31 | 23 | -1/+1211 |
|\ \ \ \ | |||||
| * | | | | Inject all dependnencies and increase cache timeout | Julius Härtl | 2022-08-31 | 4 | -7/+14 |
| * | | | | Refactor cache handling | Julius Härtl | 2022-08-31 | 12 | -37/+186 |
| * | | | | Cleanup | Julius Härtl | 2022-08-31 | 15 | -74/+152 |
| * | | | | Limit preview file size | Julius Härtl | 2022-08-31 | 1 | -2/+10 |
| * | | | | Move registration to IBootstrap | Julius Härtl | 2022-08-31 | 4 | -16/+73 |
| * | | | | Add full public interfaces | Julius Härtl | 2022-08-31 | 7 | -10/+150 |
| * | | | | Implement image caching | Julius Härtl | 2022-08-31 | 6 | -45/+163 |
| * | | | | Add cache invalidation | Julius Härtl | 2022-08-31 | 1 | -10/+41 |
| * | | | | Implement reference provider based caching | Julius Härtl | 2022-08-31 | 4 | -13/+56 |
| * | | | | Make reference fetching configurable | Julius Härtl | 2022-08-31 | 2 | -10/+14 |
| * | | | | API for fetching reference metadata | Julius Härtl | 2022-08-31 | 9 | -0/+575 |
| * | | | | Bump 3rdparty to include fusonic/opengraph | Julius Härtl | 2022-08-31 | 1 | -0/+0 |
| |/ / / | |||||
* | | | | Merge pull request #33475 from nextcloud/rakekniven-patch-1 | Simon L | 2022-08-31 | 2 | -2/+2 |
|\ \ \ \ |