summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Updated documentation.Gravatar default2025-01-043-14/+20
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of comam.es:git/snac2Gravatar default2025-01-041-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Updated RELEASE_NOTES.Gravatar default2025-01-041-0/+2
| | | | | | | | | |
* | | | | | | | | | Read CSV files to import from the import/ user subdirectory.Gravatar default2025-01-041-5/+10
|/ / / / / / / / /
* | | | | | | | | Updated documentation.Gravatar default2025-01-043-10/+9
| | | | | | | | |
* | | | | | | | | The 'export_csv' operation exports into the user subdirectory.Gravatar default2025-01-041-5/+8
| | | | | | | | |
* | | | | | | | | Ensure all user directories have import/ and export/ subdirectories.Gravatar default2025-01-041-0/+12
| | | | | | | | |
* | | | | | | | | More search by URL tweaks.Gravatar default2025-01-041-23/+17
| | | | | | | | |
* | | | | | | | | Updated RELEASE_NOTES.Gravatar default2025-01-041-0/+4
| | | | | | | | |
* | | | | | | | | Updated README.Gravatar default2025-01-041-0/+1
| | | | | | | | |
* | | | | | | | | Serve BASE_URL/style.css.Gravatar default2025-01-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I thought I was already doing this 🤦(not that it really matters much).
* | | | | | | | | Minor tweak to the /share webpoint.Gravatar default2025-01-021-2/+6
| | | | | | | | |
* | | | | | | | | When search for URLs, rewrite the query string to be the real post id.Gravatar default2025-01-011-0/+4
| | | | | | | | |
* | | | | | | | | Fix for some repeated search results.Gravatar default2025-01-011-0/+5
| | | | | | | | |
* | | | | | | | | Bumped version.Gravatar default2025-01-011-1/+1
| | | | | | | | |
* | | | | | | | | The shared post is really sent.Gravatar default2025-01-012-3/+12
| | | | | | | | |
* | | | | | | | | Updated RELEASE_NOTES.Gravatar default2025-01-011-0/+8
| | | | | | | | |
* | | | | | | | | Merge pull request 'Fix verify_links' (#261) from nowster/snac2:verify_links ↵Gravatar grunfink2025-01-011-2/+25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/261
| * | | | | | | | | Fix verify_linksGravatar Paul Martin2024-12-311-2/+25
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Stored in user.json as a string, but it was assumed to be a dict.
* | | | | | | | | Fixed warning.Gravatar default2024-12-311-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of comam.es:git/snac2Gravatar default2024-12-312-1/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | More work in the Mastodon-share webpoint.Gravatar default2024-12-312-2/+35
| | | | | | | | | |
| * | | | | | | | | Started support for Mastodon-like /share endpoint.Gravatar default2024-12-311-0/+39
| | | | | | | | | |
* | | | | | | | | | Merge pull request 'Added "Like" to operations (for upstream)' (#260) from ↵Gravatar grunfink2024-12-311-0/+17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dheadshot/snac2-dhfork:upstreambranch into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/260
| * | | | | | | | | Added "Like" to operations for upstream branchGravatar DHeadshot2024-12-311-0/+17
|/ / / / / / / / /
* | | | | | | | | Skip enqueue_output() to local users (already served by the local shared-inbox).Gravatar default2024-12-311-7/+10
| | | | | | | | |
* | | | | | | | | Convert to lowercase when checking for followed hashtags.Gravatar default2024-12-301-2/+7
| | | | | | | | |
* | | | | | | | | Don't search for hashtags in non-public posts.Gravatar default2024-12-301-1/+1
| | | | | | | | |
* | | | | | | | | Always enqueue a message into the local shared-inbox.Gravatar default2024-12-301-10/+12
| | | | | | | | |
* | | | | | | | | Started support for hashtag following.Gravatar default2024-12-301-0/+22
| | | | | | | | |
* | | | | | | | | Merge pull request 'mastoapi: implement timeline min_id' (#254) from ↵Gravatar grunfink2024-12-301-2/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nowster/snac2:min_id into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/254
| * | | | | | | | | mastoapi: implement timeline min_idGravatar Paul Martin2024-12-261-2/+13
| | | | | | | | | |
* | | | | | | | | | Updated RELEASE_NOTES.Gravatar default2024-12-291-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request 'Adding support for IPv6' (#256) from hb9hnt/snac2:master ↵Gravatar grunfink2024-12-291-1/+34
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/256
| * | | | | | | | | | Adding support for IPv6Gravatar Beni Keller2024-12-271-1/+34
| |/ / / / / / / / /
* | | | | | | | | | Updated documentation.Gravatar default2024-12-281-0/+17
| | | | | | | | | |
* | | | | | | | | | Updated TODO.Gravatar default2024-12-281-2/+4
|/ / / / / / / / /
* | | | | | | | | Make xmpp and mailto URLs clickable.Gravatar default2024-12-262-2/+13
| | | | | | | | |
* | | | | | | | | Accept 'Audio' as a valid entry type.Gravatar default2024-12-232-1/+6
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, done a tweak to read attributedTo fields that are a JSON object, with the id in the "id" field (returned by bandwagon.fm).
* | | | | | | | Version 2.67 RELEASED.2.67Gravatar default2024-12-221-1/+1
| | | | | | | |
* | | | | | | | Updated RELEASE_NOTES.Gravatar default2024-12-221-1/+1
| | | | | | | |
* | | | | | | | mastoapi: allow search for post URLs.Gravatar default2024-12-221-0/+31
| | | | | | | |
* | | | | | | | Account names can also contain periods (in account search).Gravatar default2024-12-211-1/+1
| | | | | | | |
* | | | | | | | If an attachment includes an icon, show it.Gravatar default2024-12-212-0/+21
| | | | | | | |
* | | | | | | | Updated RELEASE_NOTES.Gravatar default2024-12-211-1/+1
| | | | | | | |
* | | | | | | | mastoapi: fixed audio attachments.Gravatar default2024-12-211-2/+3
| | | | | | | |
* | | | | | | | mastoapi: minor tweak to notification list (Tusky was in a forever request ↵Gravatar default2024-12-201-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loop).
* | | | | | | | Add contact metrics to og:description.Gravatar default2024-12-202-6/+19
| | | | | | | |
* | | | | | | | Updated RELEASE_NOTES.Gravatar default2024-12-201-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'master' of comam.es:git/snac2Gravatar default2024-12-203-7/+120
|\ \ \ \ \ \ \ \