e2209e1104Fix local timeline showing unread status of TWKN timeline
Eugen Rochko
2017-02-26 01:27:22 +0100
2c50687279Improve compose form performance, upgrade JS dependencies. LightingBox now allows to cycle through multiple images
Eugen Rochko
2017-02-26 01:23:44 +0100
3e9d794ea5Add tuning documentation, add <content> tags back to most salmons, make status pagination headers generation more lax about next page existing
Eugen Rochko
2017-02-25 03:34:37 +0100
9d4cad6307Improve glow
Eugen Rochko
2017-02-23 02:14:35 +0100
53ae431867Skip remote media URLs that don't have a hostname
Eugen Rochko
2017-02-22 19:55:14 +0100
3202bdd744Fix#555 - Use a better URL parser
Eugen Rochko
2017-02-22 19:35:11 +0100
c96fd24f48Improve status reselect, do not display "load more" when no next link available
Eugen Rochko
2017-02-22 16:30:09 +0100
c77a54fe0aFix#651 - Do not reinsert original status into all followers feeds upon un-reblogging. Check if the reblog was in the feed in the first place. It might have been filtered on distribution.
Eugen Rochko
2017-02-22 15:52:47 +0100
974d712fbeImprove performance of compose form
Eugen Rochko
2017-02-22 15:43:07 +0100
5997bb47a8Fix#38 - Unread indicator when new content appears above the fold
Eugen Rochko
2017-02-21 00:10:49 +0100
f338cc6c94Fix scroll to top not registering because of wrong debounce usage
Eugen
2017-02-20 19:01:47 +0100
e8ea9669c9Fix links and wording
Eugen Rochko
2017-02-19 22:42:38 +0100
6b4ef92c6fAdjust naming of public timeline -> "local timeline" vs "whole known network"
Eugen Rochko
2017-02-19 21:49:14 +0100
c50256d25cFix infinite scrolling breaking after navigation
Eugen Rochko
2017-02-19 21:37:04 +0100
4aa5ebe591Split public timeline into "public timeline" which is local, and "whole known network" which is what public timeline used to be
Eugen Rochko
2017-02-19 20:25:54 +0100
dfd4a42b35added if else clause in fetchContext So that if we get an error, then we will only delete status if it is an 404 error
Rakib Hasan
2017-02-19 10:54:27 +0000
9433d03705Removed try clause from create action in status controller Using catch statement in api_controller.rb to catch NotPermitted Exception, and render error message
Rakib Hasan
2017-02-17 02:58:16 +0000
87a6bed9e9previous commit was creating the status regardless of mix of video and images in status, just wasn't rendering the show action. I moved the validation before the status creation
Rakib Hasan
2017-02-04 22:03:24 -0500
6f9ecd899erevisted fix for #462 Moved validation to services/post_status_service.rb
Rakib Hasan
2017-02-02 23:10:17 -0500
6d2301988fFix for issue #462 Modified uploadCompose action to send media ids of attached media when sending a request. Modified create method in MediaController to check if when posting a video, there are no other media attached to the status by looking at the media ids sent from the uploadCompose action.
Rakib Hasan
2017-02-01 21:07:38 -0500
910df0f795Removing dispatch of fetchContextFail No need to flash error message when status is not found. The column will display the message "status not found"
Rakib Hasan
2017-02-19 08:13:57 +0000
8e760d5f62adding new react class StatusNotFound
Rakib Hasan
2017-02-19 07:42:03 +0000
9e0dbb7337Fixing issue #626 The status is not showing anymore after clicking on it
Rakib Hasan
2017-02-19 07:32:35 +0000
9e99b8c068Fix#642 - Add "empty column" text to home/notifications
Eugen Rochko
2017-02-18 02:37:59 +0100
1d5dfda3d4Merge pull request #643 from yiskah/patch-7
Eugen
2017-02-17 21:13:47 +0100
6a6d8f60c4Add target="_blank" to github link
shel
2017-02-17 14:50:50 -0500
dad204a54dAdd user guide.
Florian Piesche
2017-02-17 16:14:10 +0000
2940deb51dMerge pull request #640 from mcat-ee/master
Eugen
2017-02-17 13:09:21 +0100
ca57f17d3dFrench translation update
nicolas
2017-02-17 10:27:00 +0100
8a93ae4f18Added SMTP_FROM_ADDRESS to heroku deploy config
Tom McAtee
2017-02-17 14:45:31 +1030
a1e96ae94fAdd foreign key to prevent reblogs of non-existent (after race conditions) statuses from happening Fix issue with detailed status view not supporting unreblogging/unfavouriting
Eugen Rochko
2017-02-17 02:33:10 +0100
5ddad41245Do not display non-Status stream entries anymore
Eugen Rochko
2017-02-17 02:20:52 +0100
dbd80465c8Fix small styling issues
Eugen Rochko
2017-02-17 02:05:15 +0100
f2931af61eQuick fix for avatars with the same URL not being perceived as updated and in need of re-download
Eugen Rochko
2017-02-17 01:50:01 +0100
8b16f81882Close dropdown when clicking items
Eugen Rochko
2017-02-17 01:44:06 +0100
0cbf3a146fSpeed up/optimize loading of statuses, context and cards by not re-fetching what is already loaded
Eugen Rochko
2017-02-17 01:34:37 +0100
8132cf8153Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments Make replies default to privacy settings of the status being replied to
Eugen Rochko
2017-02-17 01:30:24 +0100
d0f087db2dAdd UI to view report details, remove reported statuses, quick links to resolve/silence/suspend from report
Eugen Rochko
2017-02-17 00:42:52 +0100
9c88d1b99eSpeed up capistrano deployments
Eugen Rochko
2017-02-16 02:34:21 +0100
24ba7c9762Adding index overview for reports in admin UI
Eugen Rochko
2017-02-16 02:28:10 +0100
f722aa8c75Fix Salmon issue
Eugen Rochko
2017-02-16 01:59:34 +0100
ff49649130Expose Link headers via CORS
Eugen Rochko
2017-02-15 23:26:17 +0100
5426f06ac2Fix admin UI for accounts somewhat
Eugen Rochko
2017-02-15 00:22:58 +0100
0a2427f79bFix#634 - Only include innermost-level statuses in report UI Fix#635 - Include the initially-reported status in report UI even if it's not among the user's most recent statuses
Eugen Rochko
2017-02-14 23:59:46 +0100
e571a01853Fix outdated info
Eugen
2017-02-14 21:33:31 +0100
3b81baaaafAdding POST /api/v1/reports API, and a UI for submitting reports
Eugen Rochko
2017-02-14 20:59:26 +0100
40a4053732Disable PuSH for blocked domains
Eugen Rochko
2017-02-14 04:01:02 +0100
94b61bdcf6Merge pull request #632 from mcat-ee/patch-1
Eugen
2017-02-14 03:20:44 +0100
68dba5f2ebFixed the URL
Tom McAtee
2017-02-14 12:46:18 +1030
f3ce9322b0Fix#631 - Docker-deployed streaming API wasn't launched with the right environment
Eugen
2017-02-13 23:10:11 +0100
63886bdc59Fix#587 - Display TOTP secret next to QR code
Eugen Rochko
2017-02-13 20:56:03 +0100
bae7cf8cceMerge pull request #630 from yiskah/patch-6
Eugen
2017-02-13 20:42:40 +0100
fae1799646Add rake task for making someone into an admin
Eugen Rochko
2017-02-13 20:41:48 +0100
138d21aea8Update service timeout setting from 15s to 90s
Eugen Rochko
2017-02-13 20:31:45 +0100
677e95031eClean up collapsible components
Eugen Rochko
2017-02-13 17:20:18 +0100
2d8a4c4390Add "next" link to Atom feeds
Eugen Rochko
2017-02-13 15:38:12 +0100
63b3cb37dbMerge pull request #627 from halcy/style-fixes
Eugen
2017-02-13 15:16:15 +0100
e4a7e8222eActivity stream background should use $color5
Your Name
2017-02-13 12:31:52 +0000
8e08ae5bb9Add IDs to salmon slaps even if they are transient. Add title, too, mostly in case of debugging incoming salmons. Add <thr:in-reply-to /> to favourite salmons because it seems to be required by GS.
Eugen Rochko
2017-02-13 13:30:33 +0100
df63461ff0Add handler for salmons of undoing favourites
Eugen Rochko
2017-02-12 19:50:18 +0100
720ff55262Adding more unit tests. Fixing Salmon slaps XML
Eugen Rochko
2017-02-12 17:28:15 +0100
446267d1bfDeduplicate delete salmons (send only one per mentioned-account domain)
Eugen Rochko
2017-02-12 01:38:29 +0100
78b3b52663Merge pull request #625 from ineffyble/patch-1
Eugen
2017-02-12 13:27:40 +0100
db814543c0Take out private toot distribution out of PuSH again
Eugen Rochko
2017-02-12 01:31:04 +0100
0518492158Stop trying to shoehorn all Salmon updates into the poor database-connected StreamEntry model. Simply render Salmon slaps as they are needed
Eugen Rochko
2017-02-12 00:48:53 +0100
94d2182717Resolve issue with rendering authorize/reject Salmon slaps
Eugen Rochko
2017-02-11 19:42:05 +0100
31c633e528Fix Status.permitted_for scope query
Eugen Rochko
2017-02-11 19:16:10 +0100
50660d54e8Fix semantics of follow requests another slaps
Eugen Rochko
2017-02-11 17:09:36 +0100
0b95eb3612Improve docs
Eugen Rochko
2017-02-11 16:21:07 +0100
e6408b2e7aMerge branch 'feature-privacy-federation' into development
Eugen Rochko
2017-02-11 15:43:09 +0100
446aad4ce2Make PuSH only distribute to subscriptions that match follower domains Allow PuSH to distribute private toots with that condition
Eugen Rochko
2017-02-11 15:41:39 +0100
dc851c922eMentions in private statuses allow mentioned people to see them
Eugen Rochko
2017-02-11 15:10:22 +0100
00b5731ecbAfter FollowService, re-fetch remote account asynchronously, do nothing if account lock info was up to date, otherwise re-do the FollowService with now updated information
Eugen Rochko
2017-02-11 14:12:29 +0100
e610555e10Fix processing of incoming authorizations/rejections
Eugen Rochko
2017-02-11 13:55:07 +0100
514fdfa268Don't PuSH-resubscribe if already subscribed
Eugen Rochko
2017-02-11 13:48:28 +0100
149887a0ffMake follow requests federate
Eugen Rochko
2017-02-11 02:12:05 +0100
d551e43a9bImprove public tag page
Eugen Rochko
2017-02-10 23:21:01 +0100
8cca6bc58cFix spoiler link color in muted context
Eugen Rochko
2017-02-10 23:01:02 +0100
5c4c046132Finish up moving colors from JSX to Sass (#584, #348)
Eugen Rochko
2017-02-10 22:58:29 +0100
d2619e0b53Site title is now a setting
Eugen Rochko
2017-02-10 22:37:11 +0100
02cbfcfe2cMerge pull request #619 from yiskah/patch-4
Eugen
2017-02-10 21:13:01 +0100
894a0515d9Add gnusocial.me to instance list
shel
2017-02-10 15:07:44 -0500
b7a92867deMerge pull request #618 from yiskah/patch-3
Eugen
2017-02-10 19:15:21 +0100
874fffb7dcMerge branch 'master' into patch-3
Eugen
2017-02-10 19:15:13 +0100
73e388e0d8Merge pull request #617 from halcy/style-changes
Eugen
2017-02-10 19:10:15 +0100
2d6f603c2bAdd link to other instances text
shel
2017-02-10 13:08:47 -0500
3f1f3d0827Add link to other instances list
shel
2017-02-10 13:06:38 -0500
1f1acd98f1Merge pull request #615 from nevillepark/patch-1
Eugen
2017-02-10 18:45:19 +0100
a0e6c80b60Clean up markdown
shel
2017-02-10 12:14:49 -0500
63a18efb27Change List of Instances to Table
shel
2017-02-10 11:37:35 -0500
cbb962fd77Move more colours to scss
Lorenz Diener
2017-02-10 16:30:06 +0000