| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-version | Ferdinand Thiessen | 2024-10-14 | 1 | -47/+57 |
* | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-support | Joas Schilling | 2024-09-23 | 1 | -1/+1 |
* | feat(rtl): Set layout direction based on language | ali ghorbani | 2024-09-23 | 1 | -1/+3 |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -0/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -4/+4 |
* | fix(TemplateLayout): Use NavigationManager to get default app name | provokateurin | 2024-09-09 | 1 | -5/+4 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
* | fix: Support Safari mobile | Ferdinand Thiessen | 2024-08-21 | 1 | -1/+1 |
* | fix: Disable auto-zoom on iOS | Ferdinand Thiessen | 2024-08-21 | 1 | -0/+9 |
* | feat: Add new forbidden filename options to Capabilities | Ferdinand Thiessen | 2024-07-11 | 1 | -0/+2 |
* | chore: Make active apps initial state consistent with OCS API | Ferdinand Thiessen | 2024-07-10 | 1 | -1/+1 |
* | Merge pull request #43942 from nextcloud/fix/43612/avoid-pwd-confirm-sso | Arthur Schiwon | 2024-06-07 | 1 | -1/+3 |
|\ |
|
| * | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-05 | 1 | -1/+3 |
* | | Merge branch 'master' into refactor/OC-Server-getL10NFactory | John Molakvoæ | 2024-05-30 | 1 | -46/+35 |
|\| |
|
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -39/+4 |
| * | fix: php-cs `CapabilitiesManager` | John Molakvoæ | 2024-03-15 | 1 | -1/+0 |
| * | Refactor `OC\Server::getCapabilitiesManager` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
| * | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 1 | -1/+1 |
| * | Add global accessibility switch | Louis Chemineau | 2023-12-19 | 1 | -2/+2 |
| * | Rename "global search" to "unified search" | fenn-cs | 2023-12-12 | 1 | -2/+2 |
| * | Enable new global search by default | fenn-cs | 2023-11-30 | 1 | -5/+2 |
| * | feat: update sign up link in share pages | Luka Trovic | 2023-11-21 | 1 | -0/+16 |
| * | Add unified search toggle in config | fenn-cs | 2023-11-10 | 1 | -6/+12 |
| * | Feat: New UI global search | fenn-cs | 2023-11-10 | 1 | -0/+1 |
| * | Make logo in header clickable in the shared file view | Konstantin Myakshin | 2023-10-04 | 1 | -0/+4 |
| * | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-07-07 | 1 | -1/+1 |
* | | Refactor `OC\Server::getL10NFactory` | Andrew Summers | 2023-08-29 | 1 | -3/+4 |
|/ |
|
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -3/+3 |
* | Update TemplateLayout.php | Faraz Samapoor | 2023-05-17 | 1 | -1/+1 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -3/+3 |
* | Add label for logo link | Christopher Ng | 2023-03-29 | 1 | -1/+7 |
* | Port user menu to Vue | Christopher Ng | 2023-02-09 | 1 | -2/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Revert "Add alt to the logo, adapt css for logo" | John Molakvoæ | 2023-01-17 | 1 | -5/+4 |
* | Merge pull request #35071 from nextcloud/fix/384-missing_alt_text_for_logo_on... | Julia Kirschenheuter | 2022-12-08 | 1 | -4/+5 |
|\ |
|
| * | Add alt to the logo, adapt css for logo | julia.kirschenheuter | 2022-12-08 | 1 | -4/+5 |
* | | Use single resource locator instance | Julius Härtl | 2022-12-07 | 1 | -25/+18 |
|/ |
|
* | Allow single character search by default | Christopher Ng | 2022-11-11 | 1 | -1/+1 |
* | Move app menu to vue | Julius Härtl | 2022-08-31 | 1 | -0/+1 |
* | Add skip content buttons to the public page layout | Julius Härtl | 2022-07-18 | 1 | -2/+2 |
* | Allow to override #app-content and #app-navigation hrefs for content skipping | Julius Härtl | 2022-07-16 | 1 | -0/+3 |
* | Remove SCSSCacher | John Molakvoæ | 2022-05-13 | 1 | -8/+0 |
* | Fix `Undefined array key "enabledThemes"` on layout.user.php | John Molakvoæ | 2022-04-28 | 1 | -0/+1 |
* | Fix default fallback theme on setup ang guests pages | John Molakvoæ | 2022-04-26 | 1 | -1/+2 |
* | Add default theming disabled fallback | John Molakvoæ | 2022-04-22 | 1 | -0/+5 |
* | Write body theme selector straight in the template | John Molakvoæ | 2022-04-21 | 1 | -0/+8 |
* | Start theming providers | Joas Schilling | 2022-04-21 | 1 | -11/+0 |
* | Make typeahead and search limit/length configurable | Julius Härtl | 2022-04-13 | 1 | -1/+3 |
* | Retrieve user status only once when displaying page | Carl Schwan | 2022-04-05 | 1 | -13/+0 |