Commit graph

55 commits

Author SHA1 Message Date
github-actions[bot]
96e3468a9b Format Python code with Black (#2278)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
2024-05-01 19:43:25 +02:00
Alexandre Aubin
ebfa6524e4 store: simplify providing the current locale and user session to the jinja templates (#2277) 2024-05-01 19:42:40 +02:00
OniriCorpe
07f9529e12 smol fix: fix a gettext variable 2024-03-22 23:18:11 +01:00
OniriCorpe
8573e41411 smol fix: 'exception' -> 'Exception' 2024-03-22 23:18:11 +01:00
OniriCorpe
b5bea3513c store: show error if the app is already in the catalog on wishlist submission 2024-03-22 23:18:11 +01:00
Laurent Peuch
b8b9ae2fc5 refactor: remove unused import 2024-03-20 03:23:52 +01:00
OniriCorpe
0e1a793886 Better "ailed to create branchailed to create branch" link: filter by tag, not by name 2024-03-20 03:16:32 +01:00
5a2cf8d3a5 store: Use tomlkit when create pull requests to add apps to wishlist
This keeps the comments such as the toml schema url
2024-03-18 22:14:52 +01:00
242ed75442 Add Wishlist label to pr created by store 2024-03-18 19:13:03 +01:00
OniriCorpe
c4ac379b56 🎨 Format Python code with Black 2024-03-12 22:25:39 +01:00
OniriCorpe
e22369b15d fix in the wishlist PR message 2024-02-27 19:39:39 +01:00
OniriCorpe
8b98a47574 smol phrasing for wishlist PR 2024-02-27 18:12:52 +01:00
OniriCorpe
8d9a96104b fixes for weblate 2024-02-26 22:15:02 +01:00
OniriCorpe
afa48673ed bypass_ratelimit if staff 2024-02-21 22:52:44 +01:00
OniriCorpe
308928d727 updating translations & smol fixes 2024-02-19 02:31:41 +01:00
OniriCorpe
c3323b7c99 Update app.py 2024-02-19 02:19:21 +01:00
OniriCorpe
86128678fe Update app.py 2024-02-19 01:34:28 +01:00
OniriCorpe
1df39a3805 Update app.py 2024-02-19 01:23:30 +01:00
OniriCorpe
80ef129539 Many texts improvements, to enhance user understanding 2024-02-18 22:40:21 +01:00
Alexandre Aubin
e9e2eb1704 store/wishlist_add: ratelimit wishlist proposal to once every 15 days per user 2024-01-04 01:57:18 +01:00
Alexandre Aubin
8bb05de2ba store/wishlist_add: ask for link to LICENSE file 2024-01-04 01:55:31 +01:00
Alexandre Aubin
3519296bde appstore/wishlist_add: add stupid check that user aint using boring marketing terms 2024-01-04 00:49:57 +01:00
Alexandre Aubin
e2c3b7fb11 appstore: annd of course i didnt remove the test thingy 2023-11-19 19:47:35 +01:00
Alexandre Aubin
fe25e8d49d appstore: require to be level 1 to login ... 2023-11-19 19:45:47 +01:00
OniriCorpe
df6f130e67 make the PR URL clickable when submitting an app to wishlist 2023-10-26 23:25:25 +02:00
OniriCorpe
be54036954 explicit wishlist message 2023-10-26 22:45:16 +02:00
Alexandre Aubin
f7f57ebb4a appstore: try to fix login for people with no avatar x_x 2023-09-26 13:41:40 +02:00
Alexandre Aubin
a79cb310ff appstore: fix boring relative import issue 2023-09-25 21:24:25 +02:00
Alexandre Aubin
dda9878bc2 appstore: oopsies, we did no check of discourse's signature meaning people could impersonate anybody /o\ 2023-09-25 21:20:29 +02:00
Alexandre Aubin
07b3315f46 appstore: wishlist PRs are meant to target the default branch 2023-09-25 21:19:45 +02:00
Alexandre Aubin
32c79d1f7a appstore: add route to obtain popularity data info 2023-09-25 15:24:23 +02:00
Alexandre Aubin
4ab19438db appstore: forgot to remove some debug print statement 2023-09-19 17:07:17 +02:00
Alexandre Aubin
13f09ad950 appstore: add CSRF token for wishlist_add form 2023-09-19 17:02:56 +02:00
Alexandre Aubin
46a73c0015 appstore: black app.py and utils.py 2023-09-19 01:15:01 +02:00
Alexandre Aubin
19cae36a44 appstore: add usermenu with logout option 2023-09-18 16:42:28 +02:00
Alexandre Aubin
01b740c755 appstore: redirect to the current page when login in using discourse 2023-09-18 16:22:45 +02:00
Alexandre Aubin
214ed30120 appstore: implement sorting/searching in wishlist 2023-09-15 23:49:22 +02:00
Alexandre Aubin
1732247664 appstore: fix i18n for description/pre_install notification 2023-09-05 21:01:40 +02:00
Alexandre Aubin
ee382dad6f appstore: initialize i18n stuff 2023-09-05 20:46:28 +02:00
Alexandre Aubin
997fe2c857 appstore: small refactoring, proper cache/refresh mechanism for catalog and wishlist 2023-09-03 12:11:56 +02:00
Alexandre Aubin
47f9275057 appstore: implement star logic, at least on catalog 2023-09-02 19:46:51 +02:00
Alexandre Aubin
8e978dcf4d appstore: display unusual ram requirement, arch limitation, pre-install notes, emojis 2023-09-01 21:57:21 +02:00
Alexandre Aubin
28042a50f7 appstore: implement sort-by-newest on catalog 2023-08-31 20:11:42 +02:00
Alexandre Aubin
404d8a8394 appstore: iterate on app page 2023-08-29 22:05:33 +02:00
Alexandre Aubin
534f06c170 appstore: iterate on search/filters, cosmetics 2023-08-29 17:05:57 +02:00
Alexandre Aubin
e9cd4be46a appstore: basic filter implementation 2023-08-26 11:29:02 +02:00
Alexandre Aubin
66dccfad7a appstore: switch to pycmarkgfm for markdown rendering 2023-08-23 19:02:27 +02:00
Alexandre Aubin
87c4c79ac4 appstore: Add gunicorn, systemd, nginx conf snippets for deployment 2023-08-23 15:41:51 +02:00
Alexandre Aubin
6915740484 appstore: draft app page with markdown description, screenshot, buttons for demo and vote 2023-08-22 22:54:49 +02:00
Alexandre Aubin
c6cfcfdc78 appstore: favicon 2023-08-21 19:30:28 +02:00