03000fee5fFix JS require-issue
Eugen Rochko
2017-02-26 14:10:01 +01:00
b44dd38360Fix broken dependency on inner react utility function
Eugen Rochko
2017-02-26 01:34:56 +01:00
e2209e1104Fix local timeline showing unread status of TWKN timeline
Eugen Rochko
2017-02-26 01:27:22 +01:00
2c50687279Improve compose form performance, upgrade JS dependencies. LightingBox now allows to cycle through multiple images
Eugen Rochko
2017-02-26 01:23:44 +01:00
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 +01:00
9d4cad6307Improve glow
Eugen Rochko
2017-02-23 02:14:35 +01:00
53ae431867Skip remote media URLs that don't have a hostname
Eugen Rochko
2017-02-22 19:55:14 +01:00
3202bdd744Fix#555 - Use a better URL parser
Eugen Rochko
2017-02-22 19:35:11 +01:00
c96fd24f48Improve status reselect, do not display "load more" when no next link available
Eugen Rochko
2017-02-22 16:30:09 +01:00
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 +01:00
974d712fbeImprove performance of compose form
Eugen Rochko
2017-02-22 15:43:07 +01:00
5997bb47a8Fix#38 - Unread indicator when new content appears above the fold
Eugen Rochko
2017-02-21 00:10:49 +01:00
f338cc6c94Fix scroll to top not registering because of wrong debounce usage
Eugen
2017-02-20 19:01:47 +01:00
e8ea9669c9Fix links and wording
Eugen Rochko
2017-02-19 22:42:38 +01:00
6b4ef92c6fAdjust naming of public timeline -> "local timeline" vs "whole known network"
Eugen Rochko
2017-02-19 21:49:14 +01:00
c50256d25cFix infinite scrolling breaking after navigation
Eugen Rochko
2017-02-19 21:37:04 +01:00
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 +01:00
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 +00:00
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 +00:00
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 -05:00
6f9ecd899erevisted fix for #462 Moved validation to services/post_status_service.rb
Rakib Hasan
2017-02-02 23:10:17 -05:00
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 -05:00
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 +00:00
8e760d5f62adding new react class StatusNotFound
Rakib Hasan
2017-02-19 07:42:03 +00:00
9e0dbb7337Fixing issue #626 The status is not showing anymore after clicking on it
Rakib Hasan
2017-02-19 07:32:35 +00:00
9e99b8c068Fix#642 - Add "empty column" text to home/notifications
Eugen Rochko
2017-02-18 02:37:59 +01:00
1d5dfda3d4Merge pull request #643 from yiskah/patch-7
Eugen
2017-02-17 21:13:47 +01:00
6a6d8f60c4Add target="_blank" to github link
shel
2017-02-17 14:50:50 -05:00
dad204a54dAdd user guide.
Florian Piesche
2017-02-17 16:14:10 +00:00
2940deb51dMerge pull request #640 from mcat-ee/master
Eugen
2017-02-17 13:09:21 +01:00
ca57f17d3dFrench translation update
nicolas
2017-02-17 10:27:00 +01:00
8a93ae4f18Added SMTP_FROM_ADDRESS to heroku deploy config
Tom McAtee
2017-02-17 14:45:31 +10:30
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 +01:00
5ddad41245Do not display non-Status stream entries anymore
Eugen Rochko
2017-02-17 02:20:52 +01:00
dbd80465c8Fix small styling issues
Eugen Rochko
2017-02-17 02:05:15 +01:00
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 +01:00
8b16f81882Close dropdown when clicking items
Eugen Rochko
2017-02-17 01:44:06 +01:00
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 +01:00
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 +01:00
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 +01:00
9c88d1b99eSpeed up capistrano deployments
Eugen Rochko
2017-02-16 02:34:21 +01:00
24ba7c9762Adding index overview for reports in admin UI
Eugen Rochko
2017-02-16 02:28:10 +01:00
f722aa8c75Fix Salmon issue
Eugen Rochko
2017-02-16 01:59:34 +01:00
ff49649130Expose Link headers via CORS
Eugen Rochko
2017-02-15 23:26:17 +01:00
5426f06ac2Fix admin UI for accounts somewhat
Eugen Rochko
2017-02-15 00:22:58 +01:00
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 +01:00
e571a01853Fix outdated info
Eugen
2017-02-14 21:33:31 +01:00
3b81baaaafAdding POST /api/v1/reports API, and a UI for submitting reports
Eugen Rochko
2017-02-14 20:59:26 +01:00
40a4053732Disable PuSH for blocked domains
Eugen Rochko
2017-02-14 04:01:02 +01:00
94b61bdcf6Merge pull request #632 from mcat-ee/patch-1
Eugen
2017-02-14 03:20:44 +01:00
68dba5f2ebFixed the URL
Tom McAtee
2017-02-14 12:46:18 +10:30
f3ce9322b0Fix#631 - Docker-deployed streaming API wasn't launched with the right environment
Eugen
2017-02-13 23:10:11 +01:00
63886bdc59Fix#587 - Display TOTP secret next to QR code
Eugen Rochko
2017-02-13 20:56:03 +01:00
bae7cf8cceMerge pull request #630 from yiskah/patch-6
Eugen
2017-02-13 20:42:40 +01:00
fae1799646Add rake task for making someone into an admin
Eugen Rochko
2017-02-13 20:41:48 +01:00
138d21aea8Update service timeout setting from 15s to 90s
Eugen Rochko
2017-02-13 20:31:45 +01:00
677e95031eClean up collapsible components
Eugen Rochko
2017-02-13 17:20:18 +01:00
2d8a4c4390Add "next" link to Atom feeds
Eugen Rochko
2017-02-13 15:38:12 +01:00
63b3cb37dbMerge pull request #627 from halcy/style-fixes
Eugen
2017-02-13 15:16:15 +01:00
e4a7e8222eActivity stream background should use $color5
Your Name
2017-02-13 12:31:52 +00:00
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 +01:00
df63461ff0Add handler for salmons of undoing favourites
Eugen Rochko
2017-02-12 19:50:18 +01:00
720ff55262Adding more unit tests. Fixing Salmon slaps XML
Eugen Rochko
2017-02-12 17:28:15 +01:00
446267d1bfDeduplicate delete salmons (send only one per mentioned-account domain)
Eugen Rochko
2017-02-12 01:38:29 +01:00
78b3b52663Merge pull request #625 from ineffyble/patch-1
Eugen
2017-02-12 13:27:40 +01:00
db814543c0Take out private toot distribution out of PuSH again
Eugen Rochko
2017-02-12 01:31:04 +01:00
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 +01:00
94d2182717Resolve issue with rendering authorize/reject Salmon slaps
Eugen Rochko
2017-02-11 19:42:05 +01:00
31c633e528Fix Status.permitted_for scope query
Eugen Rochko
2017-02-11 19:16:10 +01:00
50660d54e8Fix semantics of follow requests another slaps
Eugen Rochko
2017-02-11 17:09:36 +01:00
0b95eb3612Improve docs
Eugen Rochko
2017-02-11 16:21:07 +01:00
e6408b2e7aMerge branch 'feature-privacy-federation' into development
Eugen Rochko
2017-02-11 15:43:09 +01:00
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 +01:00
dc851c922eMentions in private statuses allow mentioned people to see them
Eugen Rochko
2017-02-11 15:10:22 +01:00
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 +01:00
e610555e10Fix processing of incoming authorizations/rejections
Eugen Rochko
2017-02-11 13:55:07 +01:00
514fdfa268Don't PuSH-resubscribe if already subscribed
Eugen Rochko
2017-02-11 13:48:28 +01:00
149887a0ffMake follow requests federate
Eugen Rochko
2017-02-11 02:12:05 +01:00
d551e43a9bImprove public tag page
Eugen Rochko
2017-02-10 23:21:01 +01:00
8cca6bc58cFix spoiler link color in muted context
Eugen Rochko
2017-02-10 23:01:02 +01:00
5c4c046132Finish up moving colors from JSX to Sass (#584, #348)
Eugen Rochko
2017-02-10 22:58:29 +01:00
d2619e0b53Site title is now a setting
Eugen Rochko
2017-02-10 22:37:11 +01:00
02cbfcfe2cMerge pull request #619 from yiskah/patch-4
Eugen
2017-02-10 21:13:01 +01:00
894a0515d9Add gnusocial.me to instance list
shel
2017-02-10 15:07:44 -05:00
b7a92867deMerge pull request #618 from yiskah/patch-3
Eugen
2017-02-10 19:15:21 +01:00
874fffb7dcMerge branch 'master' into patch-3
Eugen
2017-02-10 19:15:13 +01:00
73e388e0d8Merge pull request #617 from halcy/style-changes
Eugen
2017-02-10 19:10:15 +01:00