Benjamin Neff
b6c46b3fc4
add logging mixin and replace federation-logger
2015-06-04 04:16:03 +02:00
Jason Robinson
d2e0b3ceae
Fix Facebook scopes for cross-posting
...
Facebook deprecated their v1.0 API and thus the old ones no longer work (for new authorizations).
closes #6019 [ci skip]
2015-06-02 02:47:20 +02:00
Sandip Trivedi
36d6c5d2ba
Remove unnecessary initializer and comments in Gemfile and add explicit rubyzip gem version in Gemfile with description
...
closes #6001
2015-05-28 11:24:30 +02:00
Sandip Trivedi
2ba2ef1b9c
Replaces the zipzip gem with the rubyzip gem
2015-05-28 11:23:57 +02:00
Benjamin Neff
5655eead7c
make the logrotation configurable
...
closes #5994
2015-05-28 01:26:48 +02:00
Benjamin Neff
4f2ee11158
split eye output in 2 logfiles and forward stdout to terminal in dev mode
...
closes #5989
2015-05-26 03:06:42 +02:00
Benjamin Neff
b491ecac31
wrap the sidekiq logger to add the context info again
...
closes #5988
2015-05-25 04:23:28 +02:00
Jason Robinson
7c0e50c2c2
Introduce 'authorized' configuration option for services
...
Since the Facebook API has changed and additional permissions are required for all users on a pod to cross-post, an additional 'authorized' flag is needed to be set for the Facebook service.
This flag allows either all users, one user or no users to use the cross-posting service.
Clarifies the situation for #5923 , #5260 and #5085 .
closes #5985
2015-05-25 04:18:38 +02:00
Benjamin Neff
be3b2852be
use logging-logger for sidekiq
...
closes #5975
2015-05-22 02:53:50 +02:00
Benjamin Neff
ac96232d85
use logging gem for better logging with class name and log-level
2015-05-22 02:53:19 +02:00
Benjamin Neff
49f0fb6dcd
replace silence_assets.rb with quiet_assets gem
2015-05-22 02:53:19 +02:00
Steffen van Bergerem
ceec5084af
Use case insensitive unconfirmed email
...
closes #5967
2015-05-19 02:58:37 +02:00
Jonne Haß
4bde00177c
replace foreman with eye
...
closes #5966
2015-05-19 02:55:31 +02:00
Jonne Haß
a21de8b190
Make listen directive for Unicorn configurable
2015-05-19 02:55:01 +02:00
Akash Agrawall
8c7aa38aba
Indicates in the setting that the email is not visibile to the other users #5315
2015-05-16 03:41:52 +02:00
goobertron
2668c487e7
Remove dupe line from en.yml [ci skip]
...
closes #5951
2015-05-12 14:20:03 +02:00
Steffen van Bergerem
40bb44eb96
Mobile: manage followed tags
...
closes #5945
2015-05-12 04:00:07 +02:00
Steffen van Bergerem
0c5443d543
Make js-routes use compact and camelcase function names
...
closes #5941
2015-05-10 02:00:30 +02:00
Steffen van Bergerem
1428369849
Mobile: Add button to follow/unfollow tags
2015-05-10 01:59:50 +02:00
Jonne Haß
f0d51e24b8
Fix invalid setting calls in config/unicorn.rb
...
* .present? is an AS extension that isn't loaded at this point
* single_process_mode is defined in environment, not at the toplevel
2015-05-07 22:07:22 +02:00
Steffen van Bergerem
06e6e1db78
Remove private post content of also commented mails
...
merges #5931
2015-05-07 04:10:21 +02:00
Jonne Haß
a7699c2a2c
Update configurate and enable missing key exceptions
...
closes #5934
2015-05-07 04:03:43 +02:00
Jonne Haß
166a152dc0
Merge branch 'master' into stable
2015-05-06 23:53:52 +02:00
Jonne Haß
51918a798a
bump to 0.5.0.1
2015-05-06 23:52:40 +02:00
Dennis Schubert
d27061d5d6
Set captcha length correctly, fix #5932
2015-05-06 23:51:28 +02:00
Jonne Haß
f1c75e6a54
Bump open_graph_reader
...
It now returns the origin for a missing og:url
2015-05-04 23:43:53 +02:00
efstrian
63be9d57b6
Issue #5884 : Added link to diasporafoundation.org to invitation email (en)
2015-05-04 04:42:08 +02:00
Jonne Haß
db08cec9c0
update changelog and version for 0.5.1.0
2015-05-04 00:41:55 +02:00
Jonne Haß
69842b84a4
Merge branch 'master' into develop
2015-05-03 15:48:42 +02:00
Jonne Haß
8e2278b80d
Merge branch 'release/0.5.0.0-RC' into develop
2015-05-03 15:43:55 +02:00
Jonne Haß
260a10b2f2
updated 60 locale files [ci skip]
2015-05-03 15:43:35 +02:00
Jonne Haß
fe64db013b
Merge pull request #5888 from szlend/5508-fix-post-presenter-autoreload
...
Issue #5508 : Remove post_presenter from initializers
2015-04-30 13:06:21 +02:00
Benjamin Neff
28c9cfdfd4
write cucumber test and add order_id on create
2015-04-28 02:38:28 +02:00
Benjamin Neff
3c09756417
refactoring javascript and controller
...
- move to contacts.js
- use json
- move to aspects_controller
- add route
- rewrite test
- fix css in chrome
2015-04-28 01:57:43 +02:00
Simon Žlender
bec886109f
Issue #5508 : Remove post_presenter from initializers
2015-04-25 17:21:07 +02:00
Dennis Schubert
67a6c8be0c
Merge pull request #5877 from SuperTux88/fix-notification-mails
...
fix notification mails for limited posts
2015-04-25 01:09:46 +02:00
Jonne Haß
0bad6dba88
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-22 20:58:54 +02:00
Jonne Haß
6e546ff2bf
Trigger exports through a POST request
...
GET requests don't get any CSRF protection by Rails,
thus these sensitive actions should be better protected.
Thanks to @tomekr for the report.
2015-04-22 20:20:10 +02:00
Benjamin Neff
84c3814b94
fix notification mails for limited posts
2015-04-22 19:59:08 +02:00
Jonne Haß
d959dd725b
Merge pull request #5850 from svbergerem/modal-for-new-aspect
...
Use Bootstrap modal for new aspect form
2015-04-20 22:34:51 +02:00
Jonne Haß
85c376e591
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-19 15:58:41 +02:00
goobertron
a75ec75ec7
Update aspect edits text, reorder posting section
...
First iteration to update Help section
Changes from Fla
2015-04-19 15:57:21 +02:00
Jonne Haß
b3575ab56f
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-14 15:42:33 +02:00
goobertron
a687a8dc01
Update help text for renaming an aspect
2015-04-14 15:40:58 +02:00
Steffen van Bergerem
895d38de21
Refactor available services settings
2015-04-08 18:43:35 +02:00
Steffen van Bergerem
75ef9f47d0
Use Bootstrap modal for new aspect form
2015-04-07 10:45:09 +02:00
Jonne Haß
4b841ef076
Merge pull request #5843 from margori/private_post_subject_content
...
Limited post content excluded from subject of comment email
2015-04-04 00:39:40 +02:00
Marcelo Briones
aa6b590b3c
Limited post content excluded from subject of comment email
2015-04-03 16:37:17 -03:00
Steffen van Bergerem
07a344d051
Disable auto follow back on aspect deletion
2015-04-03 14:10:14 +02:00
Jonne Haß
179654071b
Move default_url_options to application.rb
...
Apparently the subclasses got loaded before the initializers
were run, thus not inheriting the config.
2015-04-01 14:59:07 +02:00