rimu
|
d98a5e19d3
|
warnings on domains
|
2024-12-13 19:24:09 +13:00 |
|
rimu
|
27ecfafcd4
|
Merge remote-tracking branch 'origin/main'
|
2024-12-13 19:00:01 +13:00 |
|
rimu
|
c6a1563ab8
|
bold arrows after voting to make it clearer that a vote was cast
|
2024-12-13 18:59:50 +13:00 |
|
Hendrik L
|
410c473547
|
add modlog to the admin tools
|
2024-12-12 20:53:38 +01:00 |
|
Hendrik L
|
b4f1706a6b
|
user_notes relationship, caching, cleanup
|
2024-12-12 20:05:59 +01:00 |
|
freamon
|
c851680b05
|
Depreciate generate_image_from_video_url(), put <video> in masonry instead #373
|
2024-12-11 22:54:58 +00:00 |
|
freamon
|
4ac3b0f97d
|
Reset post before calling post_fixup_from_remote()
|
2024-12-11 22:54:44 +00:00 |
|
rimu
|
ab8df181ad
|
Merge remote-tracking branch 'origin/main'
|
2024-12-12 08:13:36 +13:00 |
|
rimu
|
76db8a726e
|
tweaks
|
2024-12-12 08:13:25 +13:00 |
|
freamon
|
852d784c7f
|
API: provide route back from x-api theme
|
2024-12-11 02:11:40 +00:00 |
|
freamon
|
111d726de7
|
API: login and out when using x-api theme
|
2024-12-11 00:49:18 +00:00 |
|
freamon
|
a7e2175a55
|
API: extra fields for Site response
|
2024-12-11 00:49:06 +00:00 |
|
freamon
|
a1d3e445d3
|
Instance IP address will be incorrect if request was bounced
|
2024-12-11 00:48:55 +00:00 |
|
rimu
|
1b87906a70
|
teaser text wrap on mobile
|
2024-12-11 09:07:32 +13:00 |
|
rimu
|
9a84b0c532
|
Merge remote-tracking branch 'origin/main'
|
2024-12-11 08:16:27 +13:00 |
|
Hendrik L
|
148df4fcba
|
edit form for user note
|
2024-12-10 14:30:28 +01:00 |
|
Hendrik L
|
8da62f56c8
|
fix oopsie
|
2024-12-10 12:16:52 +01:00 |
|
Hendrik L
|
1550d9bb70
|
render user note
|
2024-12-10 09:12:18 +01:00 |
|
rimu
|
6a366098a6
|
very minor tidy up
|
2024-12-10 21:00:07 +13:00 |
|
rimu
|
0752ccfe72
|
ugh
|
2024-12-10 15:41:40 +13:00 |
|
rimu
|
d079a6dab7
|
tweak padding #380
|
2024-12-10 09:12:58 +13:00 |
|
rimu
|
2e4b3ffd33
|
move notification bell from teaser to post options #380
|
2024-12-10 08:30:16 +13:00 |
|
Hendrik L
|
cd2cbd44a6
|
remove extra margin after image preview
|
2024-12-09 20:11:02 +01:00 |
|
Hendrik L
|
67d59e2657
|
float thumbnails
|
2024-12-09 17:27:10 +01:00 |
|
Hendrik L
|
d772f2304b
|
unify notification bell and try to fix related css in the action/option bars
|
2024-12-09 16:43:21 +01:00 |
|
Hendrik L
|
5780e9b05e
|
separate out breadcrumb_nav
|
2024-12-09 13:47:54 +01:00 |
|
Hendrik L
|
b3bb16cce4
|
reduce duplication in post template
|
2024-12-09 13:39:14 +01:00 |
|
rimu
|
d063850acd
|
Merge remote-tracking branch 'origin/main'
|
2024-12-09 18:11:43 +13:00 |
|
rimu
|
cb0d9317ae
|
reply edit time spacing #376
|
2024-12-09 18:11:32 +13:00 |
|
rimu
|
7d8421a8cf
|
Merge pull request 'Adding community_links filter to side pane' (#379) from JollyDevelopment/pyfedi:jollydev/fix-community-sidebar-url-filters-00 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/379
|
2024-12-08 22:42:58 +00:00 |
|
freamon
|
80f599568b
|
Add theme for experimenting with API
|
2024-12-08 22:37:02 +00:00 |
|
aroberts-fox
|
9c4feccae3
|
Adding community_links filter to side pane
|
2024-12-08 16:00:59 -05:00 |
|
rimu
|
c2e92695c1
|
Merge remote-tracking branch 'origin/main'
|
2024-12-09 09:20:02 +13:00 |
|
rimu
|
e4d915338a
|
reduce duplication in teasers #377
|
2024-12-09 09:19:51 +13:00 |
|
aroberts-fox
|
272e9bc860
|
fix pagination next/back url_for paths
|
2024-12-07 15:48:49 -05:00 |
|
aroberts-fox
|
7305b6072c
|
Only show joined, not joined buttons to logged in users
|
2024-12-07 12:06:00 -05:00 |
|
rimu
|
9dd17f62d2
|
Merge pull request 'Cleanup: Replace macro render_comment [feedback requested]' (#376) from h3ndrik/pyfedi:render_comment2 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/376
|
2024-12-07 04:59:16 +00:00 |
|
rimu
|
5820a710f7
|
profile pic on mobile
|
2024-12-07 10:22:23 +13:00 |
|
Hendrik L
|
aa06a1f434
|
replace macro render_comment
|
2024-12-06 13:28:20 +01:00 |
|
rimu
|
13ab19d91b
|
Merge pull request 'Adding a not joined view for communities list' (#375) from JollyDevelopment/pyfedi:jollydev/qol-add-not-joined-community-filter-00 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/375
|
2024-12-05 21:23:31 +00:00 |
|
rimu
|
4e87a365b3
|
svg image support #374
|
2024-12-06 10:21:44 +13:00 |
|
rimu
|
4f95d1237e
|
avif image support #374
|
2024-12-06 09:44:56 +13:00 |
|
aroberts-fox
|
3f9113c475
|
Adding a not joined view for communities list
|
2024-12-05 13:34:24 -05:00 |
|
rimu
|
6cc6fceb5b
|
sometimes ap_id is a dict?!
|
2024-12-05 15:42:58 +13:00 |
|
rimu
|
6a9ba43936
|
sometimes ap_id is a dict?!
|
2024-12-05 15:42:10 +13:00 |
|
rimu
|
69cef6edac
|
fixes #365
|
2024-12-05 14:33:57 +13:00 |
|
rimu
|
90df5b84ac
|
small UI tweaks #368
|
2024-12-05 14:12:32 +13:00 |
|
rimu
|
b98958e6ac
|
Merge pull request 'Adding admin remote instance scan function' (#368) from JollyDevelopment/pyfedi:jollydev/add-admin-remote-instance-scan-01 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/368
|
2024-12-05 00:57:23 +00:00 |
|
rimu
|
4fe3778008
|
Merge pull request 'add more info to the modlog' (#367) from h3ndrik/pyfedi:mod4 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/367
|
2024-12-05 00:50:44 +00:00 |
|
rimu
|
20698179dd
|
Merge pull request 'show roles, admins, reputation in user profiles (fixes #364)' (#369) from h3ndrik/pyfedi:userprofile into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/369
|
2024-12-05 00:49:41 +00:00 |
|