Jonne Haß
2ab16d473c
Merge pull request #5410 from svbergerem/configurable-source-url
...
Make source code url configurable
Conflicts:
config/diaspora.yml.example
2014-11-29 23:46:45 +01:00
Jonne Haß
ff04310158
Merge pull request #5426 from axilleas/diaspora_yml
...
Improve diaspora.yml comments
2014-11-29 17:55:24 +01:00
Achilleas Pipinellis
10453e53c2
Refactor diaspora.yml.example [skip ci].
...
- Fix typos and punctuation
- Add double '#' for comments where missed
- Add newlines where needed
2014-11-29 18:40:11 +02:00
Steffen van Bergerem
55f881da08
Make source code url configurable
2014-11-29 16:36:17 +01:00
Laurent PERON
9661d00ec8
issue #5430 : message added
2014-11-28 10:31:47 +01:00
Jonne Haß
137e60ca51
Merge pull request #5400 from Faldrian/5003-fix-more-button-mobile
...
Fix for "more" link on mobile view
2014-11-22 19:06:31 +01:00
Jonne Haß
827b68fe63
Improve wording on mail configuration section [ci skip]
2014-11-20 20:19:56 +01:00
Jonne Haß
91c734e4fc
Avoid mixed content warning through oEmbed content
...
- Switch dailymotion oEmbed endpoint to https
- Accept Mixcloud https URLs
- Accept dailymotion https URLs
2014-11-19 15:48:12 +01:00
Faldrian
4dbf42d970
added different behaviour depending on existence of posts
2014-11-16 15:06:08 +01:00
Faldrian
21806a2c9b
mobile more-link only if there may be a next page; added message for end of stream
2014-11-16 01:43:55 +01:00
Lukas Matt
556190b154
Add locales for chat privilege function
2014-11-13 11:32:34 +01:00
Lukas Matt
b54fb649b0
Add vines README file for cert instructions
2014-11-13 11:31:55 +01:00
Lukas Matt
94318ca27a
Modify diaspora config file and add defaults
2014-11-13 11:31:12 +01:00
Lukas Matt
24e1732256
Implement token authentication
...
* create a new token on a new session
* delete the current token on session exit
2014-11-13 11:27:56 +01:00
Lukas Matt
4d14e7d3ba
Add jsxc to assets list
2014-11-13 11:22:22 +01:00
Lukas Matt
38a238eb36
Set chat-flag for every aspect manually
...
On default none is permitted to chat with you.
You have to set extra privilege for an aspect.
2014-11-13 11:21:21 +01:00
Jonne Haß
7e46502bf9
Merge pull request #5353 from goobertron/ac_removal_mail
...
Reword account removal email notification
2014-11-09 18:58:19 +01:00
Dennis Schubert
6808150920
Method calling convention and doc improvements
...
... and a stealth-commit of an already introduced bug prevention system.
;)
2014-11-09 07:20:30 -08:00
Dennis Schubert
df4063fd45
Documentation improvements and changelog entry
...
I just assume camo is cool enough to get an own section.
2014-11-09 06:51:17 +01:00
Dennis Schubert
92cd4e6b78
Use camo for Markdown images
...
just a quick proof of concept
2014-11-08 05:14:18 +01:00
Dennis Schubert
9024d1a9b7
Add Camo configs
2014-11-08 05:14:18 +01:00
Steffen van Bergerem
25e4e558c5
Ask for confirmation when leaving a submittable publisher
2014-11-02 01:49:33 +01:00
Jonne Haß
3c808142fb
let default sidekiq config actually process the maintenance queue
2014-10-22 23:23:14 +02:00
goobertron
4b7761e52a
Clarify explanation of account deleteion process
2014-10-20 20:15:38 +01:00
goobertron
797f7eae8d
Reword account removal email notification
2014-10-17 14:49:25 +01:00
Jason Robinson
69c3566958
Maintenance feature to remove old users
...
Add Sidetiq webview to the Sidekiq monitoring panel
Add rake task maintenance:queue_users_for_removal
This basically just triggers an immediate run of the normal maintenance remove old users functionality that is normally (if enabled) scheduled to run once a day via sidetiq
Add extra safety when checking for user removal due to inactivity.
Now also user.last_seen will also be checked to make sure a user will not be removed in the event that the Devise rememember me login functionality has stopped the users remove_after timestamp from being removed.
Add initializer for maintenance job.
Add warning about mail being disabled if remove_old_users maintenance is enabled.
2014-10-16 22:53:08 +03:00
Jonne Haß
720ec1c64a
make nds and en_valspeak available
2014-10-12 15:20:20 +02:00
Jonne Haß
061dfab00b
updated 83 locale files [ci skip]
2014-10-12 15:20:20 +02:00
Sandip Trivedi
d7e8e2ce2c
Replaced jquery.textchange.js vendored asset with a bower package #5194
2014-10-06 18:54:50 -04:00
Florian Staudacher
4f87a47d0a
Merge pull request #4657 from svbergerem/bootstrap-people-view
...
Redesign profile page and port to Bootstrap
2014-10-06 15:09:08 +02:00
Jonne Haß
eac3f042a4
Reset dynamic configuration after each example in the testsuite
2014-10-04 00:59:03 +02:00
Brandon
805e476c34
Fixed typo
...
From "Seams" to "Seems"
2014-10-01 06:41:25 -04:00
Steffen van Bergerem
976ff0fcda
Redesign profile page and port to Bootstrap
2014-10-01 12:28:56 +02:00
Florian Staudacher
c7b4b77ce8
Merge pull request #5209 from jhass/federation_improvements
...
Federation improvements
2014-09-27 16:18:37 +02:00
Jonne Haß
2d2217b677
Monkey patch Sidekiq logger
...
Sidekiq 3.0 initialized the logger early before we had a chance
to set the logfile. Then we set a new logfile causing the old
logger to be closed. Since the default logger points to stdout,
it got closed causing all kinds of issues.
2014-09-20 03:01:43 +02:00
Florian Staudacher
1f724dd123
* add a (hash)tag helper for handlebars
...
* re-add stream on profile page
* more controller refactoring
2014-09-15 01:37:23 +02:00
Florian Staudacher
2572fb77fc
* refactored text direction detector into helper (also for handlebars)
...
* added handlebars helper for markdown formatting
* finished port of profile sidebar view to handlebars template
* people_controller refactoring
2014-09-15 01:37:23 +02:00
Florian Staudacher
0092c9c483
* create a handlebars view for the profile header
...
* unblock the user via ajax
2014-09-15 01:37:23 +02:00
Florian Staudacher
fba3092c61
* cleanup people_controller#show, add people_controller#stream for json
...
* introduce new presenters and extend the functionality of the BasePresenter
* add a handlebars template for the profile sidebar, render it everytime we need to update
* introduce a 'aspect_membership:update' global event
2014-09-15 01:37:23 +02:00
Jonne Haß
9c88fde821
Switch Faraday adapter to typhoeus
...
It uses curl which has less problems connecting
to a missconfigured IPv6 host (falls back to v4)
2014-09-07 10:47:47 +02:00
Jonne Haß
aa09f0cbb1
Merge branch 'release/0.4.1.0' into develop
2014-09-03 23:38:27 +02:00
Jonne Haß
e03f7f738b
make es-CO available
2014-09-03 23:38:20 +02:00
Jonne Haß
b424b94660
updated 45 locale files [ci skip]
2014-09-03 23:14:23 +02:00
Jonne Haß
5bbf8cd341
Merge branch 'release/0.4.1.0' into develop
2014-09-02 14:27:07 +02:00
Steffen van Bergerem
a627f65ef9
Correct default rails environment
2014-09-02 14:25:51 +02:00
Steffen van Bergerem
854dcf04db
Display new conversation form on conversations/index
2014-08-31 18:02:37 +02:00
Jonne Haß
f1ab434b18
Merge pull request #5153 from svbergerem/redesign-contacts-page
...
Redesign contacts page
2014-08-27 10:01:41 +02:00
Steffen van Bergerem
ff84ee0485
Small style changes, add tests
2014-08-26 22:45:43 +02:00
Steffen van Bergerem
f1408a7a09
Add contacts search and port aspect membership save/destroy to backbone
2014-08-26 21:41:11 +02:00
Steffen van Bergerem
9587961883
Display all contacts in the contact list
2014-08-26 21:41:02 +02:00