Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Use rich object subjects | Joas Schilling | 2019-02-01 | 1 | -6/+13 | |
| * | | | Don't cast tokenId to string | Daniel Kesselberg | 2019-01-30 | 1 | -1/+1 | |
| * | | | Add test for destroy with invalid user | Daniel Kesselberg | 2019-01-30 | 1 | -33/+88 | |
| * | | | Add token name for delete activity | Daniel Kesselberg | 2019-01-30 | 2 | -10/+31 | |
| * | | | Publish event for app token create/update/delete | Daniel Kesselberg | 2019-01-30 | 3 | -16/+73 | |
* | | | | Merge pull request #13796 from nextcloud/design/settings-caldav | Roeland Jago Douma | 2019-02-01 | 2 | -1/+37 | |
|\ \ \ \ | ||||||
| * | | | | make text in Groupware Settings translateable | Georg Ehrke | 2019-02-01 | 1 | -3/+16 | |
| * | | | | fix link to Calendar app in Groupware page | Georg Ehrke | 2019-02-01 | 1 | -1/+1 | |
| * | | | | Turn "email server" in groupware settings to link to mail settings | Georg Ehrke | 2019-02-01 | 1 | -1/+13 | |
| * | | | | Keep Calendar server settings in groupware but link mail server settings | Jan-Christoph Borchardt | 2019-02-01 | 3 | -3/+3 | |
| * | | | | Calendar server: Link Calendar app and calendar sync docs | Jan-Christoph Borchardt | 2019-02-01 | 1 | -0/+2 | |
| * | | | | Improve design of description below label of checkbox or radio button | Jan-Christoph Borchardt | 2019-02-01 | 1 | -0/+9 | |
| * | | | | Move calendar settings into basic settings | Jan-Christoph Borchardt | 2019-02-01 | 2 | -2/+2 | |
* | | | | | Merge pull request #13970 from nextcloud/fix/do_not_try_to_load_removed_files | Morris Jobke | 2019-02-01 | 1 | -2/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Do not try to load js moved to bundle | Roeland Jago Douma | 2019-02-01 | 1 | -2/+0 | |
* | | | | | | Merge pull request #13972 from nextcloud/backport/13947/master | Roeland Jago Douma | 2019-02-01 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | HBOX-297 trim in webfrontend for new files to stay compatible with windows | Christian Aigner | 2019-02-01 | 2 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #13694 from b108/duplicate-functionality-in-request-class | Roeland Jago Douma | 2019-02-01 | 1 | -5/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remove duplicate functionality | b108@volgograd | 2019-01-20 | 1 | -5/+1 | |
* | | | | | | Merge pull request #13927 from nextcloud/remove-dead-code | Morris Jobke | 2019-02-01 | 2 | -54/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove deleteFromOpcodeCache & clearOpcodeCache | Daniel Kesselberg | 2019-01-30 | 2 | -35/+2 | |
| * | | | | | | Don't call apc_delete_file and apc_clear_cache anymore | Daniel Kesselberg | 2019-01-30 | 1 | -25/+6 | |
* | | | | | | | Merge pull request #12090 from nextcloud/aastha/11923 | Morris Jobke | 2019-02-01 | 3 | -2/+3 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Generate assets | Roeland Jago Douma | 2019-01-31 | 2 | -2/+2 | |
| * | | | | | | Add title attribute for app navigation items. | Aastha Gupta | 2019-01-31 | 1 | -0/+1 | |
* | | | | | | | Merge pull request #13960 from nextcloud/refactor/global-helpers-bundle | Morris Jobke | 2019-02-01 | 7 | -45/+181 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move global helper functions to the bundle and deprecate some of them | Christoph Wurst | 2019-02-01 | 7 | -45/+181 | |
* | | | | | | | | Merge pull request #12917 from nextcloud/feature/noid/favorites-quickaccess-a... | Morris Jobke | 2019-02-01 | 5 | -35/+83 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add drop zone for favorites quick access in navigation | fnuesse | 2019-02-01 | 3 | -0/+48 | |
| * | | | | | | | Extract variable for yellow color in icons | fnuesse | 2019-02-01 | 3 | -3/+4 | |
| * | | | | | | | Fix drop zone shadow | fnuesse | 2019-02-01 | 2 | -1/+9 | |
| * | | | | | | | Unify handling of dropping one file or several files on the trash bin | Daniel Calviño Sánchez | 2019-02-01 | 1 | -8/+7 | |
| * | | | | | | | Use full names instead of abbreviations in variable names | Daniel Calviño Sánchez | 2019-01-31 | 1 | -8/+8 | |
| * | | | | | | | Make code format more consistent with the rest of the file | Daniel Calviño Sánchez | 2019-01-31 | 1 | -12/+11 | |
| * | | | | | | | Replace double quotes with single quotes | Daniel Calviño Sánchez | 2019-01-31 | 2 | -8/+8 | |
| * | | | | | | | Add missing trailing ";" | Daniel Calviño Sánchez | 2019-01-31 | 2 | -4/+4 | |
| * | | | | | | | Remove unneeded triggering of event | Daniel Calviño Sánchez | 2019-01-31 | 1 | -2/+0 | |
| * | | | | | | | Remove duplicated variable declaration | Daniel Calviño Sánchez | 2019-01-31 | 1 | -1/+0 | |
| * | | | | | | | Remove leftover from a WIP | Daniel Calviño Sánchez | 2019-01-31 | 1 | -1/+0 | |
| * | | | | | | | Remove hack to prefetch the starred trash icon | Daniel Calviño Sánchez | 2019-01-31 | 1 | -3/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #13957 from nextcloud/refactor/oc-search-passwordconfirm-util | Morris Jobke | 2019-02-01 | 10 | -533/+760 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make chunkify an internal function to prevent context errors | Christoph Wurst | 2019-02-01 | 3 | -26/+67 | |
| * | | | | | | | Add OC.Util to the server bundle | Christoph Wurst | 2019-02-01 | 8 | -427/+529 | |
| * | | | | | | | Move OC.PasswordConfirmation to the server bundle | Christoph Wurst | 2019-02-01 | 5 | -97/+132 | |
| * | | | | | | | Move OC.search to the server bundle | Christoph Wurst | 2019-02-01 | 5 | -17/+66 | |
* | | | | | | | | Merge pull request #13261 from nextcloud/fix/12395 | Morris Jobke | 2019-02-01 | 1 | -12/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add myself as @author | Jonas Sulzer | 2019-01-31 | 1 | -0/+1 | |
| * | | | | | | | | code styling | Jonas Sulzer | 2019-01-31 | 1 | -2/+1 | |
| * | | | | | | | | restructure code | Jonas Sulzer | 2019-01-31 | 1 | -26/+23 | |
| * | | | | | | | | only show "Add to your Nextcloud" on share link if federation is activated | Jonas Sulzer | 2019-01-31 | 1 | -2/+14 | |
| | |/ / / / / / | |/| | | | | | |