]>
cat aescling's git repositories - mastodon.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Eugen Rochko [Mon, 21 Mar 2016 09:31:20 +0000 (10:31 +0100)]
Small optimizations in Atom feeds
Eugen Rochko [Mon, 21 Mar 2016 09:08:19 +0000 (10:08 +0100)]
Security update
Eugen Rochko [Mon, 21 Mar 2016 08:24:29 +0000 (09:24 +0100)]
Escape PuSH challenge and change subscriptions and salmon APIs to text/plain
Eugen Rochko [Mon, 21 Mar 2016 08:19:16 +0000 (09:19 +0100)]
Linking badges
[skip ci]
Eugen Rochko [Mon, 21 Mar 2016 08:17:40 +0000 (09:17 +0100)]
Updating badges
[ci skip]
Eugen Rochko [Mon, 21 Mar 2016 07:41:00 +0000 (08:41 +0100)]
Increase note truncation length on account grids, improve FanOutOnWrite a bit,
fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something
specific unfortunately)
Eugen Rochko [Sun, 20 Mar 2016 12:50:22 +0000 (13:50 +0100)]
Adding more tests for helpers
Eugen Rochko [Sun, 20 Mar 2016 12:03:06 +0000 (13:03 +0100)]
Writing out more tests, fixed some bugs
Eugen Rochko [Sat, 19 Mar 2016 21:54:40 +0000 (22:54 +0100)]
On following/followers pages, show most recent first
Eugen Rochko [Sat, 19 Mar 2016 21:46:58 +0000 (22:46 +0100)]
Fix for incoming favourites
Eugen Rochko [Sat, 19 Mar 2016 18:34:31 +0000 (19:34 +0100)]
Strip out HTML in plain text notification e-mails. Oh, and fix #14
Eugen Rochko [Sat, 19 Mar 2016 18:20:07 +0000 (19:20 +0100)]
Adding e-mail notifications about mentions, follows, favourites and reblogs. Fixing another mention recording bug
Eugen Rochko [Sat, 19 Mar 2016 13:57:30 +0000 (14:57 +0100)]
Adding letter opener for development and Rack::Attack for future rate limiting implementations
Eugen Rochko [Sat, 19 Mar 2016 13:11:09 +0000 (14:11 +0100)]
Improving account grid cards layout for longer usernames and notes
Eugen Rochko [Sat, 19 Mar 2016 13:02:30 +0000 (14:02 +0100)]
Adding public following and followers pages, fix #3
Eugen Rochko [Sat, 19 Mar 2016 11:49:34 +0000 (12:49 +0100)]
Removing some unused gems, adding pagination to profiles, fix #10
Eugen Rochko [Sat, 19 Mar 2016 11:13:47 +0000 (12:13 +0100)]
Adding more test stubs
Eugen Rochko [Sat, 19 Mar 2016 10:59:23 +0000 (11:59 +0100)]
Turns out that replies don't have to have the type comment. Changed handling
of those to depend on presence of <thr:in-reply-to /> instead
Eugen Rochko [Sat, 19 Mar 2016 00:14:55 +0000 (01:14 +0100)]
Adding section on updating to the latest version
[ci skip]
Eugen Rochko [Fri, 18 Mar 2016 23:41:29 +0000 (00:41 +0100)]
Use FanOutOnWriteService AFTER processing mentions
Eugen Rochko [Fri, 18 Mar 2016 23:23:46 +0000 (00:23 +0100)]
TIL a return from a block seems to return from the whole method rather than
the block, even though the last line of a block is an implicit return. I am
confused to say the least
Eugen Rochko [Fri, 18 Mar 2016 23:16:04 +0000 (00:16 +0100)]
Fix #13, Atom feeds now contain formatted post content
Eugen Rochko [Fri, 18 Mar 2016 23:02:39 +0000 (00:02 +0100)]
Fix more subtle bugs with first_or_create
Eugen Rochko [Fri, 18 Mar 2016 22:47:02 +0000 (23:47 +0100)]
Fixed ANOTHER first_or_create bug. Seriously who came up with that API smh
Eugen Rochko [Fri, 18 Mar 2016 22:36:54 +0000 (23:36 +0100)]
Removing autogenerated test stubs that were not needed
Eugen Rochko [Fri, 18 Mar 2016 22:31:07 +0000 (23:31 +0100)]
Updating Travis CI file to setup the test environment correctly
Eugen Rochko [Fri, 18 Mar 2016 22:23:19 +0000 (23:23 +0100)]
Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI file
Eugen Rochko [Fri, 18 Mar 2016 11:36:57 +0000 (12:36 +0100)]
Adding favicon
Eugen Rochko [Thu, 17 Mar 2016 10:59:18 +0000 (11:59 +0100)]
Fix #2, add rake task for PuSH-unsubscribing from remote users who have no
local followers. Remote users' usernames SHOULD be case-sensitive
Eugen Rochko [Wed, 16 Mar 2016 21:44:04 +0000 (22:44 +0100)]
Include AtomBuilderHelper (which declared url_for_target) to all services
Eugen Rochko [Wed, 16 Mar 2016 20:23:40 +0000 (21:23 +0100)]
Fix error when unfollowing somebody who wasn't followed in the first place
Eugen Rochko [Wed, 16 Mar 2016 20:20:50 +0000 (21:20 +0100)]
Fixing small bug with FollowRemoteAccountService usage
Eugen Rochko [Wed, 16 Mar 2016 20:14:39 +0000 (21:14 +0100)]
Fix unfollows
Eugen Rochko [Wed, 16 Mar 2016 17:29:52 +0000 (18:29 +0100)]
Access tokens no longer expire, case-insensitive local username validation, as well as case-insensitive Webfinger look-up
Eugen Rochko [Wed, 16 Mar 2016 12:02:17 +0000 (13:02 +0100)]
Adjusted todo list
Eugen Rochko [Wed, 16 Mar 2016 12:00:25 +0000 (13:00 +0100)]
Improved readme
Eugen Rochko [Wed, 16 Mar 2016 11:57:01 +0000 (12:57 +0100)]
Fixing the docker container setup (with assets compilation &co)
Eugen Rochko [Wed, 16 Mar 2016 11:13:40 +0000 (12:13 +0100)]
Adding e-mail configuration
Eugen Rochko [Wed, 16 Mar 2016 10:46:25 +0000 (11:46 +0100)]
Adding CSS for form errors, adding missing indices
Eugen Rochko [Wed, 16 Mar 2016 10:18:09 +0000 (11:18 +0100)]
Validations for local profiles
Eugen Rochko [Wed, 16 Mar 2016 09:58:58 +0000 (10:58 +0100)]
Deleting statuses, deletion propagation
Eugen Rochko [Wed, 16 Mar 2016 09:46:15 +0000 (10:46 +0100)]
Respect "delete" verb on remote feeds
Eugen Rochko [Mon, 14 Mar 2016 20:44:30 +0000 (21:44 +0100)]
Ignore future .env files - those should not be committed to VC! Nor be part of docker containers
Eugen Rochko [Mon, 14 Mar 2016 20:39:39 +0000 (21:39 +0100)]
Adding a docker-compose template for running Mastodon easily
Eugen Rochko [Mon, 14 Mar 2016 16:49:13 +0000 (17:49 +0100)]
Bind oauth applications to users
Eugen Rochko [Mon, 14 Mar 2016 16:41:13 +0000 (17:41 +0100)]
Customizing the last of doorkeeper views, adding CSS for dashboard forms
Eugen Rochko [Sat, 12 Mar 2016 19:47:22 +0000 (20:47 +0100)]
Adding simple_form, adding profile settings, header image
Eugen Rochko [Sat, 12 Mar 2016 18:46:06 +0000 (19:46 +0100)]
Customized more doorkeeper views, only logged in users can create oauth apps
Eugen Rochko [Sat, 12 Mar 2016 15:09:46 +0000 (16:09 +0100)]
Adding config for puma, dashboard layout, fixing some queries
Eugen Rochko [Fri, 11 Mar 2016 15:47:36 +0000 (16:47 +0100)]
Improving feed queries, switching API to doorkeeper authentication
Eugen Rochko [Fri, 11 Mar 2016 00:58:55 +0000 (01:58 +0100)]
Customizing doorkeeper views for authorizing app
Eugen Rochko [Fri, 11 Mar 2016 00:26:59 +0000 (01:26 +0100)]
Adding Mastodon logo
Eugen Rochko [Tue, 8 Mar 2016 19:16:11 +0000 (20:16 +0100)]
Distrubute statuses as a fan-out-on-write system, with optional precomputing
Eugen Rochko [Mon, 7 Mar 2016 12:25:26 +0000 (13:25 +0100)]
API methods for retrieving home and mentions timelines
Eugen Rochko [Mon, 7 Mar 2016 11:58:42 +0000 (12:58 +0100)]
Adding API for favouriting a status
Eugen Rochko [Mon, 7 Mar 2016 11:52:25 +0000 (12:52 +0100)]
Improving how the API responses look
Eugen Rochko [Mon, 7 Mar 2016 11:42:33 +0000 (12:42 +0100)]
Adding doorkeeper, adding a REST API
POST /api/statuses Params: status (text contents), in_reply_to_id (optional)
GET /api/statuses/:id
POST /api/statuses/:id/reblog
GET /api/accounts/:id
GET /api/accounts/:id/following
GET /api/accounts/:id/followers
POST /api/accounts/:id/follow
POST /api/accounts/:id/unfollow
POST /api/follows Params: uri (e.g. user@domain)
OAuth authentication is currently disabled, but the API can be used with HTTP Auth.
Eugen Rochko [Sun, 6 Mar 2016 16:52:23 +0000 (17:52 +0100)]
Adding GNU Public license, adding home timeline, reblog/favourite counters
Eugen Rochko [Sun, 6 Mar 2016 12:00:38 +0000 (13:00 +0100)]
Update status in readme
Eugen Rochko [Sun, 6 Mar 2016 11:51:55 +0000 (12:51 +0100)]
Adding routes to follow, unfollow, favourite and reblog (locally known models)
Eugen Rochko [Sun, 6 Mar 2016 11:34:39 +0000 (12:34 +0100)]
Adjusting design of public pages, optimizing account page queries
Eugen Rochko [Sat, 5 Mar 2016 22:42:40 +0000 (23:42 +0100)]
Adjusting design of profile and entry pages, linkify mentions in statuses
Eugen Rochko [Sat, 5 Mar 2016 21:43:05 +0000 (22:43 +0100)]
Customizing devise views and controllers
Eugen Rochko [Sat, 5 Mar 2016 12:12:24 +0000 (13:12 +0100)]
Removing grape and adding devise
Eugen Rochko [Sat, 5 Mar 2016 11:50:59 +0000 (12:50 +0100)]
Fixing some bugs, adding pending test examples
Eugen Rochko [Mon, 29 Feb 2016 19:06:39 +0000 (20:06 +0100)]
Changing the use of config constants to the Rails configuration object
Eugen Rochko [Mon, 29 Feb 2016 18:42:08 +0000 (19:42 +0100)]
Refactoring Grape API methods into normal controllers & other things
Eugen Rochko [Sun, 28 Feb 2016 20:22:56 +0000 (21:22 +0100)]
Adding a test for ReblogService, fixing mentions for remote statuses
Eugen Rochko [Sun, 28 Feb 2016 14:46:29 +0000 (15:46 +0100)]
A lot of fixes from a live test
Eugen Rochko [Sun, 28 Feb 2016 13:41:01 +0000 (14:41 +0100)]
Added <link> tags to profiles and entries
Eugen Rochko [Sun, 28 Feb 2016 13:34:25 +0000 (14:34 +0100)]
Ping hubs when following somebody, too
Eugen Rochko [Sun, 28 Feb 2016 13:33:13 +0000 (14:33 +0100)]
When posting a status or reblogging one, ping hubs about the feed update
Eugen Rochko [Sun, 28 Feb 2016 13:26:26 +0000 (14:26 +0100)]
Update profile information and download avatar of remote accounts
Eugen Rochko [Sun, 28 Feb 2016 13:02:53 +0000 (14:02 +0100)]
Improving status display design, including replies and threads
Eugen Rochko [Sat, 27 Feb 2016 23:51:05 +0000 (00:51 +0100)]
Adding avatars to profile page and statuses
Eugen Rochko [Sat, 27 Feb 2016 23:02:59 +0000 (00:02 +0100)]
Adding paperclip for avatars, fixing design of the public pages
Eugen Rochko [Fri, 26 Feb 2016 20:11:52 +0000 (21:11 +0100)]
Improving design
Eugen Rochko [Fri, 26 Feb 2016 19:48:20 +0000 (20:48 +0100)]
Adding views for the profile and entry pages
Eugen Rochko [Fri, 26 Feb 2016 14:28:08 +0000 (15:28 +0100)]
Adding a bunch of tests
Eugen Rochko [Wed, 24 Feb 2016 23:22:46 +0000 (00:22 +0100)]
Fixed small bugs and code style offences
Eugen Rochko [Wed, 24 Feb 2016 23:17:01 +0000 (00:17 +0100)]
Adding a Mention model, test stubs
Eugen Rochko [Wed, 24 Feb 2016 17:50:16 +0000 (18:50 +0100)]
Service to reblog statuses
Eugen Rochko [Wed, 24 Feb 2016 17:44:03 +0000 (18:44 +0100)]
Notify remote users about mentions
Eugen Rochko [Wed, 24 Feb 2016 17:25:04 +0000 (18:25 +0100)]
Add service for posting statuses (normal and replies), mention regex to
fetch webfinger information of mentioned accounts
Eugen Rochko [Wed, 24 Feb 2016 16:23:59 +0000 (17:23 +0100)]
Add shared statuses to the database
Eugen Rochko [Wed, 24 Feb 2016 11:57:29 +0000 (12:57 +0100)]
Send Salmon interactions
Eugen Rochko [Wed, 24 Feb 2016 02:05:40 +0000 (03:05 +0100)]
Do not PuSH-subscribe to remote accounts when creating them for salmon
Eugen Rochko [Wed, 24 Feb 2016 01:15:58 +0000 (02:15 +0100)]
Forgotten argument fix
Eugen Rochko [Wed, 24 Feb 2016 00:28:53 +0000 (01:28 +0100)]
Feed processing except fetching remote statuses
Eugen Rochko [Tue, 23 Feb 2016 23:57:47 +0000 (00:57 +0100)]
Process favourites, reblogs and replies from Salmon
Eugen Rochko [Tue, 23 Feb 2016 21:17:07 +0000 (22:17 +0100)]
Incoming Salmon requests can be turned into follows and unfollows
Eugen Rochko [Tue, 23 Feb 2016 18:17:37 +0000 (19:17 +0100)]
Adding reblogs, favourites, improving atom generation
Eugen Rochko [Tue, 23 Feb 2016 12:08:01 +0000 (13:08 +0100)]
Improved Atom rendering templates, added README
Eugen Rochko [Mon, 22 Feb 2016 18:11:07 +0000 (19:11 +0100)]
Individual atom entries
Eugen Rochko [Mon, 22 Feb 2016 17:10:30 +0000 (18:10 +0100)]
Fixes and general progress
Eugen Rochko [Mon, 22 Feb 2016 15:00:20 +0000 (16:00 +0100)]
Made some progress
Eugen Rochko [Sat, 20 Feb 2016 21:53:20 +0000 (22:53 +0100)]
Initial commit