]> cat aescling's git repositories - mastodon.git/log
mastodon.git
9 years agoRespect "delete" verb on remote feeds
Eugen Rochko [Wed, 16 Mar 2016 09:46:15 +0000 (10:46 +0100)]
Respect "delete" verb on remote feeds

9 years agoIgnore future .env files - those should not be committed to VC! Nor be part of docker...
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

9 years agoAdding a docker-compose template for running Mastodon easily
Eugen Rochko [Mon, 14 Mar 2016 20:39:39 +0000 (21:39 +0100)]
Adding a docker-compose template for running Mastodon easily

9 years agoBind oauth applications to users
Eugen Rochko [Mon, 14 Mar 2016 16:49:13 +0000 (17:49 +0100)]
Bind oauth applications to users

9 years agoCustomizing the last of doorkeeper views, adding CSS for dashboard forms
Eugen Rochko [Mon, 14 Mar 2016 16:41:13 +0000 (17:41 +0100)]
Customizing the last of doorkeeper views, adding CSS for dashboard forms

9 years agoAdding simple_form, adding profile settings, header image
Eugen Rochko [Sat, 12 Mar 2016 19:47:22 +0000 (20:47 +0100)]
Adding simple_form, adding profile settings, header image

9 years agoCustomized more doorkeeper views, only logged in users can create oauth apps
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

9 years agoAdding config for puma, dashboard layout, fixing some queries
Eugen Rochko [Sat, 12 Mar 2016 15:09:46 +0000 (16:09 +0100)]
Adding config for puma, dashboard layout, fixing some queries

9 years agoImproving feed queries, switching API to doorkeeper authentication
Eugen Rochko [Fri, 11 Mar 2016 15:47:36 +0000 (16:47 +0100)]
Improving feed queries, switching API to doorkeeper authentication

9 years agoCustomizing doorkeeper views for authorizing app
Eugen Rochko [Fri, 11 Mar 2016 00:58:55 +0000 (01:58 +0100)]
Customizing doorkeeper views for authorizing app

9 years agoAdding Mastodon logo
Eugen Rochko [Fri, 11 Mar 2016 00:26:59 +0000 (01:26 +0100)]
Adding Mastodon logo

9 years agoDistrubute statuses as a fan-out-on-write system, with optional precomputing
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

9 years agoAPI methods for retrieving home and mentions timelines
Eugen Rochko [Mon, 7 Mar 2016 12:25:26 +0000 (13:25 +0100)]
API methods for retrieving home and mentions timelines

9 years agoAdding API for favouriting a status
Eugen Rochko [Mon, 7 Mar 2016 11:58:42 +0000 (12:58 +0100)]
Adding API for favouriting a status

9 years agoImproving how the API responses look
Eugen Rochko [Mon, 7 Mar 2016 11:52:25 +0000 (12:52 +0100)]
Improving how the API responses look

9 years agoAdding doorkeeper, adding a REST API
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.

9 years agoAdding GNU Public license, adding home timeline, reblog/favourite counters
Eugen Rochko [Sun, 6 Mar 2016 16:52:23 +0000 (17:52 +0100)]
Adding GNU Public license, adding home timeline, reblog/favourite counters

9 years agoUpdate status in readme
Eugen Rochko [Sun, 6 Mar 2016 12:00:38 +0000 (13:00 +0100)]
Update status in readme

9 years agoAdding routes to follow, unfollow, favourite and reblog (locally known models)
Eugen Rochko [Sun, 6 Mar 2016 11:51:55 +0000 (12:51 +0100)]
Adding routes to follow, unfollow, favourite and reblog (locally known models)

9 years agoAdjusting design of public pages, optimizing account page queries
Eugen Rochko [Sun, 6 Mar 2016 11:34:39 +0000 (12:34 +0100)]
Adjusting design of public pages, optimizing account page queries

9 years agoAdjusting design of profile and entry pages, linkify mentions in statuses
Eugen Rochko [Sat, 5 Mar 2016 22:42:40 +0000 (23:42 +0100)]
Adjusting design of profile and entry pages, linkify mentions in statuses

9 years agoCustomizing devise views and controllers
Eugen Rochko [Sat, 5 Mar 2016 21:43:05 +0000 (22:43 +0100)]
Customizing devise views and controllers

9 years agoRemoving grape and adding devise
Eugen Rochko [Sat, 5 Mar 2016 12:12:24 +0000 (13:12 +0100)]
Removing grape and adding devise

9 years agoFixing some bugs, adding pending test examples
Eugen Rochko [Sat, 5 Mar 2016 11:50:59 +0000 (12:50 +0100)]
Fixing some bugs, adding pending test examples

10 years agoChanging the use of config constants to the Rails configuration object
Eugen Rochko [Mon, 29 Feb 2016 19:06:39 +0000 (20:06 +0100)]
Changing the use of config constants to the Rails configuration object

10 years agoRefactoring Grape API methods into normal controllers & other things
Eugen Rochko [Mon, 29 Feb 2016 18:42:08 +0000 (19:42 +0100)]
Refactoring Grape API methods into normal controllers & other things

10 years agoAdding a test for ReblogService, fixing mentions for remote statuses
Eugen Rochko [Sun, 28 Feb 2016 20:22:56 +0000 (21:22 +0100)]
Adding a test for ReblogService, fixing mentions for remote statuses

10 years agoA lot of fixes from a live test
Eugen Rochko [Sun, 28 Feb 2016 14:46:29 +0000 (15:46 +0100)]
A lot of fixes from a live test

10 years agoAdded <link> tags to profiles and entries
Eugen Rochko [Sun, 28 Feb 2016 13:41:01 +0000 (14:41 +0100)]
Added <link> tags to profiles and entries

10 years agoPing hubs when following somebody, too
Eugen Rochko [Sun, 28 Feb 2016 13:34:25 +0000 (14:34 +0100)]
Ping hubs when following somebody, too

10 years agoWhen posting a status or reblogging one, ping hubs about the feed update
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

10 years agoUpdate profile information and download avatar of remote accounts
Eugen Rochko [Sun, 28 Feb 2016 13:26:26 +0000 (14:26 +0100)]
Update profile information and download avatar of remote accounts

10 years agoImproving status display design, including replies and threads
Eugen Rochko [Sun, 28 Feb 2016 13:02:53 +0000 (14:02 +0100)]
Improving status display design, including replies and threads

10 years agoAdding avatars to profile page and statuses
Eugen Rochko [Sat, 27 Feb 2016 23:51:05 +0000 (00:51 +0100)]
Adding avatars to profile page and statuses

10 years agoAdding paperclip for avatars, fixing design of the public pages
Eugen Rochko [Sat, 27 Feb 2016 23:02:59 +0000 (00:02 +0100)]
Adding paperclip for avatars, fixing design of the public pages

10 years agoImproving design
Eugen Rochko [Fri, 26 Feb 2016 20:11:52 +0000 (21:11 +0100)]
Improving design

10 years agoAdding views for the profile and entry pages
Eugen Rochko [Fri, 26 Feb 2016 19:48:20 +0000 (20:48 +0100)]
Adding views for the profile and entry pages

10 years agoAdding a bunch of tests
Eugen Rochko [Fri, 26 Feb 2016 14:28:08 +0000 (15:28 +0100)]
Adding a bunch of tests

10 years agoFixed small bugs and code style offences
Eugen Rochko [Wed, 24 Feb 2016 23:22:46 +0000 (00:22 +0100)]
Fixed small bugs and code style offences

10 years agoAdding a Mention model, test stubs
Eugen Rochko [Wed, 24 Feb 2016 23:17:01 +0000 (00:17 +0100)]
Adding a Mention model, test stubs

10 years agoService to reblog statuses
Eugen Rochko [Wed, 24 Feb 2016 17:50:16 +0000 (18:50 +0100)]
Service to reblog statuses

10 years agoNotify remote users about mentions
Eugen Rochko [Wed, 24 Feb 2016 17:44:03 +0000 (18:44 +0100)]
Notify remote users about mentions

10 years agoAdd service for posting statuses (normal and replies), mention regex to
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

10 years agoAdd shared statuses to the database
Eugen Rochko [Wed, 24 Feb 2016 16:23:59 +0000 (17:23 +0100)]
Add shared statuses to the database

10 years agoSend Salmon interactions
Eugen Rochko [Wed, 24 Feb 2016 11:57:29 +0000 (12:57 +0100)]
Send Salmon interactions

10 years agoDo not PuSH-subscribe to remote accounts when creating them for salmon
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

10 years agoForgotten argument fix
Eugen Rochko [Wed, 24 Feb 2016 01:15:58 +0000 (02:15 +0100)]
Forgotten argument fix

10 years agoFeed processing except fetching remote statuses
Eugen Rochko [Wed, 24 Feb 2016 00:28:53 +0000 (01:28 +0100)]
Feed processing except fetching remote statuses

10 years agoProcess favourites, reblogs and replies from Salmon
Eugen Rochko [Tue, 23 Feb 2016 23:57:47 +0000 (00:57 +0100)]
Process favourites, reblogs and replies from Salmon

10 years agoIncoming Salmon requests can be turned into follows and unfollows
Eugen Rochko [Tue, 23 Feb 2016 21:17:07 +0000 (22:17 +0100)]
Incoming Salmon requests can be turned into follows and unfollows

10 years agoAdding reblogs, favourites, improving atom generation
Eugen Rochko [Tue, 23 Feb 2016 18:17:37 +0000 (19:17 +0100)]
Adding reblogs, favourites, improving atom generation

10 years agoImproved Atom rendering templates, added README
Eugen Rochko [Tue, 23 Feb 2016 12:08:01 +0000 (13:08 +0100)]
Improved Atom rendering templates, added README

10 years agoIndividual atom entries
Eugen Rochko [Mon, 22 Feb 2016 18:11:07 +0000 (19:11 +0100)]
Individual atom entries

10 years agoFixes and general progress
Eugen Rochko [Mon, 22 Feb 2016 17:10:30 +0000 (18:10 +0100)]
Fixes and general progress

10 years agoMade some progress
Eugen Rochko [Mon, 22 Feb 2016 15:00:20 +0000 (16:00 +0100)]
Made some progress

10 years agoInitial commit
Eugen Rochko [Sat, 20 Feb 2016 21:53:20 +0000 (22:53 +0100)]
Initial commit