Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | Reports | Egor | |
2019-02-11 | Revert "Merge branch 'object-creation' into 'develop'" | lambda | |
This reverts merge request !802 | |||
2019-02-10 | Merge branch 'fix/credo-issues' into 'develop' | kaniini | |
Fix credo issues See merge request pleroma/pleroma!786 | |||
2019-02-09 | Do object insertion through Cachex | lain | |
So we don't flood our postgres logs with errors. Should also make things slightly faster. | |||
2019-02-09 | de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-01-21 | Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-09 | Add Twitter API for the pinned statuses | Egor Kislitsyn | |
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ``` | |||
2019-01-03 | Merge branch 'captcha' into 'develop' | rinpatch | |
Make captcha (kocaptcha) stateless See merge request pleroma/pleroma!585 | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-21 | Make captcha (kocaptcha) stateless | Ekaterina Vaartis | |
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed | |||
2018-12-18 | [#114] Formatting fix. | Ivan Tashkinov | |
2018-12-18 | [#114] Refactored User.register_changeset to init confirmation data. | Ivan Tashkinov | |
Introduced User.register/1 to encapsulate User record creation and post-registration actions. | |||
2018-12-18 | [#114] Account confirmation email, registration as unconfirmed ↵ | Ivan Tashkinov | |
(config-based), auth prevention for unconfirmed. | |||
2018-12-15 | Formatting fixes | Ekaterina Vaartis | |
2018-12-15 | Add an ability to disabled captcha | Ekaterina Vaartis | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
2018-12-13 | [#114] Refactored `password_reset` (moved to TwitterAPI). Added homepage ↵ | Ivan Tashkinov | |
links to password reset result pages. | |||
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-06 | [#210] Mastodon: actor storing for media uploads, ownership check to ↵ | Ivan Tashkinov | |
update_media. Refactoring. | |||
2018-12-05 | [#210] [TwitterAPI] Made actor be stored for uploads. Added ownership check | Ivan Tashkinov | |
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring. | |||
2018-12-02 | Parse user's bio on register | Maxim Filippov | |
2018-12-01 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
validate-user-info | |||
2018-11-30 | reverse proxy / uploads | href | |
2018-11-18 | Several twitter api fixes. | lain | |
2018-11-06 | Runtime configuration | href | |
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro. | |||
2018-10-29 | twitter/mastodon api: always use mediaproxy URLs in attachments | William Pitcock | |
if using local media, the mediaproxy will not replace the URL anyway. | |||
2018-10-07 | {mastodon api, twitter api}: make the follow handshake timeout configurable | William Pitcock | |
2018-10-05 | user: add wait_and_refresh() for async three-way handshake case | William Pitcock | |
2018-08-12 | formatting | lain | |
2018-08-12 | Fix for elixir 1.7. | lain | |
2018-08-12 | Merge branch 'feature/invites' into 'develop' | lambda | |
Invites Closes #108 See merge request pleroma/pleroma!208 | |||
2018-06-13 | Add unretweet TwAPI endpoint and cleanup AP.unannounce | Francis Dinh | |
2018-06-12 | formatting | Henry Jameson | |
2018-06-12 | Initial invites support + tests. | Henry Jameson | |
2018-06-03 | Better error handling in TwitterApiController. | lain | |
2018-05-25 | introduce User.maybe_direct_follow() and use it where we used to call ↵ | William Pitcock | |
User.follow() | |||
2018-05-25 | twitter api: also remove explicit User.follow here | William Pitcock | |
2018-05-22 | Hook up block/unblock to TwitterAPI | Francis Dinh | |
2018-05-22 | Hook unfollow into TwitterAPI | Francis Dinh | |
2018-05-19 | Support Undo like activities (Fix #139) | Thog | |
2018-05-13 | Merge branch 'feature/unrepeats' into 'develop' | lambda | |
Add unrepeats Closes #69 See merge request pleroma/pleroma!113 | |||
2018-05-04 | Clean up unused aliases and imports | Mark Felder | |
2018-05-04 | Fix a bunch of unused variable warnings | Mark Felder | |
2018-04-25 | Fix comment grammar | Francis Dinh | |
2018-04-18 | Handle unrepeats via the TwitterAPI | Francis Dinh | |
2018-04-17 | Remove unretweet function for now | Francis Dinh | |
2018-04-14 | Add unrepeat functionality | Francis Dinh | |
2018-04-07 | Only search in public data for now. | lain | |
This should be the data the user is allowed to see later, but this will stop accidental private message leaks. | |||
2018-04-02 | Use context_ids directly if we have them. | lain | |