- août 09, 2017
-
-
cmrd Senya a rédigé
-
cmrd Senya a rédigé
-
cmrd Senya a rédigé
This class is capable of quering a list of people from authors of given posts that are non-contacts of a given user.
-
cmrd Senya a rédigé
This class implements methods that allow to query relayables (comments, likes, participations, poll_participations) of other people for posts of the given person.
-
cmrd Senya a rédigé
This class allows to query posts where a person made any activity (submitted comments, likes, participations or poll participations).
-
cmrd Senya a rédigé
This commit refactors account deletion spec by moving data creation to a helper object DataGenerator.
-
- août 07, 2017
-
-
Benjamin Neff a rédigé
Include first/last name in invitation emails body
-
flaburgan a rédigé
-
flaburgan a rédigé
-
flaburgan a rédigé
-
- août 04, 2017
-
-
Benjamin Neff a rédigé
Bump acts-as-taggable-on
-
Benjamin Neff a rédigé
Upgrade sidekiq
-
Benjamin Neff a rédigé
Cleanup .gitignore and add note about .well-known to the changelog
-
- août 03, 2017
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
[ci skip]
-
Benjamin Neff a rédigé
-
- août 01, 2017
-
-
Benjamin Neff a rédigé
Fix bookmarklet for sprockets 3
-
- juil. 31, 2017
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
`Rails.application.assets` is only available when `config.assets.compile` is true (which is false in production). So the old way with a separate rake task doesn't work in production. But we can get the filename of the precompiled file from `Rails.application.assets_manifest.assets`.
-
Benjamin Neff a rédigé
Upgrade sprockets
-
Benjamin Neff a rédigé
Direct links to mobile comments
-
- juil. 30, 2017
-
-
Steffen van Bergerem a rédigé
-
Steffen van Bergerem a rédigé
-
Benjamin Neff a rédigé
And sprockets 3 also caches files in tmp/cache/assets/sprockets
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
The quiet_assets gem doesn't support rails 5, but sprockets 3 now has a config.assets.quiet option, which deprecates the quiet_assets gem. But the logging gem has a no-op silence method, that's why the quiet option doesn't work out-of-the-box. I added a little hack to use the silence method from ActiveSupport, which is also used from the original rails logger.
-
Benjamin Neff a rédigé
See rails/sprockets#169
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
- juil. 26, 2017
-
-
Benjamin Neff a rédigé
Fix filename typo for post interaction presenter spec
-
Steffen van Bergerem a rédigé
-
- juil. 25, 2017
-
-
Benjamin Neff a rédigé
Update jasmine
-
Benjamin Neff a rédigé
Add a Contributing file
-
Steffen van Bergerem a rédigé
-
- juil. 24, 2017
-
-
Benjamin Neff a rédigé
Issue #6559: Changed default mail FROM header and tests fixes #6559
-
netagonen a rédigé
Add pod name to FROM: header for no sender case
-
Rete2 a rédigé
-
- juil. 23, 2017
-
-
Benjamin Neff a rédigé
Exclude ignored people from followed tags when building stream-relation
-
Benjamin Neff a rédigé
This improves the main stream when you have less or inactive contacts and ignored an active person that posts many posts with tags. When the person is only removed after collecting all post ids, you don't see posts with tags from other people.
-