summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Import packaging files' (#2) from libertacasa-package ↵HEADlibertacasa-masterGeorg Pfuetzenreuter2022-12-185-0/+164
|\ | | | | | | | | | | into libertacasa-master Reviewed-on: https://git.com.de/LibertaCasa/takahe/pulls/2
| * Import packaging fileslibertacasa-packageGeorg Pfuetzenreuter2022-12-185-0/+164
| | | | | | | | | | | | | | | | - setup.py to install the library as a Python package - systemd services and target for running as a daemon - sysconfig file providing environment variables to the application Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* | Merge pull request 'Import urls.py and settings.py' (#1) from ↵Georg Pfuetzenreuter2022-12-182-27/+130
|\ \ | |/ |/| | | | | | | libertacasa-saml into libertacasa-master Reviewed-on: https://git.com.de/LibertaCasa/takahe/pulls/1
| * Disable debug modelibertacasa-samlGeorg Pfuetzenreuter2022-12-181-3/+3
| | | | | | | | Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
| * Update urls.py + settings.pyGeorg Pfuetzenreuter2022-12-182-28/+131
|/ | | | | | | - modify paths to match package patches - add SAML configuration Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* Add github action timeouts (#195)masterMichael Manfre2022-12-172-0/+2
|
* Process Identity metadata name same as value (#194)Michael Manfre2022-12-171-1/+1
|
* Increase the allowed size of URIsTyler Kennedy2022-12-171-2/+2
| | | Increase the allowed size of Post.object_uri and Post.url from 500 characters to a more reasonable 2048. See https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers.
* Some more JSON-LD namespace fixingAndrew Godwin2022-12-173-6/+11
|
* Switch ordering for domain default fieldAndrew Godwin2022-12-171-1/+1
|
* Let's use dev version numbersAndrew Godwin2022-12-171-1/+1
|
* Allow markdown on signup textAndrew Godwin2022-12-173-2/+12
|
* We got some stuff done!Andrew Godwin2022-12-171-5/+5
|
* Implement lazy loading (#188)Kromonos2022-12-174-5/+5
|
* Allow for attachments with no width/heightAndrew Godwin2022-12-171-7/+9
| | | | Fixes #186
* Icon and image for Identity could be a listMichael Manfre2022-12-172-3/+23
|
* Update all main pages to no-storeAndrew Godwin2022-12-171-1/+1
|
* Allow for remote policy pagesAndrew Godwin2022-12-172-8/+17
|
* Handle timeouts on image fetchAndrew Godwin2022-12-172-10/+18
|
* Receive inbound reportsAndrew Godwin2022-12-173-3/+50
|
* Report function and adminAndrew Godwin2022-12-1716-4/+615
|
* Shrink emoji in posts a littleAndrew Godwin2022-12-171-1/+1
|
* Download and store user avatars locally if smallAndrew Godwin2022-12-172-0/+16
|
* Catch all possible request errorsAndrew Godwin2022-12-176-45/+71
|
* Return unreviewed emoji in API correctlyAndrew Godwin2022-12-171-1/+5
|
* Handle delete.note as well as delete.tombstoneAndrew Godwin2022-12-171-0/+2
|
* Don't download files with no content-lengthAndrew Godwin2022-12-171-1/+1
|
* Add AP output to emoji adminAndrew Godwin2022-12-171-1/+1
|
* Fix serving of system actorAndrew Godwin2022-12-175-6/+41
| | | | Fixes #183
* Make emoji better on the wireAndrew Godwin2022-12-162-2/+2
|
* Fanout admin improvementsAndrew Godwin2022-12-161-3/+4
|
* 404 deleted postsAndrew Godwin2022-12-161-0/+2
|
* Flatpage stylingAndrew Godwin2022-12-162-0/+12
|
* Handle undos of missing postsAndrew Godwin2022-12-161-2/+6
|
* Ooh, ooh, ignore server errors tooAndrew Godwin2022-12-161-0/+1
|
* We don't care about 404 errors quite as muchAndrew Godwin2022-12-161-1/+5
|
* Fan out replies to the original author's followersAndrew Godwin2022-12-161-0/+7
| | | | Fixes #64
* Fetch emoji for user profilesAndrew Godwin2022-12-163-2/+13
|
* Make the collectstatic hack slightly betterAndrew Godwin2022-12-162-2/+11
|
* Fix mastodon LD namespaceAndrew Godwin2022-12-164-13/+7
| | | | Fixes #179
* Identity admin/moderationAndrew Godwin2022-12-1620-35/+489
|
* Add follow timesAndrew Godwin2022-12-163-6/+26
|
* Fix inbound/outbound linksAndrew Godwin2022-12-162-6/+14
|
* Split Follows page into two typesAndrew Godwin2022-12-165-26/+53
| | | | This overcomes the query problem of pulling a combined list
* Several pagination improvements (#170)Gabriel Rodríguez Alberich2022-12-169-41/+95
| | | Home/Notification gets pagination, Follows becomes ListView
* User admin and LD schema fixesAndrew Godwin2022-12-1613-23/+189
|
* Fix hashtag linking and API mentions of emptyAndrew Godwin2022-12-152-6/+12
|
* URLs can be empty tooAndrew Godwin2022-12-151-1/+1
|
* Handle API identities with no nameAndrew Godwin2022-12-151-2/+2
|
* Some hashtag json-ld fiddlingAndrew Godwin2022-12-152-11/+17
|
* Add hashtags to post objectsAndrew Godwin2022-12-151-0/+9
|
* Make emoji picker work on client appsAndrew Godwin2022-12-153-2/+12
|
* Update docker to python 3.11.1 (#174)Michael Manfre2022-12-151-1/+1
|
* Fix login form errors not appearingAndrew Godwin2022-12-153-0/+20
| | | | Fixes #175
* Add a big warning to secret_key now it's importantAndrew Godwin2022-12-151-0/+8
|
* Start documenting 0.6 changesAndrew Godwin2022-12-152-9/+41
|
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-1511-57/+112
| | | | | Also improve the test harness a little Fixes #112
* Fix stator test fixtureAndrew Godwin2022-12-151-1/+1
|
* Handle updates for already deleted postsAndrew Godwin2022-12-151-2/+6
|
* Fix collectstaticAndrew Godwin2022-12-151-1/+1
|
* Stator stats overhaulAndrew Godwin2022-12-159-47/+223
| | | | | Removes the error table, adds a stats table and admin page. Fixes #166
* Fix outbound emoji federationAndrew Godwin2022-12-153-15/+16
|
* Set the correct `Content-Type` header for static WebP images (#171)TAKAHASHI Shuuji2022-12-152-2/+13
|
* Fix doc lintAndrew Godwin2022-12-151-1/+0
|
* Fix tests with no static collectionAndrew Godwin2022-12-152-0/+6
|
* Basic Emoji suppport (#157)Michael Manfre2022-12-1533-42/+670
|
* Improve cacheabilityAndrew Godwin2022-12-155-8/+17
|
* Hammer home CDN moreAndrew Godwin2022-12-141-13/+24
|
* Fix gs:// settings schemaAndrew Godwin2022-12-141-1/+1
|
* Make GCS backend handle webp right, and use gs://Andrew Godwin2022-12-142-8/+23
| | | | Fixes #164
* Add a small margin (#167)Kromonos2022-12-141-0/+8
|
* Prevent n+1 queries when rendering timelines (#165)Gabriel Rodríguez Alberich2022-12-141-4/+4
| | | | The linkify_mentions function is traversing the post's mentions, so better prefetch those.
* Show follows and following counts on profile pageGabriel Rodríguez Alberich2022-12-1410-111/+178
| | | And let their visibility be configured
* Set the content type and disposition of webp files uploaded to S3Tyler Kennedy2022-12-134-2/+16
|
* FormOrJsonParser api.views.oauthMichael Manfre2022-12-131-9/+11
|
* Fix static file URLsAndrew Godwin2022-12-123-5/+20
|
* A better way of handling URIs between local/remoteAndrew Godwin2022-12-1211-33/+69
|
* A few more fixes and a bad testAndrew Godwin2022-12-124-9/+45
|
* Add generic paginator for APIAndrew Godwin2022-12-124-84/+105
|
* Fix mentions of missing identitiesAndrew Godwin2022-12-121-0/+1
|
* Fix notification paginationAndrew Godwin2022-12-121-7/+7
|
* Basic post mutationAndrew Godwin2022-12-1214-56/+365
|
* More API read coverageAndrew Godwin2022-12-1215-147/+536
|
* Timelines workingAndrew Godwin2022-12-1217-29/+368
|
* Working start of an OAuth flowAndrew Godwin2022-12-1220-3/+449
|
* Add module for redis support (#154)Kromonos2022-12-111-0/+1
|
* IdentityIconCacheView was incorrectly looking for image_uri (#155)Michael Manfre2022-12-111-1/+1
|
* Fix form loading hyperscript configAndrew Godwin2022-12-112-46/+21
|
* Add the character counter next to the Post button (#152)TAKAHASHI Shuuji2022-12-115-2/+37
|
* Two small tweaks to compose UI (#153)Avi Flax2022-12-111-0/+2
|
* Add system actor and shared inboxAndrew Godwin2022-12-106-1/+13
|
* Improve tuning docs formattingAndrew Godwin2022-12-101-6/+22
|
* Media proxy, caching and tuning docsAndrew Godwin2022-12-1012-20/+285
| | | | Fixes #67
* Skip over followsAndrew Godwin2022-12-081-1/+3
|
* Add interaction states on notifications pageAndrew Godwin2022-12-081-0/+4
| | | | Fixes #129
* Move image attachments on posts into the content warning block. (#148)Tyler Kennedy2022-12-082-11/+13
| | | Also adds alt text to image attachments.
* Improve djadmin filtering and search (#149)Michael Manfre2022-12-084-1/+75
|
* CI: Improve the job names of GitHub Actions (#130)TAKAHASHI Shuuji2022-12-081-3/+5
|
* Support deeper subdomains in domain validation (#110)Tom Usher2022-12-072-10/+64
| | | Use a new validator class with regex based on the URLValidator from Django
* Keyboard navigationMichael Manfre2022-12-077-29/+49
|
* Set link to user icon in identity panel (#145)TAKAHASHI Shuuji2022-12-071-1/+3
|
* Set a Takahe User-Agent header for signed requests (#142)Michael Manfre2022-12-063-1/+15
|
* Fix text on Tuning pageAndrew Godwin2022-12-061-2/+2
|
* Add an alt label identity images. (#137)Tyler Kennedy2022-12-061-1/+1
|
* 'View in admin' link for post popup menu (#134)Michael Manfre2022-12-063-1/+8
|
* settings.SETUP.SENTRY_CAPTURE_MESSAGES (#133)Michael Manfre2022-12-061-1/+1
|
* Setting to enable Sentry capture_messages (#128)Michael Manfre2022-12-062-1/+2
|
* Don't cache pip packages when building docker image (#131)Dan Watson2022-12-061-1/+1
|
* Quick link to see original post (#132)Tyler Kennedy2022-12-061-0/+4
|
* Ignore actor delete messages for unknown actors (#124)Michael Manfre2022-12-053-0/+38
|
* Only cache unauthenticated page views (#117)Michael Manfre2022-12-056-23/+55
|
* Allow selecting notification types to seeAndrew Godwin2022-12-053-13/+63
|
* Collapse linkify mentions (#123)Michael Manfre2022-12-053-6/+75
|
* Shorten mention names when linkifiedAndrew Godwin2022-12-052-7/+8
| | | | Fixes #121
* Add a middleware to detect LD Accept headersAndrew Godwin2022-12-054-12/+22
|
* Add pagination and search to federation pageAndrew Godwin2022-12-053-8/+36
|
* Add self-view link to identity selectAndrew Godwin2022-12-051-0/+5
|
* Style footer links in medium widthAndrew Godwin2022-12-052-5/+20
|
* Policy pages and signup tests.Andrew Godwin2022-12-0518-67/+275
| | | | Fixes #113
* Fix unset parent variable when viewing top post (#119)Michael Manfre2022-12-051-1/+2
|
* Add pylibmc and pymemcache to requirements and make timeout not lazy (#116)Michael Manfre2022-12-052-6/+8
|
* Add django-upgrade to pre-commit (#114)Paolo Melchiorre2022-12-057-12/+18
|
* Link to project boardAndrew Godwin2022-12-051-0/+2
|
* Added caching and initial settingsMichael Manfre2022-12-0517-3/+186
|
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-0520-91/+89
|
* Add missing dependencies for the arm64 build (#111)TAKAHASHI Shuuji2022-12-051-0/+6
|
* More contributing areas!Andrew Godwin2022-12-041-0/+2
|
* Fix post tests, don't reply to selfAndrew Godwin2022-12-042-1/+2
|
* Fetch post parents live tooAndrew Godwin2022-12-043-10/+11
|
* Make search work with URLsAndrew Godwin2022-12-044-26/+123
|
* Fetch user in real-time for searchesAndrew Godwin2022-12-042-2/+10
| | | | Fixes #84
* Fix mentions in replies/capitalisationAndrew Godwin2022-12-044-12/+31
|
* Don’t show "no results" on search entry page (#105)Avi Flax2022-12-041-1/+1
|
* Optimized deb packages installed in Docker (#106)Paolo Melchiorre2022-12-041-3/+15
|
* Make max media upload size configurableAvi Flax2022-12-042-2/+10
|
* [WIP] Sentry improvements (#108)Michael Manfre2022-12-044-28/+126
| | | | | | | | | | | | | Stator clears scope during the main loop to behave more like transactions. Transaction names are set. Sentry tags: * 'takahe.version' * 'takahe.app' values 'web' or 'stator' Added settings: * TAKAHE_SENTRY_SAMPLE_RATE * TAKAHE_SENTRY_TRACES_SAMPLE_RATE
* Couple of clarifications to 0.5 release notesAndrew Godwin2022-12-041-4/+4
|
* Remove explicit baseurlAndrew Godwin2022-12-041-1/+0
|
* Improve install docsAndrew Godwin2022-12-042-46/+142
|
* Releasing 0.5.0Andrew Godwin2022-12-043-2/+48
|
* Make the user fetch interval much longerAndrew Godwin2022-12-041-1/+1
|
* Image upload polishing and webpAndrew Godwin2022-12-044-15/+44
|
* Link RSS feed in identity page headAndrew Godwin2022-12-041-0/+6
|
* Adding RSS feeds for local identitiesAndrew Godwin2022-12-043-1/+44
|
* Make follows a top-level activity. (#94)Tyler Kennedy2022-12-045-12/+13
|
* Tweak Contributing docs to help people run the testsAvi Flax2022-12-041-2/+8
|
* Add TAKAHE_DEFAULT_TIMEOUT with default of 5.0 (#99)Michael Manfre2022-12-044-1/+25
|
* Added "Building Documentation" section (#101)TAKAHASHI Shuuji2022-12-041-0/+20
|
* Direct installation contributing guide updates (#88)Paolo Melchiorre2022-12-042-9/+19
|
* Show time-since next to 'XYZ boosted' on the home timeline. (#93)Tyler Kennedy2022-12-042-0/+11
|
* Explicitly ignore add and remove messages for nowAndrew Godwin2022-12-042-0/+34
|
* Accept dates with milliseconds in themAndrew Godwin2022-12-041-3/+10
|
* Tweaks to search UX (#92)Avi Flax2022-12-032-1/+8
|
* Tweak to contributing.rst (#91)Avi Flax2022-12-031-1/+1
|
* Switch to secrets module for upload namesAndrew Godwin2022-12-031-3/+2
|
* Updated pre-commit file (#89)Paolo Melchiorre2022-12-034-25/+25
|
* Run at least one dev docker build a dayAndrew Godwin2022-12-021-1/+4
|
* Fix broken testsAndrew Godwin2022-12-022-42/+47
|
* Allow quoted usernames tooAndrew Godwin2022-12-021-1/+1
|
* Don't allow file uploads bigger than 10MBAndrew Godwin2022-12-022-1/+12
|
* Let's not have local media in the Docker imageAndrew Godwin2022-12-011-0/+1
|
* We are really crunching down this features listAndrew Godwin2022-12-011-3/+2
|
* Image attachment uploadsAndrew Godwin2022-12-0116-166/+418
|
* Tweak UI when no posts found for remote identity (#83)Avi Flax2022-12-011-1/+12
| | | I’ve found the current copy confusing when viewing a remote identity.
* Test support for sqlite. (#68)Tyler Kennedy2022-12-012-9/+26
|
* Add a special release task to Procfile. (#86)Tyler Kennedy2022-12-011-0/+1
|
* Update S3 to use world-readable filesAndrew Godwin2022-12-012-2/+7
|
* Add copy to clipboard action to user's handle (#82)Humberto Rocha2022-11-302-1/+29
|
* Fix docker image build proccess waiting on user input (#81)Humberto Rocha2022-11-301-1/+1
|
* Fix typo in notifications.html (#79)Avi Flax2022-11-291-1/+1
|
* Fix hashtag extractionAndrew Godwin2022-11-292-2/+4
|
* unquote SMTP and AWS passwords (#78)Corry Haines2022-11-291-2/+2
| | | | | Passwords can contain characters that are illegal in URL identities. So use unquote to solve that. WARNING: This means that a freak URL escape in a password will fail in the opposite way. But since this is a URL, everything _must_ be urlencoded for sanity.
* Collapse notifications on the same postAndrew Godwin2022-11-283-1/+27
|
* Fix image attachment stylingAndrew Godwin2022-11-281-1/+1
|
* Fix hashtagging of HTML entitiesAndrew Godwin2022-11-282-4/+10
|
* Show parent post on individual pageAndrew Godwin2022-11-282-0/+8
|
* A few hashtag fixupsAndrew Godwin2022-11-285-5/+28
|
* Add GIN index to Post.hashtagsAndrew Godwin2022-11-282-0/+13
|
* HashtagsMichael Manfre2022-11-2829-44/+896
|
* Allow local:// media backendsAndrew Godwin2022-11-281-0/+5
| | | | Fixes #77
* Update error emails docsAndrew Godwin2022-11-281-2/+3
| | | | Refs #76
* Add migrations to installationAndrew Godwin2022-11-281-0/+12
|
* Update phony targetsDaniele Tricoli2022-11-281-1/+1
|
* Fix docs code block and separate docs testsTAKAHASHI Shuuji2022-11-283-2/+31
|
* Relax S3 URI parsingCorry Haines2022-11-281-5/+12
|
* Modify docker FROM to allow mirror insertion (#69)Corry Haines2022-11-271-1/+4
|
* Fix case typo in email settings (#72)Corry Haines2022-11-271-1/+1
|
* Fix SendGrid key ingestionAndrew Godwin2022-11-271-1/+2
|
* Admin tweaksAndrew Godwin2022-11-273-4/+25
|
* User fetching and inbox message cleaningAndrew Godwin2022-11-277-14/+91
|
* Collect more actor information in fetchAndrew Godwin2022-11-273-3/+67
| | | | Fixes #31
* Fix Sphinx canonical linksAndrew Godwin2022-11-272-1/+37
|
* Default replies to unlisted, new users to publicAndrew Godwin2022-11-272-2/+5
|
* Don't link originals for repliesAndrew Godwin2022-11-271-1/+1
|
* Schema is required for S3 endpoints. (#66)Tyler Kennedy2022-11-271-1/+1
|
* Set content type when serving objectTyler Kennedy2022-11-272-2/+8
| | | Fixes #37
* Change how we link individual-post viewAndrew Godwin2022-11-273-11/+16
|
* Releasing 0.4.0Andrew Godwin2022-11-273-1/+6
|
* Prepping release docsAndrew Godwin2022-11-278-26/+135
|
* Link to post pages and show replies thereAndrew Godwin2022-11-274-2/+33
| | | | Fixes #60, #59