This repository has been archived on 2024-06-09 . You can view files and clone it, but cannot push or open issues/pull-requests.
ThibG
ea436b355b
Add support for linking XMPP URIs in toots ( #12709 )
...
* Fix wrong grouping in Twitter valid_url regex
* Add support for xmpp URIs
Fixes #9776
The difficult part is autolinking, because Twitter-text's extractor does
some pretty ad-hoc stuff to find things that “look like” URLs, and XMPP
URIs do not really match the assumptions of that lib, so it doesn't sound
wise to try to shoehorn it into the existing regex.
This is why I used a specific regex (very close, although slightly more
permissive than the RFC), and a specific scan function (a simplified version
of the generalized one from Twitter).
* Remove leading “xmpp:” from auto-linked text
2020-01-11 02:15:25 +01:00
..
environments
Add SMTP reply_to option ( #11718 )
2019-09-02 18:12:40 +02:00
initializers
Add support for linking XMPP URIs in toots ( #12709 )
2020-01-11 02:15:25 +01:00
locales
Use heading actions and placeholders in settings ( #12801 )
2020-01-11 02:14:45 +01:00
webpack
Bump webpacker from 4.0.7 to 4.2.0 ( #12416 )
2019-11-20 17:56:11 +01:00
application.rb
Fix uncaught query param encoding errors ( #12741 )
2020-01-02 17:14:58 +01:00
boot.rb
Fix bootsnap cache directory being declared relatively ( #9511 )
2018-12-13 05:19:52 +01:00
brakeman.ignore
Add type, limit, offset, min_id, max_id, account_id to search API ( #10091 )
2019-02-26 15:21:36 +01:00
database.yml
config: add DB_SSLMODE for managed/remote PG ( #10210 )
2019-03-08 14:36:28 +01:00
deploy.rb
Bump capistrano from 3.11.1 to 3.11.2 ( #12012 )
2019-10-04 11:11:36 +09:00
environment.rb
Make PreviewCard records reuseable between statuses ( #4642 )
2017-09-01 16:20:16 +02:00
i18n-tasks.yml
Fix inconsistent interpolations test by ignoring single plural keys ( #12394 )
2019-11-15 21:23:03 +01:00
navigation.rb
Fix relays UI being available in whitelist/secure mode ( #11963 )
2019-09-27 02:13:34 +02:00
pghero.yml
Use override_csp options on pghero ( #12489 )
2019-11-27 05:28:11 +01:00
puma.rb
Add PERSISTENT_TIMEOUT option ( #11756 )
2019-09-04 20:44:08 +02:00
routes.rb
Add bookmarks ( #7107 )
2019-11-13 23:02:10 +01:00
secrets.yml
Upgrade to Rails 5.0.0.1
2016-08-17 17:58:00 +02:00
settings.yml
Admin setting to disable default follows ( #12566 )
2019-12-16 23:55:50 +01:00
sidekiq.yml
Change trending hashtags to not disappear instantly after midnight ( #11712 )
2019-09-02 18:11:13 +02:00
themes.yml
More polished light theme ( #7620 )
2018-05-25 18:36:26 +02:00
webpacker.yml
Bump webpacker from 3.5.5 to 4.0.2 ( #10277 )
2019-03-15 15:05:31 +01:00