Ryan McKinley
025b2f3011
Chore: use any rather than interface{} ( #74066 )
2023-08-30 18:46:47 +03:00
Marcus Efraimsson
040b7d2571
Chore: Add errutils helpers ( #73577 )
...
Add helpers for the errutil package in favor of errutil.NewBase.
2023-08-22 12:52:24 +02:00
Emil Tullstedt
0caacb3333
Cookies: Provide a mechanism for per user control over cookies ( #61566 )
2023-02-21 11:19:07 +01:00
Ryan McKinley
a0405912a8
Preferences: Add preferences kind and remove unused navbar settings ( #59621 )
2023-01-25 11:00:32 -08:00
Josh Hunt
460be70261
Internationalization: Change locale preference to language ( #58359 )
...
* backend locale -> language
* frontend locale -> language
* sample.ini and tests
* fix few last locale -> language
* fix few last locale -> language
2022-11-22 12:18:34 +00:00
ying-jeanne
ba8124ef93
Chore: Fix SQLx failure when starting the server with newDBLibrary enabled ( #58985 )
...
change the weekstart to pointer
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
2022-11-21 16:53:56 +02:00
ying-jeanne
82b63688d2
Chore: remove xorm from preference ( #53803 )
...
* Chore: remove xorm from preference
* separte feature toggle
* fix comments
* fix comments
* remove the dublicated namedexec
2022-08-17 22:07:20 -04:00
Josh Hunt
3cebd87bbb
I18n: Add locale to user preference ( #49425 )
...
* Add __debug_bin file to gitignore
* Add locale user preference
* undo defaulting to existing JSONData in preferences save
2022-06-14 12:53:51 +01:00
ying-jeanne
1667a7c0da
Chore: Modify patch and update of preference to take homedashboarduid than h… ( #48281 )
...
* modify patch and update of preference to take homedashboarduid than homedashboardid
* to be tested
* use getdashboard
* update doc
2022-04-29 14:37:33 +02:00
idafurjes
ecd6cd4a92
Split preference store ( #46843 )
...
* Split preference store
* Chore: Add tests to pref
* Fix preference in wire
* Rename and adjust
* Add pref service test
* Rename methods, add tests
* Rename Preferences to Preference, names IDs correctly
* Fix lint
* Refactor Save
* Refactor upsert
Add new logic for QueryHistory
Rename some fields according to go naming conventions
Refactore tests
* Roll back ID that breaks tests
* Rename Id to ID in UpdatePreferenceQuery
* Use preference as a model to modify store
* Move pref store fakes to pref test file
* Add integration tag for store tests
* Adjust test
Co-authored-by: yangkb09 <yangkb09@gmail.com >
2022-04-14 14:22:00 +02:00