#
f6a5a987 |
| 05-Sep-2024 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Fix Text Colors
The colors in the user usage conditions are corrected.
Change-Id: I509441f5185ec521053045d2406d901a0644b0c7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8234 Revie
HaikuDepot: Fix Text Colors
The colors in the user usage conditions are corrected.
Change-Id: I509441f5185ec521053045d2406d901a0644b0c7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8234 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
show more ...
|
#
4b347fcc |
| 23-Sep-2023 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Token Based Authentication
This switches the application over from using basic authentication to using token-based authentication in preparation for later using Open-ID based authenticat
HaikuDepot: Token Based Authentication
This switches the application over from using basic authentication to using token-based authentication in preparation for later using Open-ID based authentication flows. The application version is also bumped in order that the server can detect this version at some later date in the future when it no longer supports basic authentication itself.
Change-Id: I7addde1d57503c58d6bcd54908f22f66830c0c59 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6944 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
8798a36c |
| 18-Dec-2022 |
Kacper Kasper <kacperkasper@gmail.com> |
HaikuDepot: pluralization for minimum age text
Change-Id: I82fdbe5741103291e55bfb3765dc62617e3638ad Reviewed-on: https://review.haiku-os.org/c/haiku/+/5947 Reviewed-by: Adrien Destugues <pulkomandy@
HaikuDepot: pluralization for minimum age text
Change-Id: I82fdbe5741103291e55bfb3765dc62617e3638ad Reviewed-on: https://review.haiku-os.org/c/haiku/+/5947 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
2710b4f5 |
| 29-Oct-2022 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge remote-tracking branch 'origin/master' into dev/netservices
Change-Id: I48c8cf4f03e281a5caeb9f27bf052285961529ff
|
#
46a2beb0 |
| 19-Oct-2022 |
Augustin Cavalier <waddlesplash@gmail.com> |
HaikuDepot: Refactor usage conditions windows.
* Set only a minimum width and then resize to preferred on window. * Set a minimum height for the text view itself. * Use the new TextView controls
HaikuDepot: Refactor usage conditions windows.
* Set only a minimum width and then resize to preferred on window. * Set a minimum height for the text view itself. * Use the new TextView controls instead of the old BTextView. * Adjust other size constraints as needed.
Fixes #17998.
show more ...
|
#
6a4c3457 |
| 19-Oct-2022 |
Augustin Cavalier <waddlesplash@gmail.com> |
HaikuDepot: Adjust some hard-coded font sizes.
|
#
dfbcbde1 |
| 01-Mar-2021 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Remove Custom List
Closes #15534
Change-Id: I23fa60145607c3e8f25552f24c5e2c630b940537 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3758 Reviewed-by: Adrien Destugues <pulkomandy@g
HaikuDepot: Remove Custom List
Closes #15534
Change-Id: I23fa60145607c3e8f25552f24c5e2c630b940537 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3758 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
fa5c8097 |
| 25-Jul-2020 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Languages List
Abstacts the list of supported languages into the LanguageModel class preventing use of List. Also; fix a few cases where newer logging techniques may have caused incorre
HaikuDepot: Languages List
Abstacts the list of supported languages into the LanguageModel class preventing use of List. Also; fix a few cases where newer logging techniques may have caused incorrect logic flow.
Relates To #15534
Change-Id: I144fe4788abdaf0d93e53eeabc97b3f7aa2ec710 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3085 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
f96d1f4d |
| 11-Jul-2020 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Better Logging
Changes the logging in HD to use a macro for the various log levels to declutter the code and to make it easier to more systematically log.
Change-Id: I025970707a0a11e7e3
HaikuDepot: Better Logging
Changes the logging in HD to use a macro for the various log levels to declutter the code and to make it easier to more systematically log.
Change-Id: I025970707a0a11e7e3aaa4b52fc91288af0183f5 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3018 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
6307201b |
| 02-Jun-2020 |
Humdinger <humdingerb@gmail.com> |
HaikuDepot: Fix type in user condition window
Change-Id: Ic3c38478a15aead7a56a34d617ea174b842407b1 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2864 Reviewed-by: Jérôme Duval <jerome.duval@gma
HaikuDepot: Fix type in user condition window
Change-Id: Ic3c38478a15aead7a56a34d617ea174b842407b1 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2864 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
10cd325c |
| 30-Mar-2020 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Check User Auth on Start
The user might have changed their authentication details on the server and the client won't detect this until they go to do something. Instead, if possible, che
HaikuDepot: Check User Auth on Start
The user might have changed their authentication details on the server and the client won't detect this until they go to do something. Instead, if possible, check this as the client starts. Also check that the user has agreed to the current user usage conditions.
As a side-effect this generalizes the logic for process coordination in the main window and also fixes some bugs in the main window's progress display as the application starts.
Relates to #15209
Change-Id: I4c9620648819ecd14fb095e4cb2c66fe7b2a0920 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2467 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
b21c9447 |
| 27-Feb-2020 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Instructions on Logs
Some error messages make mention of application logs and users don't know how to view the logs. This change adds some instructions about that to the user guide and
HaikuDepot: Instructions on Logs
Some error messages make mention of application logs and users don't know how to view the logs. This change adds some instructions about that to the user guide and also directs the user to the user guide in any error messages that mention the logs.
Change-Id: Ib98737abe853586c58a1c1df7befb86aa1c04491 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2285 Reviewed-by: humdinger <humdingerb@gmail.com>
show more ...
|
#
d17c92f7 |
| 13-Jan-2020 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Error Reporting Improvement
When editing a user rating it can be that the user is not authenticated properly or there is some problem. This change improves the error reporting in this s
HaikuDepot: Error Reporting Improvement
When editing a user rating it can be that the user is not authenticated properly or there is some problem. This change improves the error reporting in this situation to give the user a better idea about what is going on.
Change-Id: Ib8890c2ea8a7316849486e472aabec05788243ef Reviewed-on: https://review.haiku-os.org/c/haiku/+/2112 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
d2d4866d |
| 19-Sep-2019 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Display User's Usage Conditions
A HaikuDepotServer may have previously agreed to user usage conditions. If this is the case then they are now able to view those conditions. There were
HaikuDepot: Display User's Usage Conditions
A HaikuDepotServer may have previously agreed to user usage conditions. If this is the case then they are now able to view those conditions. There were some problems with date formatting in this change and so the date formatting logic has moved into the HaikuDepot source code temporarily until issues with the BDateTime class can be resolved; most likely as a separate piece of work.
Relates to 15209
Change-Id: Ic3e5413d9139f410d7f7e8b566d4c56352dd2778 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1870 Reviewed-by: Stephan Aßmus <superstippi@gmx.de>
show more ...
|
#
1448ced0 |
| 18-Sep-2019 |
Humdinger <humdingerb@gmail.com> |
HaikuDepot: sentence casing notification titles
* We generally use sentence casing, even for alerts and notification titles
* Using "User usage conditions" uses a bit too many 'users' for my ta
HaikuDepot: sentence casing notification titles
* We generally use sentence casing, even for alerts and notification titles
* Using "User usage conditions" uses a bit too many 'users' for my taste. How about dropping the "User" and distinguish possible future additions with e.g. "Developer usage conditions"?
Change-Id: Iff2473ec193515b960d3da45bbd590c95413f99f Reviewed-on: https://review.haiku-os.org/c/haiku/+/1869 Reviewed-by: Andrew Lindesay <apl@lindesay.co.nz>
show more ...
|
#
0c82f64b |
| 03-Sep-2019 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Conditions on Create User
When the user chooses to create a new user they are able to view the current usage conditions for users. They are also required to agree to the conditions and
HaikuDepot: Conditions on Create User
When the user chooses to create a new user they are able to view the current usage conditions for users. They are also required to agree to the conditions and they are required to confirm that they meet the minimum age requirement.
Relates to 15209
Change-Id: I83cdaabe1b3da31a4cd21139b72341f4b93cab85 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1842 Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
show more ...
|
#
01339a54 |
| 09-Jul-2019 |
Andrew Lindesay <apl@lindesay.co.nz> |
HaikuDepot: Display User Usage Conditions
This change will allow the user to view the user usage conditions from the HDS system in a HaikuDepot window. The display of the text is not currently well
HaikuDepot: Display User Usage Conditions
This change will allow the user to view the user usage conditions from the HDS system in a HaikuDepot window. The display of the text is not currently well formatted in that the Markdown is not yet properly parsed, but the display of the data is working.
Relates to 15209
Change-Id: Ia6ad4ef995f5fe3c29c40221964e44d4554a033d Reviewed-on: https://review.haiku-os.org/c/haiku/+/1750 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|