0924eee81bMerge pull request #660 from marrus-sh/mastodon-smart-back-button
Eugen
2017-03-01 10:50:27 +01:00
5f6f7aaa27Making the back button a little smarter
Kibigo
2017-02-28 22:24:34 -08:00
e84c1dc95fSupport for pasting images from clipboard
Kibigo
2017-02-28 18:52:46 -08:00
5960bac11eFix incorrect detection of local vs remote user in web UI
Eugen Rochko
2017-03-01 02:00:21 +01:00
3208979655Fix typo
Eugen Rochko
2017-03-01 01:57:48 +01:00
fbdb3bcf1eRevert infinite scroll in timelines back to looking at ID of oldest loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually)
Eugen Rochko
2017-03-01 01:43:29 +01:00
e1b00757a6Fix#291 - Add visual indication that numbers for remote users may be inaccurate
Eugen Rochko
2017-03-01 01:18:34 +01:00
7f0d1b8cc0If a status is within 40 statuses from the top of a home feed, do not reinsert it when someone boosts it
Eugen Rochko
2017-03-01 01:07:11 +01:00
92569b1f0dImproved dropdowns
Eugen Rochko
2017-03-01 00:53:11 +01:00
955e9088d7Fix#561 - Detect presence of audio in video, hide mute toggle when none
Eugen Rochko
2017-02-28 23:48:41 +01:00
70a56b92a6Merge pull request #656 from yiskah/patch-7
Eugen
2017-02-28 21:48:05 +01:00
620f70e42cAdds site metadata access to the API
Kibigo
2017-02-27 04:06:25 -08:00
af5cb0f853Only use bigger compose form/search form font on mobile layout
Eugen Rochko
2017-02-27 00:46:45 +01:00
175a9b9caaFix#104 - Style OAuth authorized applications page Add ability to search accounts by display name
Eugen Rochko
2017-02-27 00:15:00 +01:00
2826e6dadaFix#612 - Set font size to 16px in compose form and search form to prevent iOS from zooming in on them
Eugen Rochko
2017-02-26 23:30:18 +01:00
a0df694c24Merge branch 'rmhasan-fix_462'
Eugen Rochko
2017-02-26 23:23:47 +01:00
5f511324b6Add validation of media attachments, clean up mastodon-own exception classes
Eugen Rochko
2017-02-26 23:23:06 +01:00
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