Eugen Rochko
f5bf5ebb82
Replace sprockets/browserify with Webpack ( #2617 )
...
* Replace browserify with webpack
* Add react-intl-translations-manager
* Do not minify in development, add offline-plugin for ServiceWorker background cache updates
* Adjust tests and dependencies
* Fix production deployments
* Fix tests
* More optimizations
* Improve travis cache for npm stuff
* Re-run travis
* Add back support for custom.scss as before
* Remove offline-plugin and babili
* Fix issue with Immutable.List().unshift(...values) not working as expected
* Make travis load schema instead of running all migrations in sequence
* Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
<UI />
* Add react definitions to places that use JSX
* Add Procfile.dev for running rails, webpack and streaming API at the same time
9 years ago
Ashley
1736badf28
Added '(dev)' to the title in development mode ( #2524 )
...
* Added different title for dev
* Changed indentation
9 years ago
Lindsey Bieda
25cbb8454c
Red favicon for dev ( #2470 )
...
* Set a dev specific favicon
* Consistent spacing
* Add trailing slash for consistency
* Update to remove interpolation
9 years ago
Masoud Abkenar
bb04a9be52
Persian translation ( #2405 )
...
* Persian translation
* adding :fa to make the site use the rtl stylesheet
based on [this comment](https://github.com/tootsuite/mastodon/pull/2405#issuecomment-296721105 )
* fix missing quotes
* add 'fa' locale
9 years ago
Eugen
e59f5c8e13
Add an RTL stylesheet for Arabic i18n ( #2378 )
9 years ago
Matt Jankowski
3834e1e69b
View spec fix ( #1888 )
...
* Add option to disable verify partial doubles
* Add show_landing_strip? helper method
* Use show_landing_strip? helper in accounts and stream entries views
* Fix naming in view specs
9 years ago
Eugen Rochko
f763e844e8
Do not use expiring links after all
10 years ago
Eugen Rochko
24e692b0cf
Set a specific S3 expiration time so that files can be cached
10 years ago
Eugen Rochko
1d0321fc45
Fix pt translations, improve pre-cache queries, removing will_paginate
...
from accounts/tags because it's a terribly inefficient way to paginate
large sets of data
10 years ago
Eugen Rochko
fdc17bea58
Fix rubocop issues, introduce usage of frozen literal to improve performance
10 years ago
Eugen Rochko
3cc47beb6e
Refactored generation of unique tags, URIs and object URLs into own classes,
...
as well as formatting of content
10 years ago
Eugen Rochko
85d89b472d
Optimized n+1 queries in accounts Atom and HTML views
...
Added stack trace for SQL queries in development
Removed badly thought out accounts/lookup API
10 years ago
Eugen Rochko
35dfc0fbcb
Fixed more case-sensitivity issues
10 years ago
Eugen Rochko
039e6f951c
Fix issue with unresolvable usernames
10 years ago
Eugen Rochko
a08e724476
Fix subscriptions:clear task, refactor feeds, refactor streamable activites
...
and atom feed generation to some extent, as well as the way mentions are
stored
10 years ago
Eugen Rochko
c8999a116e
Sanitize remote html in atom feeds, API (not just UI), use cached mention
...
relations on Status#mentions
10 years ago
Eugen Rochko
47d1cb4e21
TIL a return from a block seems to return from the whole method rather than
...
the block, even though the last line of a block is an implicit return. I am
confused to say the least
10 years ago
Eugen Rochko
071f64d317
Fix #13 , Atom feeds now contain formatted post content
10 years ago
Eugen Rochko
1aa477ac2f
Customized more doorkeeper views, only logged in users can create oauth apps
10 years ago
Eugen Rochko
23d08c6749
Changing the use of config constants to the Rails configuration object
10 years ago
Eugen Rochko
0e8f59c16f
Refactoring Grape API methods into normal controllers & other things
10 years ago
Eugen Rochko
47d50b0e39
A lot of fixes from a live test
10 years ago
Eugen Rochko
f16b31f077
Adding a bunch of tests
10 years ago
Eugen Rochko
8da8387afe
Add shared statuses to the database
10 years ago
Eugen Rochko
79baf2fd99
Process favourites, reblogs and replies from Salmon
10 years ago
Eugen Rochko
1dad72bf13
Fixes and general progress
10 years ago
Eugen Rochko
709c6685a9
Made some progress
10 years ago
Eugen Rochko
9c4856bdb1
Initial commit
10 years ago