| Commit message (Expand) | Author | Age | Files | Lines |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+0 |
* | Document the behaviour inline | Morris Jobke | 2020-11-04 | 1 | -0/+2 |
* | No need to check if there is an avatar available, because it is generated on ... | Morris Jobke | 2020-11-02 | 1 | -1/+1 |
* | Make sure that getConfig is still called for browsers that do not support CSPv3 | Julius Härtl | 2020-09-07 | 1 | -14/+15 |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -2/+3 |
* | Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,... | John Molakvoæ (skjnldsv) | 2020-08-04 | 1 | -3/+13 |
* | Fix unified search | John Molakvoæ (skjnldsv) | 2020-08-03 | 1 | -12/+19 |
* | Add constants for the magic strings of template rendering | Joas Schilling | 2020-07-16 | 1 | -6/+7 |
* | Provide config though initial state service | Julius Härtl | 2020-04-23 | 1 | -1/+3 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -19/+14 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -12/+12 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -1/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -6/+6 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+2 |
* | Merge pull request #17674 from nextcloud/enh/do_not_show_footer_sub | Roeland Jago Douma | 2019-10-30 | 1 | -1/+9 |
|\ |
|
| * | Do not show 'Get your own free account' on services under subscription | Roeland Jago Douma | 2019-10-25 | 1 | -1/+9 |
* | | Don't pass in the locale as the language | Roeland Jago Douma | 2019-10-25 | 1 | -2/+1 |
|/ |
|
* | autoloader.php could raise Not AllowedException | Guillaume COMPAGNON | 2019-08-20 | 1 | -0/+2 |
* | Fix "Undefined index: user_uid" on login page | Joas Schilling | 2019-02-22 | 1 | -4/+6 |
* | Fix OC.getCurrentUser() on guest pages | Joas Schilling | 2019-02-19 | 1 | -0/+4 |
* | Provide initial state | Roeland Jago Douma | 2019-01-29 | 1 | -0/+4 |
* | SCSS cache buster is a combination of apps/theming/scc_vars | Roeland Jago Douma | 2018-12-20 | 1 | -1/+8 |
* | Remove outdated integrity warning on each page | Morris Jobke | 2018-11-12 | 1 | -6/+0 |
* | Fallback to $lang if no $locale match | John Molakvoæ (skjnldsv) | 2018-09-13 | 1 | -1/+1 |
* | Use user locale as default in the template | John Molakvoæ (skjnldsv) | 2018-09-10 | 1 | -2/+5 |
* | Show link to simple sign up page | Morris Jobke | 2018-08-23 | 1 | -0/+1 |
* | Design structure fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -0/+4 |
* | Enable SCSS for guest pages | Daniel Calviño Sánchez | 2018-07-13 | 1 | -1/+2 |
* | fix use of findLocale | Georg Ehrke | 2018-06-27 | 1 | -1/+1 |
* | OC.getLocale() now returns Locale and no longer Language | Thomas Citharel | 2018-06-27 | 1 | -1/+2 |
* | Use JSCombiner from server container when searching for JS files | Julius Härtl | 2018-03-07 | 1 | -7/+1 |
* | Merge pull request #7363 from nextcloud/default-share-perms | Morris Jobke | 2018-02-27 | 1 | -1/+2 |
|\ |
|
| * | expose capabilities in js | Bjoern Schiessle | 2018-02-27 | 1 | -1/+2 |
* | | Enable renderAs public page | Julius Härtl | 2018-02-27 | 1 | -0/+4 |
|/ |
|
* | Deprecate static methods and use Navigation manager | Julius Härtl | 2018-02-12 | 1 | -2/+2 |
* | Use proper lanugage in langauge code | Roeland Jago Douma | 2018-02-07 | 1 | -1/+3 |
* | Load guest css on any guest and error page | Julius Härtl | 2018-02-02 | 1 | -1/+3 |
* | Use correct L10N files for jsconfig | Roeland Jago Douma | 2018-01-05 | 1 | -1/+1 |
* | Invert app icons on IE11 as well | Julius Härtl | 2018-01-03 | 1 | -0/+9 |
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
* | Fix 500 on setup page | Morris Jobke | 2017-12-11 | 1 | -10/+15 |
* | Fix syntax error | Morris Jobke | 2017-12-11 | 1 | -1/+1 |
* | Fixed phpdoc and function type | John Molakvoæ (skjnldsv) | 2017-12-11 | 1 | -2/+8 |
* | Fixed md5 generation and added fallback for scss requests | John Molakvoæ (skjnldsv) | 2017-12-11 | 1 | -6/+32 |
* | Use apps versions to generate suffix when possible | John Molakvoæ (skjnldsv) | 2017-12-11 | 1 | -5/+14 |