Jonne Haß
8624ebb921
bump to 0.5.1.2
2015-07-02 11:09:05 +02:00
Dennis Schubert
e92c8000ba
Do not leak private profile fields in JSON format
...
Signed-off-by: Dennis Schubert <mail@dennis-schubert.de >
2015-07-02 10:07:59 +02:00
Jonne Haß
56df5978af
bump to 0.5.1.1
2015-06-16 21:38:01 +02:00
Jonne Haß
532f78b5a1
Update rails to 4.2.2, rack to 1.6.2 and jquery-rails to 4.0.4
...
This fixes CVE-2015-3226, CVE-2015-3227, CVE-2015-1840 and CVE-2015-3225
2015-06-16 21:33:16 +02:00
Jonne Haß
9b36ec6797
release 0.5.1
2015-06-14 17:57:41 +02:00
Jonne Haß
7052f2a63b
updated 12 locale files [ci skip]
2015-06-14 17:40:55 +02:00
Jonne Haß
38b32ca2c4
updated 73 locale files [ci skip]
2015-06-09 05:51:16 +02:00
Dennis Schubert
2837e58903
Remove listen note from the readme
...
this is not included in 0.5.1.0.
[ci skip]
2015-06-09 05:48:29 +02:00
Dennis Schubert
ebd12430ea
Add note regarding production.server.listen changes
...
[ci skip]
2015-06-08 04:26:13 +02:00
Benjamin Neff
d42b5c128e
update photos when received over public path
...
closes #6082
2015-06-08 04:18:31 +02:00
Benjamin Neff
99b36598c7
add migration to fix public flag of photos
2015-06-08 04:15:17 +02:00
Benjamin Neff
e16b9af7e6
make public and private receiver work similar ...
2015-06-08 04:15:17 +02:00
Benjamin Neff
ed10bea21f
don't dispatch photos twice ...
2015-06-08 04:15:17 +02:00
Benjamin Neff
c75f92d07a
add XMLLogger to debug federation
2015-06-08 04:15:17 +02:00
Benjamin Neff
97153ad08b
update tests for new twitter client
...
closes #6083
2015-06-08 04:08:46 +02:00
Jan Berdajs
ec4e7b4a69
upgrade Twitter gem - fixes Faraday deprecation warning
2015-06-08 04:08:02 +02:00
Benjamin Neff
aa2297a8c0
retry receive share-visibility when failed while receiving parallel
...
refactoring:
- remove unused return-values (were used for caching, which was removed again)
- remove transaction (doesn't help here, added in 2615126 )
closes #6068
2015-06-08 00:58:00 +02:00
Benjamin Neff
010afa1019
refactor: iterate over visiblities
...
closes #6060
2015-06-08 00:45:16 +02:00
Benjamin Neff
0ffb83d351
load conversations and visibilities in one query with correct order
2015-06-08 00:44:41 +02:00
Benjamin Neff
735d692ac0
fix selected week on weekly stats page
...
closes #6079
2015-06-07 21:14:47 +02:00
Benjamin Neff
2571b042c6
only log private stuff to debug
...
closes #6069
2015-06-07 11:36:07 +02:00
Benjamin Neff
0b5bf2e340
add simplecov for test-coverage
...
works with rubymine
closes #6065
2015-06-06 17:54:57 +02:00
Jonne Haß
6c71d9f257
Only strip text direction markers around hashtags for now
...
Fixes #6067
2015-06-06 15:23:12 +02:00
Jonne Haß
fe3d8814c4
add rubocop binstub [ci skip]
2015-06-05 09:44:22 +02:00
Benjamin Neff
214ce1cf6e
change path to uma.jpg to /assets
...
closes #6064
2015-06-05 09:40:34 +02:00
Jonne Haß
d5c873d549
Disable Style/MultilineOperationIndentation [ci skip]
2015-06-04 21:23:31 +02:00
Jonne Haß
bb24b8bedb
bump BUNDLED WITH [ci skip]
...
See https://github.com/bundler/bundler/issues/3697
2015-06-04 11:27:37 +02:00
Jonne Haß
f9ce41bae4
bump fixture_builder
2015-06-04 10:58:01 +02:00
Benjamin Neff
27b4a44e4a
replace Rails.logger with logging-logger
...
closes #6041
2015-06-04 04:17:15 +02:00
Benjamin Neff
b6c46b3fc4
add logging mixin and replace federation-logger
2015-06-04 04:16:03 +02:00
Steffen van Bergerem
1b77258d0e
Set default for post title truncation to 70 characters
...
closes #6022
2015-06-02 12:14:35 +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
Benjamin Neff
b8a6af2742
add db migration to cleanup default avatar image-urls
...
closes #6014
2015-06-02 02:34:32 +02:00
Benjamin Neff
03dbb75dd5
don't save default avatars to the database
2015-06-02 02:32:01 +02:00
Benjamin Neff
a7fa3eabcb
Disable autocorrect/autocapitalize for the username
...
and cleanup the code so it follows the code guidelines
closes #5955
closes #6028
2015-06-02 00:44:47 +02:00
Steffen van Bergerem
35e75b3c64
Atom feed: set post title length to 50 and use configured pod name in the feed title
...
closes #6020
2015-06-01 04:55:27 +02:00
Jonne Haß
ea63343b69
bump oauth related dependencies
...
closes #5924
2015-06-01 04:44:45 +02:00
theworldbright
45a5e3d1c5
Change markdown-content hr style #5987
...
The <hr> tag in the markdown-content was #eee,
and thus almost invisible. It has been changed to
$border-gray (currently #ddd) to be consistent
with the other <hr> tags.
Adjust markdown-content hr style further
The hr tag is now centered at 85% width. It also
adds a default vertical margin that is equivalent
to the 0.8em the paragraph tags provide.
Refactor scss for markdown-content hr
Closes #6016
2015-05-31 20:39:55 +02:00
Jonne Haß
59bbbeba14
update bundled with to 1.10.2 for now [ci skip]
...
See https://github.com/bundler/bundler/issues/3697
2015-05-31 15:48:42 +02:00
Benjamin Neff
76ca4fdc70
use image_url for the logo in mails
...
closes #6013
2015-05-31 01:49:38 +02:00
Steffen van Bergerem
fdad348898
Fix tag rendering in emails
...
closes #6009
2015-05-31 01:47:05 +02:00
Jonne Haß
ac52cef546
Only return the current_users participation for post interactions
...
closes #6007
2015-05-30 03:08:25 +02:00
Sandip Trivedi
b026a2afe8
Replaces facebox vendored asset with rails gem #5194
...
closes #6005
2015-05-29 11:41:57 +02:00
Benjamin Neff
604ffb445a
optimized sprites
...
- move mobile icons to mobile-folder, so they aren't included in the
icons-sprite
- move logos to branding/logos, and create a logos-sprite without the
big other branding-images
- delete duplicate images
closes #6004
2015-05-29 11:39:30 +02:00
Benjamin Neff
247e9efe49
remove unused branding images
2015-05-29 11:39:01 +02:00
Benjamin Neff
bd8888291d
remove more old assets
2015-05-29 11:39:01 +02:00
Benjamin Neff
a22be8a4cb
remove unused social media logos and add attribution
2015-05-29 11:39:01 +02:00
Benjamin Neff
36b1568d32
remove old unused icons (mostly replaced by entypo)
2015-05-29 11:39:00 +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
21ae93e658
handle when the diaspora xml parser returns nil
...
closes #5991
2015-05-28 01:34:24 +02:00
Steffen van Bergerem
6206bb9920
Update markdown-it-hashtag
...
closes #5998
2015-05-28 01:28:15 +02:00
Benjamin Neff
5655eead7c
make the logrotation configurable
...
closes #5994
2015-05-28 01:26:48 +02:00
Dennis Schubert
62e8f87f2c
Do not mute ActiveRecord::RecordNotUnique for now see #5971 , regression from #5938
...
closes #5992
2015-05-26 05:25:39 +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
986ad0df14
fix validation for status-message when the author is missing
...
closes #5986
2015-05-24 11:16:05 +02:00
Benjamin Neff
8531b160a6
gracefully handle when a like is already deleted again
...
closes #5983
2015-05-24 02:30:02 +02:00
Benjamin Neff
68f7208ff5
use id from preloaded gon.post to fix broken liking with guid
...
closes #5978
2015-05-23 01:24:09 +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
Jonne Haß
47672dcd6b
ensure tmp/pids exists [ci skip]
2015-05-21 17:25:47 +02:00
Benjamin Neff
9cc0faa4e6
fixes reshares with no text but with photo
...
regression from 1da1c53f20
closes #5976
2015-05-21 00:46:50 +02:00
Benjamin Neff
9a4a7255e7
remove unused older and newer methods for posts
...
last renamed in 8386179f16
closes #5970
2015-05-19 10:42:39 +02:00
Benjamin Neff
289753e068
add "original post deleted" message on single post view
...
closes #5968
2015-05-19 03:00:51 +02:00
Benjamin Neff
cde9b24476
fix margin/padding for "original post deleted"-message
2015-05-19 02:59:31 +02:00
Benjamin Neff
267a1df3c4
fix root_diaspora_id when root was deleted
2015-05-19 02:59:31 +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
Benjamin Neff
a396a246ee
remove unused hasPhotos and hasText functions
...
- added in a836b06d3e
- removed in 49ea8c8563
closes #5969
2015-05-18 03:31:11 +02:00
Benjamin Neff
85087123f0
remove travis hax ... works on here ... I hope on travis too
...
closes #5964
2015-05-18 03:23:39 +02:00
Benjamin Neff
494c03a3fd
re add user atom feed on profile-page
2015-05-18 03:23:15 +02:00
Benjamin Neff
7cccb6594f
remove security hax comment
2015-05-18 03:23:15 +02:00
Benjamin Neff
196e438286
remove some hardcoded diasporahq hax
2015-05-18 03:23:14 +02:00
Jonne Haß
d2467319ed
Bump open_graph_reader
2015-05-17 20:44:37 +02:00
Steffen van Bergerem
6bec3d67ed
Update markdown-it-sanitizer and markdown-it-for-inline
...
closes #5965
2015-05-17 13:57:54 +02:00
Benjamin Neff
d74e20a790
fetch public posts when someone starts sharing with you
...
closes #5960
2015-05-16 13:54:01 +02:00
Benjamin Neff
30cc330747
fix empty searchable in hcard, parse empty as false
...
closes #5962
2015-05-16 12:48:33 +02:00
Benjamin Neff
c01fdb6e1c
fix the url for the public-posts json
...
closes #5958
2015-05-16 03:44:31 +02:00
Steffen van Bergerem
716952dc0d
Put 'email not visible' text into popover/tooltip
...
closes #5956
2015-05-16 03:42:14 +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
Jason Robinson
ce16a122fc
Fix missing localization of inactive user removal warning emails.
...
Fixes #5950
2015-05-16 03:40:06 +02:00
Jason Robinson
aec2467e98
Fix inactive user removal not respecting configuration for daily limits
...
It seems ActiveRecord ignores .limit() if .find_each() is used to iterate the query (http://stackoverflow.com/a/6680541/1489738 ). Using .each() instead. Added a test.
closes #5953
2015-05-16 03:36:25 +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
Dennis Schubert
1a4e3cef48
Mute ActiveRecord::RecordInvalid due to ignores
...
closes #5943
2015-05-10 14:26:21 +02:00
Dennis Schubert
32f95a860c
We don't always have invalid record messages ... so log the exception message instead.
2015-05-10 14:25:50 +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
Steffen van Bergerem
59e57c013b
Update jasmine-ajax
...
closes #5937
2015-05-10 01:59:17 +02:00
Dennis Schubert
6273c2959a
Rescue from private objects sent to the public api
...
closes #5938
2015-05-10 00:10:12 +02:00
Dennis Schubert
915dee3c4b
Mute some ActiveRecord::RecordNotUnique exceptions
2015-05-10 00:09:25 +02:00
Steffen van Bergerem
05ec235ea3
Pass along current_user in ContactPresenter#full_hash_with_person
...
closes #5936
2015-05-09 23:48:59 +02:00
Jonne Haß
60fb680572
bump hashie
...
closes #5925
2015-05-07 22:55:56 +02:00
Jonne Haß
729fc1a6bf
bump sprockets-rails
2015-05-07 22:55:37 +02:00
Jonne Haß
2240599f59
bump rack
2015-05-07 22:55:37 +02:00
Jonne Haß
5d9822056b
bump websocket
2015-05-07 22:55:36 +02:00
Jonne Haß
b702c80fb8
bump listen
2015-05-07 22:55:36 +02:00
Jonne Haß
e0116e268f
bump domain_name
2015-05-07 22:55:36 +02:00
Jonne Haß
11f4561ae5
bump childprocess
2015-05-07 22:55:36 +02:00
Jonne Haß
4cf681a538
bump rspec
2015-05-07 22:55:36 +02:00
Jonne Haß
1024b3b1f1
bump byebug
2015-05-07 22:55:36 +02:00
Jonne Haß
2634ea07a9
bump js-routes
2015-05-07 22:55:36 +02:00
Jonne Haß
487afed53e
bump webmock
2015-05-07 22:55:36 +02:00
Jonne Haß
70189f05f4
bump unicorn
2015-05-07 22:55:36 +02:00
Jonne Haß
a9519ede3d
bump twitter-text
2015-05-07 22:55:36 +02:00
Jonne Haß
147ea4e399
bump spring
2015-05-07 22:55:36 +02:00
Jonne Haß
fa24333ca1
bump rubocop
2015-05-07 22:55:35 +02:00
Jonne Haß
5a6f6c68cc
bump rack-cors
2015-05-07 22:55:35 +02:00
Jonne Haß
ac405dddeb
bump mini_magick
2015-05-07 22:55:35 +02:00
Jonne Haß
4f75205d9f
bump fog
2015-05-07 22:55:35 +02:00
Jonne Haß
5c6e20048a
bump entypo-rails
2015-05-07 22:55:35 +02:00
Jonne Haß
319edd70ad
bump backbone-on-rails
2015-05-07 22:55:35 +02:00
Jonne Haß
16562d6d36
bump autoprefixer-rails
2015-05-07 22:55:35 +02:00
Jonne Haß
55fdf51058
bump addressable
2015-05-07 22:55:35 +02:00
Jonne Haß
138551112b
Fix obtaining sidekiq log path
2015-05-07 22:30:07 +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ß
6c164fe236
Merge branch 'hotfix/0.5.0.1'
2015-05-06 23:52:54 +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
Rich
2ce0e8045b
Change <subtitle> branding on atom feeds
...
Minor consistency change ( from Diaspora to diaspora* )
closes #5929
2015-05-05 18:02:14 +02:00
Steffen van Bergerem
399fdb2c7d
Check request.format :mobile in home controller
2015-05-05 01:39:48 +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
Jonne Haß
a30e34bfdb
Merge pull request #5922 from diaspora/update_gems
...
Update gems
2015-05-04 15:14:34 +02:00
Jonne Haß
28ee47d6c9
bump sidekiq
2015-05-04 14:22:57 +02:00
Jonne Haß
bb14128052
bump ruby-oembed
2015-05-04 14:22:57 +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ß
19fd36b1ce
add changelog entry for #5908 [ci skip]
2015-05-04 04:06:55 +02:00
Steffen van Bergerem
0cffa00004
Add syntax highlighting for markdown content
2015-05-04 04:04:34 +02:00
Steffen van Bergerem
dd2e1ea29e
Use rails-assets for jquery.elastic.js
2015-05-04 03:51:20 +02:00
Steffen van Bergerem
c64c4114ac
Update jquery-rails
2015-05-04 03:42:36 +02:00
Steffen van Bergerem
a22127bfb1
Add ctrl+enter shortcut for conversations
2015-05-04 03:38:42 +02:00
Steffen van Bergerem
1fc31cc313
Fix close account for mobile view
...
and use Bootstrap modal for desktop close account
2015-05-04 03:31:28 +02:00
Jonne Haß
02cdf803b6
add travis badge for stable branch [ci skip]
2015-05-04 01:00:12 +02:00
Jonne Haß
0021326fc9
build stable
2015-05-04 00:42:54 +02:00
Jonne Haß
db08cec9c0
update changelog and version for 0.5.1.0
2015-05-04 00:41:55 +02:00
Jonne Haß
2c7848e3cb
Revert "Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations"
...
This reverts commit 096fa2ddbb , reversing
changes made to f7d1105148 .
2015-05-04 00:36:27 +02:00
Jonne Haß
69842b84a4
Merge branch 'master' into develop
2015-05-03 15:48:42 +02:00
Jonne Haß
f8b3836d1f
Merge branch 'release/0.5.0.0-RC'
2015-05-03 15:45:49 +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ß
5371c3876f
Merge pull request #5907 from pravi/add-x-permissions-to-scripts
...
add execution permission to scripts
2015-05-02 15:14:51 +02:00
Praveen Arimbrathodiyil
a4210cd501
drop install scripts, see #5907
2015-05-02 18:39:19 +05:30
Jonne Haß
2382f9eb24
Merge pull request #5896 from Raven24/fix-db-seeds
...
fix minor errors in db:seed task
2015-04-30 13:09:54 +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
Jonne Haß
78ea2c8204
Merge pull request #5878 from Flaburgan/chrome-frame
...
Fix the IE version number extractor to work without space between MSIE and the version number
2015-04-30 13:04:29 +02:00
Jonne Haß
59e8fc93a2
Merge pull request #5559 from SWW13/aspect_sort
...
Readd aspect sorting
2015-04-30 13:02:24 +02:00
Steffen van Bergerem
31bbfe8eab
Merge pull request #5887 from szlend/5874-fix-bold-links
...
Issue #5874 Fix styled links
2015-04-30 11:05:24 +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
Florian Staudacher
913d3484a6
fix minor errors in spec helper scripts, remove db/seeeds.rb
2015-04-28 01:02:27 +02:00
Simon Wörner
cee4f1c3cd
fixed aspect sorting, added minimal jquery ui, added test
2015-04-26 01:57:00 +02:00
Jonne Haß
288b83bd8d
Merge pull request #5891 from mrbrdo/3824_environment_sanity_check
...
fix script/server sanity checks
2015-04-25 19:09:43 +02:00
Jan Berdajs
2fa4c07a9c
fix sanity checks in script/server, remove migration check because it is too slow and Rails 4 checks it on first request anyway
2015-04-25 19:07:25 +02:00
Akash Agrawall
3763a87744
Environment sanity checks in script/server #3824
2015-04-25 17:46:51 +02:00
Jonne Haß
cfa4567d26
Merge pull request #5886 from artoartnik/develop
...
Fix unconventional image asset inclusion in css asset
2015-04-25 17:40:45 +02:00
Simon Žlender
bec886109f
Issue #5508 : Remove post_presenter from initializers
2015-04-25 17:21:07 +02:00
Simon Žlender
f5ce612299
Issue #5874 Fix styled links
2015-04-25 16:51:11 +02:00
Jonne Haß
e50dfea875
Merge pull request #5885 from mrbrdo/server-script-fix
...
fix broken output of script/server
2015-04-25 16:31:08 +02:00
Jan Berdajs
8dcc5fafef
fix broken output of script/server
2015-04-25 16:20:08 +02:00
Martin Artnik
283f22fc84
Fix unconventional image asset inclusion in css asset
2015-04-25 16:18:27 +02:00
Simon Wörner
4c13fd2b42
Revert "remove aspect sorting logic"
...
This reverts commit 8d8d3c649a .
Conflicts:
app/assets/javascripts/main.js
2015-04-25 02:16:54 +02:00
Dennis Schubert
c95dd68545
Merge pull request #5883 from SuperTux88/fix-camo-on-contacts-page
...
use camo for medium and small avatars
2015-04-25 01:26:28 +02:00
Dennis Schubert
b06a699dd6
Merge pull request #5879 from SuperTux88/encode-urls
...
encode unencoded urls and normalize IDN urls
2015-04-25 01:11:42 +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
Benjamin Neff
344b198900
use camo for medium and small avatars
2015-04-24 03:10:48 +02:00
Benjamin Neff
a863f3ebb2
encode unencoded urls and normalize IDN urls
2015-04-23 00:24:53 +02:00
Flaburgan
2b2c39eef3
Fix the IE version number extractor to work without space between MSIE and the version number, close #5858
2015-04-22 22:09:22 +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
Jonne Haß
0a70e51f74
Add a token the filename for exported user data
...
Also redirect to it for download, for Amazon S3
compatibility.
Prior to this patch an attacker could obtain an
users export by guessing the filename with a high
chance of success. Fully authenticating the
download request is a lot harder due to our diverse
deployment scenarios.
This brings the used method in line with the photo
export feature.
Thanks to @tomekr for the report.
2015-04-22 20:19:17 +02:00
Benjamin Neff
84c3814b94
fix notification mails for limited posts
2015-04-22 19:59:08 +02:00
Steffen van Bergerem
8e2103e69b
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-21 22:26:22 +02:00
Steffen van Bergerem
7648b58c15
Merge pull request #5875 from SuperTux88/add-mumble-protocol
...
add mumble protocol to linkify
2015-04-21 22:17:43 +02:00
Jonne Haß
61c890f274
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-21 22:02:28 +02:00
Steffen van Bergerem
6bb5e0a29b
Only render hovercard if the mouse is still on the username
2015-04-21 22:02:18 +02:00
Benjamin Neff
6cbb959700
add mumble protocol to linkify
...
also use double-quotes in the whole file
2015-04-21 21:16:55 +02:00
Jonne Haß
c8f990359d
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-21 20:50:27 +02:00
Steffen van Bergerem
a14713b985
Update markdown-it, disable fuzzy links
2015-04-21 20:50:16 +02:00
Jonne Haß
9a9cf6f6a5
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-21 20:48:41 +02:00
Steffen van Bergerem
2d3c0680ea
Fix uppercase registration/login labels and btn style
2015-04-21 20:48:30 +02:00
Jonne Haß
9d4916709b
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-20 22:40:12 +02:00
Jonne Haß
ae8735c2a3
Merge pull request #5870 from SuperTux88/fix-not_public-page
...
fix not_public page
2015-04-20 22:40:00 +02:00
Jonne Haß
37ec00f80b
Merge pull request #5854 from svbergerem/remove-managing-services-standalone
...
Remove 'manage services' link in standalone mode
2015-04-20 22:36:11 +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
Benjamin Neff
128cfb247c
fix not_public page
...
body was rendered in the head
2015-04-20 22:32:32 +02:00
Jonne Haß
9b3bf62e66
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-20 22:06:40 +02:00
Steffen van Bergerem
fc8e92b67a
Bump markdown-it
2015-04-20 22:06:00 +02:00
Jonne Haß
e996bd7e36
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-20 21:49:55 +02:00
Jonne Haß
6fe06f6d3c
Merge pull request #5868 from SuperTux88/fix-service-icons
...
fixed service-icons in sidebar
2015-04-20 21:49:46 +02:00
Benjamin Neff
13a6b1389d
fixed service-icons in sidebar
...
recovered css from old application.scss
was removed in e188782a9a
2015-04-20 21:49:36 +02:00
Jonne Haß
a06448447a
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-20 21:19:49 +02:00
Jonne Haß
7ff2536369
Merge pull request #5867 from SuperTux88/align-control-icons
...
fix control icon alignment in chromium browser
2015-04-20 21:19:38 +02:00
Benjamin Neff
0211da4116
fix control icon alignment in chromium browser
2015-04-20 21:06:17 +02:00
Jonne Haß
3a8724bf0b
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-19 16:22:34 +02:00
Jonne Haß
fa7a7c5d59
Merge pull request #5865 from SuperTux88/fix-mysql_to_unicode_mb4-migration
...
use "CONVERT TO" to change the encoding for the table and all character columns
2015-04-19 16:21:35 +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
Benjamin Neff
4be8a0bed9
change TEXT columns back to TEXT
...
mysql changes the type of TEXT columns to MEDIUMTEXT with "CONVERT TO",
but we don't want this, so change this columns back to TEXT.
see: https://bugs.mysql.com/bug.php?id=31291
2015-04-19 15:45:20 +02:00
Benjamin Neff
f4fd77fa7c
use "CONVERT TO" to change the encoding for the table and all character columns
...
see: https://dev.mysql.com/doc/refman/5.6/en/charset-conversion.html
2015-04-18 17:54:15 +02:00
Jonne Haß
f11a6b5417
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-15 15:41:41 +02:00
Praveen Arimbrathodiyil
2613896cfd
fix for #5862 , check for compiled assets
2015-04-15 15:39:19 +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
Jonne Haß
096fa2ddbb
Merge pull request #5852 from margori/3393-activity-stream-keeping-retracted-participations
2015-04-11 20:42:34 +02:00
Dennis Schubert
cfc98d9a2a
Merge branch 'hotfix/0.4.1.3' into release/0.5.0.0-RC
2015-04-11 20:15:10 +02:00
Dennis Schubert
f7d1105148
Merge branch 'hotfix/0.4.1.3' into develop
2015-04-11 20:12:13 +02:00
Dennis Schubert
ca46b4579b
Merge branch 'hotfix/0.4.1.3'
2015-04-11 20:01:03 +02:00
Dennis Schubert
9fc00d0814
Bump Redcarpet to fix OSVDB-120415
2015-04-11 19:51:18 +02:00
Marcelo Briones
6636a89118
Add participation counter
2015-04-11 14:41:17 -03:00
Asphyxia
5fb328864e
Activity stream keeping retracted participations
2015-04-10 21:46:42 -03:00
Jonne Haß
5481ddb540
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-10 19:23:00 +02:00
Jonne Haß
ec2a209b68
Lazily initialize Contact proxy in service helper
...
This prevents connecting to the database on rake assets:precompile,
which fails in certain build environments.
Running git blame on this and figuring out what in gods name this
is for, is for another time.
2015-04-10 19:19:16 +02:00
Dennis Schubert
0a2369395c
Merge pull request #5855 from svbergerem/no-services-available-message
...
Refactor available services settings
2015-04-09 06:31:47 +02:00
Steffen van Bergerem
895d38de21
Refactor available services settings
2015-04-08 18:43:35 +02:00
Steffen van Bergerem
b885b8583d
Remove 'manage services' link in standalone mode
2015-04-08 12:49:05 +02:00
Steffen van Bergerem
75ef9f47d0
Use Bootstrap modal for new aspect form
2015-04-07 10:45:09 +02:00
Jonne Haß
4812dc7a23
Merge pull request #5849 from svbergerem/406-on-people-contacts-json
...
Return 406 on people/guid/contacts, format json
2015-04-06 12:49:46 +02:00
Jonne Haß
f4ed086ae0
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-06 12:30:11 +02:00
Jonne Haß
3fcd0c683c
Merge pull request #5853 from svbergerem/update-changelog
...
Add link to custom splash page wiki examples
2015-04-06 12:29:21 +02:00
Steffen van Bergerem
e6cc20d686
Add link to custom splash page wiki examples
2015-04-06 12:26:28 +02:00
Steffen van Bergerem
a6b9c6c057
Return 406 on people/guid/contacts, format json
2015-04-04 03:48:44 +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
Jonne Haß
cc5bd16eb4
Merge pull request #5848 from svbergerem/migrate-only-sharing
...
Fix only sharing flag for contacts that are receiving
2015-04-04 00:16:37 +02:00
Jonne Haß
b90dc790e5
Merge pull request #5846 from svbergerem/fix-destroying-auto-follow-back-aspect
...
Disable auto follow back on aspect deletion
2015-04-04 00:13:24 +02:00
Jonne Haß
55593bfb86
Start undoing HoundCI derivations from Rubocop defaults
2015-04-04 00:01:22 +02:00
Steffen van Bergerem
c7c20f9b4e
Fix only sharing flag for contacts that are receiving
2015-04-03 23:45:27 +02:00
Steffen van Bergerem
019dc1478c
Add migration to remove deleted aspects from auto follow back
2015-04-03 23:02:41 +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ß
bec2508545
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-03 02:21:59 +02:00
Steffen van Bergerem
3e5eb350ae
Notification dropdown: 'mark all as read' link scroll fix
2015-04-03 02:21:06 +02:00
Jonne Haß
0155d8972a
Merge pull request #5839 from svbergerem/use-test-instead-of-match
...
Use test instead of match wherever possible
2015-04-01 23:54:42 +02:00
Steffen van Bergerem
f8707e0e1a
Use test instead of match wherever possible
2015-04-01 18:35:20 +02:00
Jonne Haß
4b54e1684f
Merge pull request #5837 from jhass/fix_default_url_options
...
Move default_url_options to application.rb
2015-04-01 18:34:27 +02:00
Jonne Haß
099bb01005
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-01 18:28:08 +02:00
Jonne Haß
2dd4bf0acf
Merge pull request #5838 from svbergerem/check-stream-before-adding-posts
...
Don't add mentions and reshares to all streams
2015-04-01 18:27:06 +02:00
Jonne Haß
6e1b5397cb
Merge pull request #5837 from jhass/fix_default_url_options
...
Move default_url_options to application.rb
2015-04-01 16:59:31 +02:00
Steffen van Bergerem
1701bc30d0
Don't add mentions and reshares to all streams
2015-04-01 16:51:08 +02:00
Steffen van Bergerem
fecd5947bb
Merge pull request #5824 from SansPseudoFix/Fix-overflow-mobile-tag-page
...
Fix tag overflow mobile page
2015-04-01 16:29:42 +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
SansPseudoFix
5b90e1a060
Fix tag overflow mobile page
...
modified: app/assets/stylesheets/mobile/mobile.scss
modified: app/assets/stylesheets/mobile/mobile.scss
2015-04-01 14:55:45 +02:00
Jonne Haß
205e527986
Merge pull request #5836 from svbergerem/missing-button-styles
...
Fix missing button styles in donate and admin sections
2015-04-01 14:36:04 +02:00
Steffen van Bergerem
6b024dcd45
Fix missing button styles in donate and admin sections
2015-04-01 13:34:56 +02:00
Jonne Haß
5dd5f0b176
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-01 04:02:47 +02:00
Jonne Haß
51c54caa34
Remove double entries from Gemfile.lock
2015-04-01 04:02:25 +02:00
Jonne Haß
548b0d8161
Rescue correct constant in Workers::ReceiveLocalBatch
...
Fixes #5834
2015-04-01 04:01:40 +02:00
Jonne Haß
0881810f4e
Merge branch 'release/0.5.0.0-RC' into develop
2015-04-01 03:07:30 +02:00
Jonne Haß
5c78ab6838
Merge pull request #5832 from svbergerem/remove-border-conversations
...
Remove border from conversation stream
2015-04-01 03:07:07 +02:00
Jonne Haß
a33f6001c1
Merge pull request #5831 from svbergerem/update-markdown-it
...
Bump markdown-it
2015-04-01 02:54:30 +02:00
Jonne Haß
9d4e7f3953
Merge pull request #5830 from svbergerem/fix-text-contact-page
...
Contacts page: remove broken title from 'Start a conversation' button
2015-04-01 02:54:18 +02:00
Jonne Haß
606d7499c2
Merge pull request #5833 from svbergerem/javascript-styleguide
...
Update javascript styleguide
2015-04-01 01:26:41 +02:00
Steffen van Bergerem
fdf3817ee2
Update javascript styleguide
2015-04-01 01:24:11 +02:00
Steffen van Bergerem
cb04e40de7
Remove border from conversation stream
2015-04-01 01:03:15 +02:00
Steffen van Bergerem
ba67196f5b
Bump markdown-it
2015-04-01 00:59:13 +02:00
Steffen van Bergerem
7870f3b127
Contacts page: remove broken title from 'Start a conversation' button
2015-04-01 00:47:31 +02:00
Jason Robinson
c0b8f03225
bump to 0.5.0.0-RC
2015-03-30 17:49:15 +03:00
Dennis Schubert
bafc3ae70e
Merge pull request #5822 from jhass/default_view
...
Replace default.html with a regular view
2015-03-29 00:16:35 +01:00
Jonne Haß
e274470d55
Replace default.html with a regular view
...
So we can correctly reference the images
2015-03-28 23:12:07 +01:00
Dennis Schubert
61c2fbf5ef
Merge pull request #5817 from jhass/generated_error_pages
...
Generate error pages on assets:precompile
2015-03-28 21:46:35 +01:00
Jonne Haß
1d5d872d2b
Merge pull request #5821 from svbergerem/fix-layout-regression
...
Fix layout regression: missing header on search page
2015-03-28 14:46:23 +01:00
Steffen van Bergerem
176938c486
Fix layout regression: missing header on search page
2015-03-28 13:54:52 +01:00
Jonne Haß
331f4ed988
updated 80 locale files [ci skip]
2015-03-27 11:44:44 +01:00
Jonne Haß
e7d0a978ba
Generate error pages on assets:precompile
...
This allows us to reuse any CSS we have, unify
their look and unify their look with the regular
page design.
This works by instantiating ActionView and rendering
templates in a rake task.
Inspired by the errgent gem.
2015-03-27 11:15:59 +01:00
Dennis Schubert
b07ad67946
Merge pull request #5819 from svbergerem/no-contacts-in-aspect-message
...
Add 'no contacts in this aspect yet' message
2015-03-27 03:50:42 +01:00
Steffen van Bergerem
9069fd235d
Add 'no contacts in this aspect yet' message
2015-03-27 03:20:42 +01:00
Dennis Schubert
aff728833a
Merge pull request #5818 from svbergerem/fix-frontend-regressions
...
Fix frontend regressions
2015-03-27 01:30:44 +01:00
Steffen van Bergerem
c9457ffd86
Add missing .container to admin pages, add note to changelog
2015-03-26 23:51:41 +01:00
Steffen van Bergerem
6f7f820ff4
Fix oembed style regression
2015-03-26 23:51:08 +01:00
Steffen van Bergerem
b69239ed2f
Merge pull request #5791 from SansPseudoFix/5745-Conversation-pagination-design-is-broken
...
Fix for 5745 - conversation pagination design is broken
2015-03-26 20:05:24 +01:00
SansPseudoFix
a97bfec39c
add option pagination
...
center pagination
Fix pagination css
Symbols for previous and next
modified: app/assets/stylesheets/conversations.scss
modified: app/views/conversations/index.haml
Add responsive pagination
Fix broken pagination
modified: app/assets/stylesheets/conversations.scss
modified: app/views/conversations/index.haml
Fix broken pagination for mobile
Mobile pagination
Unify desktop and mobile background
change background color
2015-03-26 19:53:23 +01:00
Steffen van Bergerem
241ac83f17
bump ruby-progressbar
2015-03-26 18:14:52 +01:00
Jonne Haß
2eaa5a4d3b
Merge pull request #5816 from svbergerem/remove-footer-stream-pages
...
Remove footer from stream and profile pages
2015-03-26 17:30:13 +01:00
Steffen van Bergerem
3a202d8fa9
Remove footer from stream and profile pages
2015-03-26 16:28:01 +01:00
Jonne Haß
b047013dd0
Merge pull request #5814 from svbergerem/update-markdown-it
...
Update markdown-it
2015-03-26 10:16:22 +01:00
Steffen van Bergerem
153efe7d7a
Change url to image-url in registration.css, added in #5743
2015-03-26 01:13:11 +01:00
Steffen van Bergerem
f3cbaddac4
Merge pull request #5743 from Flaburgan/change-make-something
...
Replace Make Something text by the diaspora ball logo on registration page
2015-03-26 01:10:58 +01:00
flaburgan
ef977a170f
Replace Make Something text by the diaspora ball logo on registration page
...
Add ball.svg to /graphics
2015-03-26 00:32:41 +01:00
Steffen van Bergerem
adf9bcf8e8
Update markdown-it
2015-03-26 00:07:25 +01:00
Jonne Haß
ea58c95fa0
Switch back to database cleaner
...
database_rewinder seems to cause deadlocks in postgres and other
subtle bugs for us.
2015-03-25 13:37:56 +01:00
Jonne Haß
3df3b89625
Merge pull request #5812 from diaspora/update_gems
...
Update gems
2015-03-25 13:29:51 +01:00
Jonne Haß
b58beb75fb
Update bundler on CI
2015-03-25 02:33:58 +01:00
Jonne Haß
15cdb552ba
bump systemu
2015-03-25 02:33:58 +01:00
Jonne Haß
30fcf4229e
bump fog
2015-03-25 02:33:58 +01:00
Jonne Haß
a6b61c473c
bump ruby-progressbar
2015-03-25 02:33:58 +01:00
Jonne Haß
4f887ba5d5
bump jwt
2015-03-25 02:33:57 +01:00
Jonne Haß
699bd6e597
bump excon
2015-03-25 02:33:57 +01:00
Jonne Haß
3b1e93cb30
bump test_after_commit
2015-03-25 02:33:57 +01:00
Jonne Haß
d1c42c77ba
bump sinatra
2015-03-25 02:33:57 +01:00
Jonne Haß
80957a769f
bump sidekiq
2015-03-25 02:33:57 +01:00
Jonne Haß
65a738e604
bump rspec-rails
2015-03-25 02:33:56 +01:00
Jonne Haß
03680ef718
bump rails_admin
2015-03-25 02:08:44 +01:00
Jonne Haß
ae93a1eef2
bump rails-assets-jasmine-ajax
2015-03-24 22:15:40 +01:00
Jonne Haß
a92ad87e94
bump pry-byebug
2015-03-24 22:15:02 +01:00
Jonne Haß
38b1f792a4
bump mini_magick
2015-03-24 22:13:33 +01:00
Jonne Haß
9f6ca586a1
bump guard
2015-03-24 22:12:51 +01:00
Jonne Haß
f0b7d68399
bump autoprefixer-rails
2015-03-24 22:11:08 +01:00
Jonne Haß
a30295dcc6
bump acts-as-taggable-on
2015-03-24 22:06:02 +01:00
Jonne Haß
451c4c2f57
use explicit source for rails-assets.org gems
2015-03-24 18:55:04 +01:00
Jonne Haß
61461db913
fix jasmine spec for correct reshare behavior
2015-03-24 17:20:33 +01:00
Jonne Haß
73b6c75278
On reshare insert the reshare built from the response
...
Also make sure comments_count and the like is always set in the
response.
2015-03-23 23:02:23 +01:00
Jonne Haß
42977333c4
fix javascript pluaralization rules
2015-03-23 20:53:52 +01:00
Jonne Haß
d4d68b10cc
update plural rules
2015-03-23 19:27:38 +01:00
Jonne Haß
cb1203d36e
updated 105 locale files [ci skip]
2015-03-23 15:51:27 +01:00
Jonne Haß
c0c5bb490a
Merge pull request #5809 from svbergerem/refactor-post-content-css
...
Refactor post content css, fix margin-bottom for lists in comments
2015-03-23 15:47:32 +01:00
Steffen van Bergerem
4d6c513b8e
Refactor post content css, fix margin-bottom for lists in comments
2015-03-22 02:19:36 +01:00
Steffen van Bergerem
50c187537d
Merge pull request #5721 from sam09/fixissue5626
...
Added margin top to lists. Fixes issue #5626
2015-03-22 00:38:51 +01:00
Sam Radhakrishnan
af410ef4e5
Added margin top to lists. Fixes issue5626
2015-03-22 02:43:01 +05:30
Jonne Haß
9f058b19a1
Merge pull request #5805 from visualsayed/5804-order-of-comments-on-the-mobile-version-is-reversed
...
order-of-comments-on-the-mobile-version-is-reversed #5804
2015-03-21 15:44:32 +01:00
Sayed
e21afc6636
order-of-comments-on-the-mobile-version-is-reversed #5804
2015-03-21 15:20:57 +02:00
Jonne Haß
644fc46dee
Merge pull request #5792 from MothOnMars/4020-role-specs
...
added specs and validations for Role model
2015-03-20 01:54:04 +01:00
Jonne Haß
0226cb9542
Merge pull request #5802 from jhass/rails42
...
bump to rails 4.2.1
2015-03-20 01:52:19 +01:00
Jonne Haß
496a16d14d
Merge pull request #5799 from svbergerem/invitation-input
...
Unify invite code and contacts page link style
2015-03-20 01:52:00 +01:00
Jonne Haß
241d12d824
Merge pull request #5798 from svbergerem/remove-centered-layout
...
Remove layout 'centered_with_header_with_footer'
2015-03-20 01:51:27 +01:00
Jonne Haß
51af6c3010
Merge pull request #5794 from svbergerem/jshint-guard
...
Use jshintrb and guard-jshintrb instead of jshint
2015-03-20 01:50:09 +01:00
Jonne Haß
9d85c488e3
bump to rails 4.2.1
2015-03-19 18:39:17 +01:00
Steffen van Bergerem
4a7781f1e7
Unify invite code and contacts page link style
2015-03-19 02:46:25 +01:00
Steffen van Bergerem
d9bf4a2fa6
Remove layout 'centered_with_header_with_footer'
2015-03-18 21:59:56 +01:00
Martha
d4f1a5dbe8
added specs and validations for Role model
...
- added shoulda-matchers gem for one-line specs
- added FactoryGirl syntax methods
2015-03-18 09:16:15 -07:00
Steffen van Bergerem
6d070c818c
Use jshintrb and guard-jshintrb instead of jshint
2015-03-18 10:49:17 +01:00
Dennis Schubert
efa2f43f72
Merge pull request #5793 from svbergerem/uncomment-jasmine-tests
...
Uncomment jasmine tests
2015-03-18 04:13:32 +01:00
Steffen van Bergerem
a161e4d3a7
Uncomment jasmine tests
2015-03-18 00:01:22 +01:00
Jonne Haß
5115582c55
Merge pull request #5790 from visualsayed/5693-reshare-count-broken-on-mobile-stream
...
fix missing reshares count on mobile stream #5693
2015-03-17 21:27:44 +01:00
Sayed
bf3d903c11
refactor mobile stream post_stats
2015-03-17 20:37:16 +02:00
Sayed
99f42cb643
fix missing reshares count on mobile stream
2015-03-17 01:14:22 +02:00
Steffen van Bergerem
0856eb8f86
Merge pull request #5788 from AugierLe42e/fix-search-element-selection
...
Fixes #5787
2015-03-16 23:36:51 +01:00
Augier
571685d590
Fix the broken searchbar ( #5787 )
2015-03-16 22:07:51 +01:00
Jonne Haß
ea4b590943
Merge pull request #5789 from svbergerem/unnecessary-on-home-page-steps
...
Remove unnecessary 'on the home page' steps
2015-03-16 16:37:41 +01:00
Steffen van Bergerem
d40cbd0b2b
Remove unnecessary 'on the home page' steps
2015-03-16 14:36:35 +01:00
Jonne Haß
dcfe9757aa
make Gemfile offence free
2015-03-16 12:50:05 +01:00
Jonne Haß
69285b955c
Enable Ruby linting
...
* Add Rubocop
* Add guard-rubocop
* Enable Ruby linting on Hound
2015-03-16 12:46:13 +01:00
Jonne Haß
e4a79fb77b
Merge pull request #5786 from svbergerem/refactor-sidebar-css
...
Refactor and improve sidebar css
2015-03-16 12:14:34 +01:00
Steffen van Bergerem
e7ec3d495f
Refactor and improve sidebar css
2015-03-16 02:03:53 +01:00
Jonne Haß
256d7862b9
Merge pull request #5782 from svbergerem/reshared-poll
...
Display reshared poll
2015-03-15 20:45:51 +01:00
Jonne Haß
5ea90016b3
Merge pull request #5783 from visualsayed/5737-too-long-tag-name
...
5737 too long tag name
2015-03-15 18:06:53 +01:00
Steffen van Bergerem
81cd1753e4
Improve link to original post in reshared polls
2015-03-15 17:07:16 +01:00
Jonne Haß
6b217c32f2
Shorten index for tweet_id too in mysql utf8mb4 migration
2015-03-15 16:59:50 +01:00
Hincu Petru
9589cb2e0f
disable poll voting for reshared post
2015-03-15 16:46:48 +01:00
Jonne Haß
414cfbdae0
Array#to_h is new in Ruby 2.1, we still suppport 2.0
2015-03-15 15:59:06 +01:00
Sayed
18a1958ef8
fix too long tag name #5737
2015-03-15 16:15:33 +02:00
Steffen van Bergerem
c3bf9dd831
Merge pull request #5761 from AugierLe42e/port-notifications-backbone-part2
...
Port notifications to backbone part. 2
2015-03-15 15:10:47 +01:00
Augier
322ee30005
Tests with Jasmine
2015-03-15 14:52:49 +01:00
Augier
f4534ec412
Refactor notification badge view (again)
2015-03-15 11:48:06 +01:00
Augier
673661b798
Ported searchbar
2015-03-15 11:48:06 +01:00
Augier
2a9fddf7a0
Port notifications to backbone part. 2
2015-03-15 11:48:06 +01:00
Jonne Haß
25e80fddc8
Merge pull request #5781 from svbergerem/various-style-fixes
...
Various style fixes
2015-03-15 04:20:47 +01:00
Steffen van Bergerem
caf7470e8e
Various style fixes
2015-03-15 01:58:29 +01:00
Jonne Haß
faecbc12df
Merge pull request #5777 from svbergerem/improve-readablity-participants-count
...
Conversations: Add rounded corners to participants count and improve readability
2015-03-14 18:26:02 +01:00
Steffen van Bergerem
ca087d6b26
Conversations: Add rounded corners to participants count and improve readability
2015-03-14 18:16:21 +01:00
Steffen van Bergerem
194fc3ea71
Merge pull request #5776 from lislis/rewrite-conversation-hover-in-css
...
Rewrite hover effect on conversations with multiple participants in css
Conflicts:
Changelog.md
2015-03-14 17:36:00 +01:00
Steffen van Bergerem
2e071a185c
Merge pull request #5741 from goobertron/add_likes_tests
...
Add tests for liking and unliking posts
2015-03-14 17:10:58 +01:00
Lisa Passing
a11322fd5d
make css nicer
...
update Changelog
remove weird merge thing
think of the padding and margin
2015-03-14 17:00:14 +01:00
goobertron
2b6ca180ce
Add tests for liking and unliking posts
2015-03-14 14:50:35 +00:00
Christophe
e2a591249a
Replace JQuery slide with transition
...
Conflicts:
app/assets/javascripts/inbox.js
app/assets/stylesheets/conversations.css.scss
2015-03-14 14:30:59 +01:00
Steffen van Bergerem
2328f64d56
Merge pull request #5580 from MothOnMars/5549-password-reset-error
...
display specific error messages for password change (issue #5549 )
2015-03-14 03:25:08 +01:00
Steffen van Bergerem
d7d9891293
Merge pull request #5722 from AugierLe42e/add-notif-unsubscribe-single-post-view
...
Add a notification subscribtion to the single post view
2015-03-14 00:52:03 +01:00
Augier
0887137262
Add a notification subscribtion to the single post view
2015-03-13 23:27:49 +01:00
Martha
985141c0e8
display specific error messages for password change (issue #5549 )
2015-03-13 11:35:21 -07:00
Steffen van Bergerem
fb8bc7b99e
Merge pull request #5764 from giniouxe/#5670-refactor-registration
...
Refactor registrations #5670 - Partial form
2015-03-13 18:31:40 +01:00
Giniouxe
efcff444fd
Refactor registrations #5670 - Partial form
2015-03-13 16:16:45 +01:00
Jonne Haß
2c2b47eae2
Merge pull request #5769 from svbergerem/remove-unused-css
...
Remove unused css and reduce blockquote font-size
2015-03-13 10:44:44 +01:00
Steffen van Bergerem
6dc18ac317
Reduce blockquote font-size
2015-03-13 01:41:14 +01:00
Steffen van Bergerem
84a5992a42
Refactor css code, remove unused code
2015-03-13 01:41:14 +01:00
Steffen van Bergerem
992c75da55
Merge pull request #5767 from SansPseudoFix/overflow-button-tag-too-long
...
Change overflow-x to overflow for long tag button
2015-03-13 01:19:11 +01:00
Jonne Haß
e6da51d916
Merge pull request #5766 from svbergerem/fix-mobile-notifications
...
Fix mobile notifications
2015-03-12 23:58:29 +01:00
SansPseudoFix
8dd8daf37e
Change overflow-x to overflow for long tag button
2015-03-12 23:46:15 +01:00
Steffen van Bergerem
1ff644c13e
Fix mobile notifications
2015-03-12 22:45:04 +01:00
Jonne Haß
cc585805ad
Merge pull request #5762 from svbergerem/entypo-controls
...
Use entypo for control icons
2015-03-12 19:29:40 +01:00
Jonne Haß
b757703fb1
Merge pull request #5763 from svbergerem/use-handlebars-helpers
...
Use handlebars helpers wherever possible
2015-03-12 19:28:42 +01:00
Steffen van Bergerem
af9d6ddab3
Use handlebars helpers wherever possible
2015-03-12 16:20:32 +01:00
Steffen van Bergerem
0715107735
Remove stream frame template
2015-03-12 14:43:20 +01:00
Steffen van Bergerem
4f960fd34a
Merge pull request #5733 from margori/avatar_shadow
...
Avatar aspect update and DRY
2015-03-12 14:28:16 +01:00
Marcelo Briones
7be56849d9
DRY on avatars
2015-03-12 09:52:36 -03:00
goobertron
b04a2638a5
Add box shadow and radius to avatars
2015-03-12 09:52:36 -03:00
Steffen van Bergerem
cb30ffc368
Use entypo for post control icons
2015-03-12 13:08:23 +01:00
Steffen van Bergerem
e99fe86ca0
Merge pull request #5752 from SansPseudoFix/fix-tag-button-overflow
...
fix tag button overflow
2015-03-12 10:43:56 +01:00
SansPseudoFix
26ad537a18
fix tag button overflow
...
fix tag button overflow
modified: app/assets/stylesheets/tag.scss
modified: app/assets/templates/tag_following_action_tpl.jst.hbs
2015-03-12 00:28:31 +01:00
Steffen van Bergerem
fb8db2f556
Merge pull request #5759 from jhass/bump_open_graph_reader
...
bump open_graph_reader
2015-03-11 23:35:52 +01:00
Jonne Haß
2c7b7bb0dc
bump open_graph_reader
2015-03-11 21:59:02 +01:00
Jonne Haß
6dfc77f385
Merge pull request #5758 from svbergerem/fix-missing-assets
...
Fix missing assets bug
2015-03-11 20:36:28 +01:00
Steffen van Bergerem
4f4dfc7554
Fix missing assets bug
2015-03-11 19:18:05 +01:00
Steffen van Bergerem
52c2a73d83
Merge pull request #5707 from AugierLe42e/port-notifications-backbone
...
[WIP] Port of notifications.js and notification-badge.js to Backbone part.1
2015-03-11 17:05:14 +01:00
Jonne Haß
2ca39fd8cc
Merge pull request #5755 from svbergerem/refactor-vendor-javascript
...
Refactor vendor javascript
2015-03-11 16:10:56 +01:00
Steffen van Bergerem
f5bf53a004
Refactor vendor javascript
2015-03-11 15:51:08 +01:00
Jonne Haß
a0bcc8c335
Merge pull request #5754 from svbergerem/fix-invitations-mobile
...
Fix mobile sign up with invitation
2015-03-11 12:41:45 +01:00
Steffen van Bergerem
be175e969e
Fix mobile sign up with invitation
2015-03-11 10:52:42 +01:00
Augier
95f4675ddf
Port of notifications to Backbone
2015-03-11 02:11:05 +01:00
Jonne Haß
8ab6f31e0a
Merge pull request #5751 from svbergerem/fix-photo-count-profile
...
Fix photo count in the profile view
2015-03-10 17:45:12 +01:00
Jonne Haß
add6dd3c50
Merge pull request #5749 from svbergerem/char-counter-fix
...
Publisher: fix services char counter
2015-03-10 17:43:32 +01:00
Steffen van Bergerem
e5584e400e
Update Changelog for #5731 [ci skip]
2015-03-10 16:45:04 +01:00
Steffen van Bergerem
d2222a97e5
Fix photo count in the profile view
2015-03-10 11:38:49 +01:00
Steffen van Bergerem
6091b7c269
Merge pull request #5731 from SansPseudoFix/fix-overflow-bs-stream
...
Global overflow fix
2015-03-10 00:07:12 +01:00
SansPseudoFix
6cf509454c
fix overflow blockquote stream
...
change word-break to wrap-wrap
modified: app/assets/stylesheets/stream_element.scss
remove useless word-wrap
global prevent for overflow
global overflow fix
Remove useless word-wrap
modified: app/assets/stylesheets/conversations.scss
modified: app/assets/stylesheets/new_styles/_base.scss
modified: app/assets/stylesheets/new_styles/_code.scss
modified: app/assets/stylesheets/single-post-view.scss
modified: app/assets/stylesheets/stream_element.scss
indent
2015-03-09 23:59:52 +01:00
Steffen van Bergerem
1b2b10877a
Fix services char counter
2015-03-09 21:18:10 +01:00
Jonne Haß
dd9c8d5632
Merge pull request #5747 from svbergerem/use-entypo-for-leftnavbar
...
Use entypo for leftnavbar
2015-03-09 20:01:58 +01:00
Steffen van Bergerem
73d04b706e
Use entypo icons for left navbar
2015-03-09 17:57:50 +01:00
Steffen van Bergerem
d3c0259026
Remove unused aspect files
2015-03-09 17:57:50 +01:00
Steffen van Bergerem
31d7904701
Remove unused blueprint invitations view
2015-03-09 17:57:49 +01:00
Jonne Haß
4a06c8c6bd
Merge pull request #5746 from svbergerem/markdown-linkify-www
...
Add missing http:// to urls
2015-03-09 12:16:46 +01:00
Steffen van Bergerem
3298373a7f
Add missing http:// to urls
2015-03-09 01:42:40 +01:00
Jonne Haß
679eca6f03
Bump jsxc
2015-03-08 23:04:52 +01:00
Steffen van Bergerem
9d6fc0a671
Merge pull request #5744 from Flaburgan/conversation-design
...
Fix conversaton publisher trailing border
2015-03-08 22:49:44 +01:00
flaburgan
ab4467954b
Fix conversaton publisher border
2015-03-08 21:59:23 +01:00
Steffen van Bergerem
49894ec05d
Merge pull request #5740 from jhass/publisher_margin
...
Reduce gap between publisher and stream
2015-03-08 16:08:51 +01:00
Jonne Haß
e6444cea67
Reduce gap between publisher and stream [ci skip]
2015-03-08 14:27:07 +01:00
Jonne Haß
00817c8583
Merge pull request #5728 from SansPseudoFix/5716-focus-link-color-bootstrap-header
...
Fix #5716 focus header link color
2015-03-06 23:44:03 +01:00
Jonne Haß
f525f9e34d
Merge pull request #5730 from Flaburgan/strip-markdown-from-title
...
Strip markdown from the heading of a post
2015-03-06 23:43:13 +01:00
Jonne Haß
2dafe8554c
Merge pull request #5735 from svbergerem/improve-bootstrap-stream-style
...
Improve Bootstrap stream style
2015-03-06 23:40:24 +01:00
Jonne Haß
2b65f44a0f
Merge pull request #5736 from svbergerem/update-markdown-it
...
Bump markdown-it
2015-03-06 23:39:54 +01:00
Steffen van Bergerem
b083560266
Improve Bootstrap stream style
2015-03-06 21:59:36 +01:00
Steffen van Bergerem
2a52f65160
Bump markdown-it
2015-03-06 20:40:06 +01:00
Jonne Haß
1c83cf0299
Merge pull request #5734 from svbergerem/remove-unused-css
...
Remove unused (vendor) css
2015-03-06 13:13:52 +01:00
Steffen van Bergerem
96fcae3532
Remove unused (vendor) css
2015-03-06 07:58:13 +01:00
Steffen van Bergerem
0f9ba4885c
Import chat.scss and change container to container-fluid
2015-03-06 01:18:37 +01:00
Jonne Haß
c2dab008ab
We may no longer have a file for an unprocessed photo
2015-03-06 00:52:17 +01:00
Jonne Haß
e7b92c15e2
Replace export_photos and export_users by export queue
2015-03-06 00:38:16 +01:00
Jonne Haß
25364893b9
Drop a few unused dot files [ci skip]
2015-03-05 23:04:58 +01:00
SansPseudoFix
53ac63cafa
refactoring - grey link with dark grey dots for focus
2015-03-04 23:46:52 +01:00
flaburgan
5dc8642a99
Strip markdown from the heading of a post. Impact notifications, email subjects, SPV <title>, the Atom feed...
2015-03-04 19:30:00 +01:00
SansPseudoFix
f8b69ae7d7
grey link with black grey dots border
2015-03-04 18:35:59 +01:00
SansPseudoFix
2b29bfe403
focus link grey with grey dots
2015-03-04 15:00:39 +01:00
Jonne Haß
26cda1b1c5
Merge pull request #5724 from AugierLe42e/comment-design
...
Changed color border on active text
2015-03-04 11:52:09 +01:00
SansPseudoFix
330ae471f1
Fix #5716 focus header link color
2015-03-04 11:03:44 +01:00
Jonne Haß
abc4203840
Merge pull request #5685 from margori/1802_export_photos
...
Export user photos
2015-03-04 01:45:51 +01:00
Marcelo Briones
b154d87070
Exports user photos as zip file
2015-03-03 19:45:57 -03:00
Augier
5be2fbafab
Changed color border on active text"
2015-03-03 21:18:53 +01:00
Jonne Haß
ba7f0cf2ed
Merge pull request #5719 from jhass/database_rewinder
...
Try to make Travis faster again
2015-03-02 19:19:53 +01:00
Jonne Haß
1a7988caaa
Drop asset cache and precompilation on Travis again
2015-03-02 15:32:36 +01:00
Jonne Haß
0f2d2bd44d
Replace DatabaseCleaner with DatabaseRewinder
2015-03-02 15:02:57 +01:00
Jonne Haß
15dd1b6bca
Merge pull request #5714 from delftswa2014/5631-broken-people-preview
...
Fix for issue #5631
2015-03-02 13:12:33 +01:00
Selman Ercan
35fe6bda68
Issue #5631 . Made top and left coordinates of hovercards match those of their parents.
...
Added line to changelog for bug fix of issue #5631 .
Processing the 'mouseleave' event only if we've left both the parent and the hovercard.
Fixed indentation.
Replaced issue id with pull request id and fixed indentation.
2015-03-02 09:41:29 +01:00
Jonne Haß
dd45b79a98
Drop Youtube oembed HTTPS hack
...
upstream ships it now that way
2015-03-02 02:34:51 +01:00
Jonne Haß
c9729d66d6
Explicitly set log level for production environment
2015-03-02 01:34:50 +01:00
Jonne Haß
66f8503740
Merge pull request #5715 from svbergerem/bootstrap-port-streams
...
Port stream views to Bootstrap
2015-03-02 01:00:10 +01:00
Steffen van Bergerem
0c7d319fdc
Remove unused css files
2015-03-02 00:04:58 +01:00
Steffen van Bergerem
e188782a9a
Remove blueprint code
2015-03-02 00:04:57 +01:00
Steffen van Bergerem
c838389b67
Fix invitations and tests
2015-03-02 00:04:56 +01:00
Pablo Cuadrado
56a79828bc
using circled help icon
2015-03-01 12:04:55 +01:00
Pablo Cuadrado
3721861c94
border on the left of the stream and profile header
2015-03-01 12:04:55 +01:00
Pablo Cuadrado
b0a8ecf8be
margin 0 was messing up the left bar
2015-03-01 12:04:55 +01:00
Pablo Cuadrado
2fb594735e
main stream widths with fluid container
2015-03-01 12:04:55 +01:00
Pablo Cuadrado
c402c65f56
unprefixing opacity
2015-03-01 12:04:55 +01:00
Pablo Cuadrado
52fef10bea
lame BR removed
2015-03-01 12:04:54 +01:00
Pablo Cuadrado
75480c5454
using entypo on the right section, better alignment and styles
2015-03-01 12:04:54 +01:00
Pablo Cuadrado
ba9bb619e4
using container instead of container fluid for the stream, we can manage this
...
better when migrating to Bootstrap 3
2015-03-01 12:04:54 +01:00
Pablo Cuadrado
84739a86d1
invite code box fix
2015-03-01 12:04:54 +01:00
Pablo Cuadrado
9cbc09316d
text shadow made the buttons look blurry
2015-03-01 12:04:53 +01:00
Pablo Cuadrado
b23c0f7ae4
ensuring that the oembed element has the same size of the thumb
2015-03-01 12:04:53 +01:00
Pablo Cuadrado
7f2ee4bf3d
dropping blueprint option on publisher
2015-03-01 12:04:53 +01:00
Pablo Cuadrado
24fdf8fb84
rightbar invitations ported to bootstrap
2015-03-01 12:04:53 +01:00
Pablo Cuadrado
b2e3866217
removing blueprint classes from new aspect modal
2015-03-01 12:04:53 +01:00
Pablo Cuadrado
122fde9093
colliding style removed
2015-03-01 12:04:52 +01:00
Pablo Cuadrado
cfff769152
comment button using bootstrap styles
2015-03-01 12:04:52 +01:00
Pablo Cuadrado
bb18803665
welcome to diaspora styles ported
2015-03-01 12:04:52 +01:00
Pablo Cuadrado
cb99ad9e68
left bar styles adjusted
2015-03-01 12:04:51 +01:00
Pablo Cuadrado
e48679affe
removing a missing mixing, using row instead of row-fluid
2015-03-01 12:04:51 +01:00
Pablo Cuadrado
c4fda4b563
main_stream ported, no further styling applied
2015-03-01 12:04:51 +01:00
Jonne Haß
a3cc24eced
Cache sprites on Travis
2015-02-28 18:43:54 +01:00
Jonne Haß
51f2bd64ef
Merge pull request #5713 from Flaburgan/tooltip-class
...
Add tooltip style on post report icon
2015-02-28 18:04:07 +01:00
flaburgan
741a24bc08
Add tooltip style on post report icon
2015-02-28 16:57:41 +01:00
Jonne Haß
93e8ed0ac5
Merge pull request #5712 from jhass/ci_precompile
...
Precompile assets on Travis
2015-02-28 15:08:26 +01:00
Jonne Haß
3ebd838d9d
Try caching precompiled assets
2015-02-28 13:07:35 +01:00
Jonne Haß
4d540ce715
Precompile assets on Travis
2015-02-28 12:56:03 +01:00
Jonne Haß
8dd313efc6
Merge pull request #5711 from svbergerem/update-markdown-it-plugins
...
Update markdown-it-diaspora-mention and markdown-it-sanitizer
2015-02-28 12:42:05 +01:00
Steffen van Bergerem
687cbf4954
Update markdown-it-diaspora-mention and markdown-it-sanitizer
2015-02-28 05:21:58 +01:00
Dennis Schubert
ab4e04e8c4
Don't specify file extensions in SCSS imports
2015-02-28 05:04:39 +01:00
Dennis Schubert
dfedb82ebd
Merge pull request #5710 from jhass/rename_scss_files
...
Remove .css extension from SCSS files
2015-02-28 04:00:25 +01:00
Jonne Haß
c96834bdf2
Remove .css extension from SCSS files
...
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00
Jonne Haß
89d58f3fcb
Merge pull request #5709 from diaspora/update_gems
...
Update gems
2015-02-28 03:36:00 +01:00
Jonne Haß
74eb3daba0
bump domain_name
2015-02-28 02:36:15 +01:00
Jonne Haß
10c040c04e
bump rails-assets-jquery-colorbox
2015-02-28 02:36:15 +01:00
Jonne Haß
a0be0fa1da
bump kgio
2015-02-28 02:36:15 +01:00
Jonne Haß
90d91ae63b
bump hashie
2015-02-28 02:36:15 +01:00
Jonne Haß
1a9f1ed462
bump ruby-progressbar
2015-02-28 02:36:14 +01:00
Jonne Haß
22464ba9fd
bump jwt
2015-02-28 02:36:14 +01:00
Jonne Haß
e2b321502d
bump cucumber
2015-02-28 02:36:14 +01:00
Jonne Haß
46176df481
bump bcrypt
2015-02-28 02:36:14 +01:00
Jonne Haß
95ba640e1b
bump handlebars_assets
2015-02-28 02:36:14 +01:00
Jonne Haß
1b0cf2d11f
bump compass & sass
2015-02-28 02:36:14 +01:00
Jonne Haß
fb6d3db7c7
bump autoprefixer-rails
2015-02-28 02:36:14 +01:00
Jonne Haß
9867f637ef
bump autoprefixer-rails
2015-02-28 02:36:14 +01:00
Jonne Haß
84c61b4879
bump uglifier
2015-02-28 02:36:13 +01:00
Jonne Haß
fe6f1dbf54
bump typhoeus
2015-02-28 02:36:13 +01:00
Jonne Haß
eaa5c7f361
bump twitter-text
2015-02-28 02:36:13 +01:00
Jonne Haß
fb2f6e908a
bump timecop
2015-02-28 02:36:13 +01:00
Jonne Haß
011235ea82
bump spring
2015-02-28 02:36:13 +01:00
Jonne Haß
ae97c140f5
bump simple_captcha2
2015-02-28 02:36:13 +01:00
Jonne Haß
2b9a2976f0
bump sidekiq
2015-02-28 02:36:13 +01:00
Jonne Haß
0d4c2d95c1
bump selenium-webdriver
2015-02-28 02:36:13 +01:00
Jonne Haß
987281270a
bump ruby-oembed
2015-02-28 02:36:13 +01:00
Jonne Haß
77f4be4401
bump rspec-instafail
2015-02-28 01:40:05 +01:00
Jonne Haß
a4e8b1aca2
bump responders
2015-02-28 01:40:04 +01:00
Jonne Haß
5f3b6533d9
bump redcarpet
2015-02-28 01:40:04 +01:00
Jonne Haß
f5a0d77e2a
bump rails_admin
2015-02-28 01:40:04 +01:00
Jonne Haß
fb4f3c3066
bump rails-i18n
2015-02-28 01:40:04 +01:00
Jonne Haß
33aeef2654
bump rails-assets-perfect-scrollbar
2015-02-28 01:40:03 +01:00
Jonne Haß
460779a234
bump rails-assets-jquery-placeholder
2015-02-28 01:40:03 +01:00
Jonne Haß
34044c4c75
bump rack-rewrite
2015-02-28 01:40:03 +01:00
Jonne Haß
3b3702cf4f
bump rack-protection
2015-02-28 01:40:02 +01:00
Jonne Haß
07a17a8aa5
bump rack-cors
2015-02-28 01:40:02 +01:00
Jonne Haß
492200a5fb
bump pry-byebug
2015-02-28 01:40:01 +01:00
Jonne Haß
77aa074c5d
bump nokogiri
2015-02-28 01:40:01 +01:00
Jonne Haß
dc47eca6ee
bump mysql2
2015-02-28 01:40:00 +01:00
Jonne Haß
b7235178f5
bump mini_magick
2015-02-28 01:40:00 +01:00
Jonne Haß
7311f3cbc1
bump json
2015-02-28 01:40:00 +01:00
Jonne Haß
44b9bb956f
bump js_image_paths
2015-02-28 01:39:59 +01:00
Jonne Haß
e6fb73dc90
bump js-routes
2015-02-28 01:39:59 +01:00
Jonne Haß
d047337a7e
bump http_accept_language
2015-02-28 01:39:59 +01:00
Jonne Haß
c1ef5e5d3b
bump haml
2015-02-28 01:39:58 +01:00
Jonne Haß
fe3bc2c1b2
bump guard
2015-02-28 01:39:55 +01:00
Jonne Haß
25dd8ffc67
bump fog
2015-02-28 01:06:36 +01:00
Jonne Haß
273363ba6e
bump faraday
2015-02-28 01:05:48 +01:00
Jonne Haß
e83cd159b0
bump database_cleaner
2015-02-28 01:05:03 +01:00
Jonne Haß
343d98f2f2
bump addressable
2015-02-28 01:02:14 +01:00
Jonne Haß
c0cb7536d5
bump acts-as-taggable-on
2015-02-28 01:01:48 +01:00
Jonne Haß
01a102e2f3
bump active_model_serializers
2015-02-28 01:01:03 +01:00
Dennis Schubert
5b64ae7b21
Merge pull request #5501 from jhass/rails42
...
Rails 4.2
2015-02-28 00:47:19 +01:00
Jonne Haß
678033fa23
replace deprecated stub syntax in export user spec
2015-02-27 17:00:42 +01:00
Jonne Haß
7a741c6dce
Ensure deliveries are cleared after each example
2015-02-27 17:00:41 +01:00
Jonne Haß
a0c22659d5
Monkey patch to prevent dumping limit on boolean fields
2015-02-27 17:00:41 +01:00
Jonne Haß
6790232960
bump pg
2015-02-27 17:00:41 +01:00
Jonne Haß
7e245a0082
Fix orphan conversations migration
...
Can't delete all with group/having
2015-02-27 17:00:41 +01:00
Jonne Haß
657d0baea7
Drop foreigner, Rails 4.2 ships the provided functionality
2015-02-27 17:00:41 +01:00
Jonne Haß
8fd39d67f0
Rendering a file is no longer the default
2015-02-27 17:00:41 +01:00
Jonne Haß
3a90386303
deliver needs to be called on the return value of the mailer call
2015-02-27 16:58:39 +01:00
Jonne Haß
f62ba0f73c
Don't split contact_ids when they already are an array
2015-02-27 16:58:39 +01:00
Jonne Haß
d295b5d5b5
ActiveRecord::Base::reflection returns strings now
2015-02-27 16:58:39 +01:00
Jonne Haß
9530f00bd6
Don't use a too large invalid id
2015-02-27 16:58:39 +01:00
Jonne Haß
2d7399de28
Bump activerecord-import
2015-02-27 16:58:39 +01:00
Jonne Haß
1ec3f5caa6
Don't pass a model instance where an id is expected
2015-02-27 16:58:39 +01:00
Jonne Haß
f49c8884f4
Use _url, not _path, in mailers
2015-02-27 16:58:39 +01:00
Jonne Haß
290aded7f6
ActionMailer deliver -> deliver_now
2015-02-27 16:58:39 +01:00
Jonne Haß
162303db37
Enable Rails 5 behavior for exceptions in after_commit callbacks
2015-02-27 16:58:39 +01:00
Jonne Haß
9ad2409264
Don't use AR internals (@attributes)
2015-02-27 16:58:38 +01:00
Jonne Haß
3a8302ff7f
serve_static_assets was renamed to serve_static_files
2015-02-27 16:58:38 +01:00
Jonne Haß
b53ce9a51d
Bump Rails to 4.2
2015-02-27 16:58:38 +01:00
Jonne Haß
ed44689670
Fix a spec for LikesController
2015-02-27 16:36:45 +01:00
Jonne Haß
99ea156e1c
Refactor User.total_users into a scope
2015-02-27 16:30:51 +01:00
Jonne Haß
6432bbe67b
fix
2015-02-27 16:29:49 +01:00
Jonne Haß
93c9ad6eba
Fix participations controller spec
2015-02-27 16:27:55 +01:00
Jonne Haß
95053ccbf2
Merge pull request #5351 from MarcBurt/5041-Total-user-statistic-shouldnt-include-closed-accounts
...
5041 total user statistic shouldnt include closed accounts
2015-02-27 16:02:35 +01:00
Jonne Haß
e46a77ba19
Merge pull request #5706 from aka001/help_section
...
Update the help section #5698
2015-02-27 15:57:12 +01:00
Jonne Haß
e8440bb25f
Merge pull request #5683 from svbergerem/mobile-fix-style-more
...
Mobile: fix style of 'more' button
2015-02-27 15:53:36 +01:00
Jonne Haß
205f82bfd0
Merge pull request #5648 from Zauberstuhl/jsxc_use_ajax_login
...
Adjust jsxc initialization for ajax login
2015-02-27 15:52:30 +01:00
Jonne Haß
be1ab6c6a3
Merge branch 'collimarco-issue5350' into develop
2015-02-27 15:33:55 +01:00
Jonne Haß
073e99992e
Some fixes to participation controls
...
* prevent default event in JS handlers to prevent jumping back to the
top.
* Use js-routes
* Use sprite for icons
* Reply with 200 instead of 204 when destroying a participation,
to prevent errors in the browser console.
2015-02-27 15:31:30 +01:00
Akash Agrawall
e85cb7b373
Help_section_update_keyboard_shortcut
2015-02-27 16:36:11 +05:30
Jonne Haß
39c50b231f
Merge pull request #5665 from AugierLe42e/chat-help-section-bis-repetita
...
Adding help section for chat
2015-02-26 22:20:57 +01:00
Augier
168adae009
Adding help section for chat
2015-02-26 18:06:39 +01:00
Lukas Matt
e484ebc85f
Using dot notation for accessing token
2015-02-25 00:11:01 +01:00
Lukas Matt
94f73be7d9
bump Vines to v0.1.27 and Jsxc to v0.0.12
2015-02-25 00:11:01 +01:00
Lukas Matt
30685b2709
Adjust jsxc initialization for ajax login
...
related to diaspora/jsxc#81
2015-02-25 00:09:23 +01:00
Jonne Haß
3a0857b4bf
Merge pull request #5699 from WebDevFromScratch/5690-update-stream-on-reshare
...
5690 update stream on reshare
2015-02-23 16:37:54 +01:00
PIOTR KLOSINSKI
b8be76be3c
changed reshare function, so it adds the object to the stream
...
tests for reshares
Changelog.md update
fixing a style issue
removed unnecessary semicolon
2015-02-23 15:44:31 +01:00
Steffen van Bergerem
cdd1155bd2
JSHint: change values for bitwise and notypeof to the thoughtbot defaults [ci skip]
2015-02-22 13:42:02 +01:00
Jonne Haß
9ad26604b7
Merge pull request #5640 from zachrab/5625-disable-mail-to-deleted-user
...
Fixes issue #5625
2015-02-20 02:29:51 +01:00
zachrab
f695b5d3e7
Set disable_mail to true
...
Add #clear_account! disable mail spec
Add migration for disabling mail for all closed accounts
Change migration to use #update_all for disable_mail attribute
Add #clear_account! false fields spec
2015-02-19 16:45:39 -08:00
Jonne Haß
5af4324377
Merge pull request #5691 from svbergerem/contacts-start-conversation
...
Contacts page: 'Start a conversation' button should depend on number of contacts in aspect
2015-02-20 00:17:50 +01:00
Steffen van Bergerem
0434599bd0
Contacts page: 'Start a conversation' button should depend on number of contacts in aspect
2015-02-19 20:22:07 +01:00
Jonne Haß
fb1ff06395
Merge pull request #5686 from svbergerem/fix-conversations-notification
...
Fix notification for new conversations
2015-02-19 14:13:57 +01:00
Steffen van Bergerem
53714c4699
Fix notification for new conversations
2015-02-19 13:39:25 +01:00
Jonne Haß
a19b91083e
Merge pull request #5643 from aka001/5564_lock_account
...
Lock account #5564
2015-02-19 03:43:38 +01:00
Akash Agrawall
3bb5e78893
Lock account #5564
2015-02-19 05:45:04 +05:30
Steffen van Bergerem
8beadf5400
Merge pull request #5391 from Flaburgan/unify-not-connected-pages
...
Unify disconnected pages
2015-02-19 00:45:15 +01:00
flaburgan
2b19b4bfc9
Remove #sign-up-text, change placeholder text to lower-case, fix tests
2015-02-19 00:07:41 +01:00
Steffen van Bergerem
b3558d0db1
Fix captcha and box-shadow
2015-02-18 22:45:46 +01:00
flaburgan
1c231f3171
refactoring of the public pages design
2015-02-18 22:45:46 +01:00
flaburgan
44649e9167
Unify not connected pages
2015-02-18 22:45:46 +01:00
Steffen van Bergerem
06ab4d0514
Mobile: fix style of 'more' button
2015-02-18 20:41:01 +01:00
Jonne Haß
7de66abce9
Merge pull request #5682 from svbergerem/opacity-transition-post-controls
...
Add opacity transition for post controls
2015-02-18 18:38:23 +01:00
Steffen van Bergerem
7d485ce6a6
Add opacity transition for post controls
2015-02-18 18:16:10 +01:00
Steffen van Bergerem
b4ab31d6f9
Merge pull request #5680 from jhass/strip_formatting_chars
...
Strip Unicode format characters prior post processing
2015-02-18 03:26:50 +01:00
Jonne Haß
6a5a407e49
Strip Unicode format characters prior post processing
2015-02-17 23:29:05 +01:00
Steffen van Bergerem
c03eb0c191
Merge pull request #5675 from SansPseudoFix/5586-fix-overflow-code-mobile
...
fix code overflow in mobile comments #5586
2015-02-17 13:09:56 +01:00
SansPseudoFix
0c49219ca7
Global prevent for overflow in mobile view
2015-02-17 13:00:39 +01:00
Steffen van Bergerem
a47f7c2556
Merge pull request #5666 from jhass/editorconfig
...
Editorconfig
2015-02-17 04:55:16 +01:00
Jonne Haß
34187c9d42
Merge pull request #5679 from svbergerem/update-jasmine-ajax
...
Update jasmine-ajax
2015-02-17 04:42:38 +01:00
Steffen van Bergerem
eb7e2eac9d
Update jasmine-ajax
2015-02-17 04:03:42 +01:00
Jonne Haß
ce618b3a51
Merge pull request #5677 from svbergerem/notifications-year-style
...
Style improvements for the year on the notifications page
2015-02-16 22:26:50 +01:00
Steffen van Bergerem
d1dfd7c1cd
Style improvements for the year on the notifications page
2015-02-16 21:45:39 +01:00
Jonne Haß
278ca84ec2
Merge pull request #5676 from svbergerem/notifications-add-year
...
Add year to notifications page
2015-02-16 18:44:48 +01:00
Steffen van Bergerem
9c22ed6aef
Add year to notifications page
2015-02-16 18:02:50 +01:00
Jonne Haß
3149ab7125
Merge pull request #5672 from svbergerem/bootstrap-stream-improvements
...
Bootstrap stream: add spinner and improve comment box
2015-02-16 12:59:41 +01:00
Steffen van Bergerem
4da6b075ad
Bootstrap stream: fix interaction buttons
2015-02-16 06:23:34 +01:00
Steffen van Bergerem
f1836580db
Bootstrap stream: add spinner and improve comment box
2015-02-16 04:56:35 +01:00
Jonne Haß
34ad598cff
Merge pull request #5594 from Faldrian/4055-add_contacts_mobile
...
4055 add contacts mobile
2015-02-15 23:12:18 +01:00
Faldrian
8f3c03edfa
Added dropdown to add/remove people from/to aspects in mobile view
2015-02-15 22:08:15 +01:00
Jonne Haß
e801c859a8
Merge pull request #5671 from giniouxe/5662-privacy-button-text
...
Issue #5662 Fix text on change button
2015-02-15 20:38:52 +01:00
Giniouxe
e2866a12ea
Issue #5662 : Fix text on change button
2015-02-15 20:42:55 +01:00
Jonne Haß
9dbf6b82a8
Merge pull request #5655 from svbergerem/contacts-page-add-invitations
...
Add invitation link to contacts page
2015-02-15 16:00:20 +01:00
Jonne Haß
0af6fabfc7
Merge pull request #5650 from svbergerem/improve-hovercards-cuke
...
Make the hovercards cuke more reliable
2015-02-15 15:58:47 +01:00
Jonne Haß
f326b58d31
Merge pull request #5664 from svbergerem/remove-people-last_post
...
Remove last_post from PeopleController
2015-02-15 15:58:02 +01:00
Jonne Haß
e05ae411eb
Merge pull request #5667 from svbergerem/help-section-routing
...
Add routes for help sections
2015-02-14 22:19:37 +01:00
Steffen van Bergerem
c5468f072f
JSHint: Add spyOn as a global variable
2015-02-14 19:44:00 +01:00
Steffen van Bergerem
9373d5bd20
Fix jasmine tests for new help routes
2015-02-14 19:38:00 +01:00
Augier
aa62266376
Added routing system to open a section in help
2015-02-14 18:05:40 +01:00
Jonne Haß
bfa31df813
add editorconfig
2015-02-14 17:07:56 +01:00
Jonne Haß
f980eba0a3
add a missing translation
2015-02-14 12:43:48 +01:00
Steffen van Bergerem
f37a018b0e
Merge pull request #5521 from arlogn/profile-photos-as-thumbnails
...
profile photos as thumbnails
2015-02-14 02:55:57 +01:00
arlogn
43a2a5c336
profile photos as thumbnails
2015-02-14 02:27:32 +01:00
Steffen van Bergerem
d96229fddc
Disable SCSS linter
2015-02-13 20:37:41 +01:00
Jonne Haß
84cfaa1cfb
Merge pull request #5659 from Zauberstuhl/link_to_remote_profile
...
Add the ability to link remote user profiles
2015-02-13 20:35:14 +01:00
Lukas Matt
a475d5fb62
Add the ability to link to remote user profile
...
related to diaspora/jsxc#77
2015-02-13 19:23:26 +01:00
Jonne Haß
b910adc52b
Merge pull request #5663 from svbergerem/pending-specs
...
Green pending specs for evil query spec tag stream
2015-02-13 13:46:08 +01:00
Jonne Haß
8a0f9352a2
Merge pull request #5661 from svbergerem/bump-markdownit-sanitizer
...
Bump markdown-it-sanitizer
2015-02-13 13:45:16 +01:00
Steffen van Bergerem
55cb2dd30a
Green pending specs for evil query spec tag stream
2015-02-13 12:30:53 +01:00
Steffen van Bergerem
2193ff2b58
Remove last_post from PeopleController
2015-02-13 12:25:50 +01:00
Steffen van Bergerem
d09e8a3758
Bump markdown-it-sanitizer
2015-02-13 02:58:31 +01:00
Jonne Haß
e9179e33ea
bump spring
2015-02-13 00:32:50 +01:00
Steffen van Bergerem
1733131c0c
Add invitation link to contacts page
2015-02-12 03:34:24 +01:00
Jonne Haß
a5d9d779ff
Merge pull request #5653 from goobertron/changelog_typo
...
Fix typo in Changelog
2015-02-11 21:39:33 +01:00
goobertron
5cad9b3c6c
Ahem!
2015-02-11 20:30:09 +00:00
Jonne Haß
3c58cbeaee
Merge pull request #5646 from svbergerem/fix-conversation-scrolling
...
Conversations: fix badge count and automatic scrolling
2015-02-11 14:19:48 +01:00
Jonne Haß
97a5e24edc
update changelog for #5652 [ci skip]
2015-02-11 14:12:02 +01:00
Jonne Haß
ac75b476d0
Merge pull request #5652 from svbergerem/add-hovercards-to-mentions
...
Add hovercards for mentions
2015-02-11 14:10:00 +01:00
Steffen van Bergerem
7112cb112b
Add hovercards for mentions
2015-02-11 00:46:00 +01:00
Jonne Haß
1c202db3ce
Merge pull request #5649 from svbergerem/update-jasmine
...
Update jasmine
2015-02-10 21:10:42 +01:00
Steffen van Bergerem
3db305264e
Make the hovercards cuke more reliable
2015-02-10 20:48:51 +01:00
Steffen van Bergerem
5f4f32f2cf
Update jasmine
2015-02-10 19:28:52 +01:00
Steffen van Bergerem
8962d75eb7
Conversations: fix badge count and automatic scrolling
2015-02-10 19:11:20 +01:00
Jonne Haß
cb6502016c
Merge pull request #5647 from svbergerem/fix-typo-aspectglobalhelper
...
Fix typo in AspectGlobalHelper
2015-02-10 17:11:46 +01:00
Steffen van Bergerem
17c7771a6b
Fix typo in AspectGlobalHelper
2015-02-10 16:43:14 +01:00
Jonne Haß
dece3cf6b0
Merge pull request #5417 from svbergerem/notifications-fix-timeago
...
Fix timeago for notifications, add 'no notifications yet' message
2015-02-10 12:20:09 +01:00
Steffen van Bergerem
f27b9dbf79
JSHint disable maxlen and quotmark [ci skip]
2015-02-10 00:43:06 +01:00
Steffen van Bergerem
3312f97981
Fix timeago for notifications, add 'no notifications yet' message
2015-02-09 03:56:37 +01:00
Jonne Haß
ab2e4781f8
Merge pull request #5639 from aka001/5373_technical_limitation
...
Technical limitations of how old one can be on D* #5373
2015-02-09 02:28:15 +01:00
Jonne Haß
8bb99fd7c6
disable ruby linter for now [ci skip]
2015-02-09 01:50:31 +01:00
Akash Agrawall
6b105274af
Technical limitation of how old one can be on D* 5373
2015-02-09 06:19:09 +05:30
Jonne Haß
dce1e3c6f5
Merge pull request #5637 from svbergerem/add-js-linter
...
Add JSHint javascript linter
2015-02-09 00:36:42 +01:00
Steffen van Bergerem
c9e46a09d8
Add files for houndci, stricter rules for JSHint
2015-02-09 00:03:51 +01:00
Steffen van Bergerem
2ec093a54c
JSHint boss, evil, loopfunc and scripturl
2015-02-08 23:41:33 +01:00
Steffen van Bergerem
ab6732cac1
JSHint eqeqeq
2015-02-08 23:41:32 +01:00
Steffen van Bergerem
5fa6b8253e
JSHint unused and undefined variables
2015-02-08 23:41:32 +01:00
Steffen van Bergerem
a9a480da0a
JSHint semicolon errors
2015-02-08 23:41:31 +01:00
Steffen van Bergerem
6b0a5823e3
Add JSHint javascript linter
2015-02-08 23:41:31 +01:00
Jason Robinson
e6d38db365
Merge pull request #5638 from Faldrian/5604-better-avatar-error-handling
...
5604 better avatar error handling
2015-02-08 23:36:45 +02:00
Faldrian
5d3145bf8f
added avatar error correction on core view rendering
2015-02-08 19:32:50 +01:00
Faldrian
32ca5cc16d
removed css-spill on reshare link in stream
2015-02-08 17:24:16 +01:00
Marc Burt
9f5131b6ec
Fixed #5041 with new User method to find total accounts excluding closed and invitations
2015-02-08 13:49:12 +00:00
Jonne Haß
b991ffe455
Merge pull request #5624 from dimaursu/emoji
...
Add collation and config check
2015-02-08 00:04:46 +01:00
Jonne Haß
3114b04a08
Merge pull request #5635 from svbergerem/remove-unused-files
...
Remove unused files, fix syntax in jasmine tests
2015-02-07 23:43:48 +01:00
Jonne Haß
63363340f6
Merge pull request #5623 from AugierLe42e/fix-mobile-login-view
...
[Mobile] Does not display the header on sing_in page
2015-02-07 21:30:03 +01:00
Steffen van Bergerem
c1d714d2c7
Remove unused files, fix syntax in jasmine tests
2015-02-07 21:17:51 +01:00
Jonne Haß
604d2b7a39
Merge pull request #5634 from svbergerem/remove-photo-export
...
Remove photo export from settings
2015-02-07 21:10:33 +01:00
Jonne Haß
02071fcf51
updated 95 locale files [ci skip]
2015-02-07 20:33:43 +01:00
Steffen van Bergerem
7e5f5964e9
Remove photo export from settings
2015-02-07 14:59:18 +01:00
Steffen van Bergerem
8b33b9eb18
Merge pull request #5602 from Faldrian/more-shortcuts
...
Add shortcuts for reshare, expand Post and open first link in a post
Conflicts:
config/locales/diaspora/en.yml
2015-02-07 14:41:56 +01:00
Jonne Haß
ee06185244
Merge pull request #5632 from svbergerem/fix-aspect-dropdown-people-search
...
Fix aspect dropdown on people search page inserted after initial page load
2015-02-07 13:26:11 +01:00
Steffen van Bergerem
5e98308b2c
Fix aspect dropdown on people search page inserted after initial page load
2015-02-07 11:22:26 +01:00
Dumitru Ursu
0829e6f394
Add collation and config check
2015-02-06 00:49:07 +02:00
Jason Robinson
28ff7fb557
Merge pull request #5601 from Faldrian/5591-correct-moderation-placement-reshare
...
Fixed moderation-button-position when viewing reshare
2015-02-05 22:25:28 +02:00
Augier
4be1e2b38e
Does not display the header on sing_in page
2015-02-04 23:45:13 +01:00
Jonne Haß
73e30776e2
Merge pull request #5619 from sam09/change_msg
...
Fixed Isssue #5618 . The profile update page shows the correct message.
2015-02-03 12:25:44 +01:00
Sam Radhakrishnan
9fcef5b101
Fixed Isssue #5618 . The profile update page shows the correct message.
2015-02-03 14:39:08 +05:30
Faldrian
db6464ed61
Fixed moderation-button-position when viewing reshare
2015-02-03 00:24:26 +01:00
Jonne Haß
c61a4a91a5
update changelog [ci skip]
2015-02-02 15:46:31 +01:00
Jonne Haß
c9db65ae76
Merge pull request #5614 from sam09/develop
...
Fixed Bug #5593 .
2015-02-02 15:25:54 +01:00
Sam Radhakrishnan
a12c0d83c0
Fixed Bug #5593 . Added length validation to location in profile model with maximum length 255.
2015-02-02 19:42:53 +05:30
Steffen van Bergerem
b4ff1f97e7
Merge pull request #5612 from Flaburgan/hide-signup-button-when-registration-are-disabled
...
Hide sign up button when registration are disabled
2015-02-02 00:44:35 +01:00
Jonne Haß
3747fd728c
Merge pull request #5588 from goobertron/text_edits
...
Standardise capitalisation throughout UI
2015-02-01 16:03:22 +01:00
flaburgan
b8aaad6318
Hide sign up button when registration are disabled
2015-02-01 14:01:44 +01:00
Jason Robinson
512de9cfd9
Merge pull request #5597 from gdpelican/feature/json-exporter-post-fields
...
Add created_at to json posts for #5585
2015-02-01 13:18:48 +01:00
goobertron
42cd2337be
Amend all text strings in en locales to use sentence case
...
Adapt cukes to work with new capitalisation rules
2015-01-31 17:44:57 +00:00
Jonne Haß
9bfabe677a
Merge pull request #5599 from AugierLe42e/fix-stats-page-regristration
...
Fix registrations displaying
2015-01-30 19:16:12 +01:00
Augier
55d258c5ac
Fix registrations displaying
2015-01-30 18:00:22 +01:00
Faldrian
099974ddef
Add shortcuts for reshare, expand Post and open first link in a post
2015-01-28 16:19:18 +01:00
James Kiesel
43f48d0ae2
Add created_at to json posts for #5585
2015-01-28 10:21:16 +13:00
Jonne Haß
aaadf2926f
Merge pull request #5595 from AugierLe42e/statistics-page-fix
...
Fix available services not correctly displayed
2015-01-26 23:41:34 +01:00
Augier
4ff5483025
Fix available services not correctly displayed
2015-01-26 20:45:03 +01:00
Jason Robinson
928080176a
Merge pull request #5590 from Flaburgan/fix-monthly-halfyear-active-users-count
...
Fix monthly and halfyear active users count
2015-01-26 11:55:40 +02:00
Flaburgan
69b881f34b
Fix monthly and halfyear active users count
2015-01-26 10:03:37 +01:00
Marco Colli
eccab62e32
Allow user to enable / disable notifications for a post from stream #5350
2015-01-25 18:40:47 +01:00
Jason Robinson
ccd7561072
Merge pull request #5587 from AugierLe42e/fix-statistics-design
...
Fixes the header problem rendering statistics page
2015-01-25 15:16:18 +02:00
Augier
f14ad5ce35
Fixes the header problem rendering statistics page
2015-01-25 13:24:19 +01:00
Jason Robinson
cc52a5b91f
Merge pull request #5547 from Faldrian/spv_moderation_buttons
...
Buttons for ignore, hide, delete on SPV
2015-01-25 13:33:00 +02:00
Faldrian
31c39a59d1
Added post moderation buttons in SPV
2015-01-25 05:11:59 +01:00
Jonne Haß
d02102c7d0
Merge branch 'develop' of github.com:diaspora/diaspora into develop
2015-01-24 23:58:12 +01:00
Jonne Haß
9eaa92068f
Merge pull request #5464 from SansPseudoFix/statistics_design
...
[Feature] Statistics page
2015-01-24 23:57:40 +01:00
Augier
dd9c2f2c6b
Feature : Statistics design
2015-01-24 22:37:40 +01:00
SansPseudoFix
dc44485230
Feature : Statistics design
2015-01-24 22:34:41 +01:00
Jonne Haß
d48b787fb6
Merge pull request #5584 from Faldrian/cucumber-specify-fx-version
...
Added environment-variable to specify Firefox version for testing
2015-01-24 16:51:55 +01:00
Faldrian
913d9827e7
Added support for environment-variable to specify firefox-binary for selenium-testing
2015-01-24 16:24:20 +01:00
Jason Robinson
f8fdbed3e8
Merge pull request #5582 from SansPseudoFix/5568-fix-data-overflow-json-exporter
...
fix #5568 - overflow json exporter
2015-01-23 21:54:46 +02:00
Jonne Haß
caab38875b
tell people to stop the server while running migrations [ci skip]
2015-01-23 14:23:47 +01:00
SansPseudoFix
7e9525740b
fix #5568 - overflow json exporter
2015-01-21 17:54:59 +01:00
Jonne Haß
cd6475d572
Merge pull request #5562 from sjain1107/5560-Hide-community-spotlight
...
5560 Hide community spotlight setting if not enabled
2015-01-21 05:38:25 +01:00
Jonne Haß
a7d652c7c9
Merge pull request #5530 from dimaursu/emoji
...
Convert MySQL fields to 4 byte unicode
2015-01-21 02:34:53 +01:00
Dumitru Ursu
28fdba5d89
Shorten indexes
...
Fix merge conflict
2015-01-20 22:41:52 +02:00
Jonne Haß
3674a5a00c
Merge pull request #5578 from gdpelican/bugfix/json-exporter
...
Fix bad email formatting
2015-01-20 13:32:18 +01:00
Sakshi Jain
8b1f0453a1
5560 Hide community spotlight setting if not enabled
2015-01-20 10:31:31 +05:30
James Kiesel
7bbd9138de
Fix bad email formatting
2015-01-20 16:51:08 +13:00
Jonne Haß
6502000429
Merge pull request #5574 from svbergerem/fix-linkify
...
Fix markdown-it linkify blocking Firefox
2015-01-19 15:02:00 +01:00
Steffen van Bergerem
b63d8fc679
Fix markdown-it linkify blocking Firefox
2015-01-19 02:09:10 +01:00
Dumitru Ursu
a733a774d1
Refactor & DRY encoding migration
...
Dynamic row for MySQL
Set larger column index sizes
2015-01-19 02:19:39 +02:00
Dumitru Ursu
dda5f71124
Add warning about encoding change
...
Add warning about MySQL collation
Fix database index length
This allows new databases to be created with utf8mb4, on MySQL. The maximum
column size is 767 bytes. Each character is 4 bytes long -> 767 / 4 = 191
characters for the column.
2015-01-19 02:19:39 +02:00
Dumitru Ursu
b0ef4509a6
Change the adapter encoding to utf8mb4
2015-01-19 02:18:19 +02:00
SansPseudoFix
e4e1bea6e3
Feature : Statistics design
2015-01-18 15:52:42 +01:00
Jonne Haß
4d8790d61e
Merge pull request #5510 from margori/779_remove_exif
2015-01-18 15:29:02 +01:00
Marcelo Briones
63eca447d0
Strip EXIF data as user preference
2015-01-18 10:28:28 -03:00
Jonne Haß
431e2e3da9
Merge pull request #5570 from jaywink/add_missing_export_user
...
Add missing export_user queue to sidekiq config
2015-01-17 18:46:29 +01:00
Jason Robinson
5466362cc4
Add missing export_user queue to sidekiq config
2015-01-17 19:17:55 +02:00
Jonne Haß
57ce461ed5
Merge pull request #5470 from jaywink/mobile-js-fixes
...
Refactor mobile javascript to get rid of console errors.
2015-01-17 17:29:24 +01:00
Jason Robinson
9282a4ea8f
Refactor mobile javascript to get rid of console errors.
...
Fixes also mobile bookmarklet services.
2015-01-17 15:50:06 +02:00
Jason Robinson
8cd4ce2381
Add changelog for #5489 [ci skip]
2015-01-17 03:42:11 +02:00
Jason Robinson
5c810a8a2e
Merge pull request #5489 from collimarco/solved5482
...
Solved #5482
2015-01-17 03:39:03 +02:00
Jason Robinson
6513053586
Merge pull request #5499 from gdpelican/feature/json-exporter-deux
...
JSON Exporter, part deux
2015-01-17 00:51:38 +02:00
Jonne Haß
df0691cf9a
bump rails-assets-diaspora_jsxc
2015-01-15 17:23:08 +01:00
James Kiesel
1c69dd7752
Add contacts/posts, and GZipping JSON exporter output
2015-01-15 00:20:19 +13:00
Dennis Schubert
393f0292bf
Merge pull request #5550 from maliktunga/patch-2
...
"privacy aware" should be "privacy-aware"
2015-01-14 03:53:41 +01:00
Jonne Haß
a1e1e1030e
Merge pull request #5551 from svbergerem/markdown-it-sanitizer
...
Add more markdown-it plugins
2015-01-13 11:47:13 +01:00
Steffen van Bergerem
61c17c7896
Add more markdown-it plugins
...
activate sanitizer, sub and sup
2015-01-13 03:41:06 +01:00
Gilles-Philippe Morin
85129fba2c
"privacy aware" should be "privacy-aware"
...
http://www.w3.org/2005/Incubator/socialweb/XGR-socialweb-20101206/
https://cs.uwaterloo.ca/~uhengart/publications/gis10.pdf
http://research.microsoft.com/pubs/152497/01main.pdf
http://www.amazon.com/Privacy-Aware-Knowledge-Discovery-Applications-Techniques/dp/143980365X
2015-01-12 18:01:43 -05:00
Steffen van Bergerem
e5d725a604
Merge pull request #5545 from svbergerem/markdown-it-hashtag-0.2.3
...
Bump markdown-it-hashtag to v0.2.3
2015-01-11 18:52:25 +01:00
Steffen van Bergerem
0d9fd0aaac
Bump markdown-it-hashtag to v0.2.3
2015-01-11 18:17:17 +01:00
Jonne Haß
b347022622
Merge pull request #5543 from svbergerem/markdown-it-3.0.3
...
Bump markdown-it to 3.0.3
2015-01-11 03:24:29 +01:00
Steffen van Bergerem
d692e6df7d
Bump markdown-it to 3.0.3, markdown-it-hashtag to 0.2.2 and markdown-it-diaspora-mention to 0.1.2
2015-01-11 02:54:30 +01:00
Jason Robinson
e558562d4f
Merge pull request #4830 from Flaburgan/dont-truncate-notification-emails
...
Don't truncate notification emails anymore
2015-01-11 00:34:52 +02:00
flaburgan
46223a2dfc
Don't truncate notification emails anymore, close #4342
2015-01-10 22:10:11 +01:00
Jonne Haß
47cba24cf8
Merge pull request #5541 from svbergerem/posix-bracket-expressions-cleanup
...
Remove chars from PosixBracketExpressions that js doesn't like
2015-01-10 21:53:13 +01:00
Steffen van Bergerem
2541fc74d4
Remove chars from PosixBracketExpressions that js doesn't like
2015-01-10 21:38:03 +01:00
Jonne Haß
5b2d615d82
Merge pull request #5526 from svbergerem/update-pagedown
...
Replace pagedown by markdown-it
2015-01-10 20:38:35 +01:00
Steffen van Bergerem
026773194a
Replace pagedown by markdown-it
2015-01-10 18:56:20 +01:00
Jonne Haß
c246e80b1d
Merge pull request #5536 from dimaursu/autoprefixer
...
Invert button gradient
2015-01-09 17:42:50 +01:00
Dumitru Ursu
36b66624e2
Invert gradient
2015-01-09 17:13:35 +02:00
Jonne Haß
9fffe6aa4f
Merge pull request #5535 from dimaursu/autoprefixer
...
Use the standard syntax for gradient
2015-01-09 15:54:41 +01:00
Dumitru Ursu
80b4cb90ef
Use the standard syntax for gradient
2015-01-09 16:49:26 +02:00
Jonne Haß
145aac4d28
Merge pull request #5532 from dimaursu/autoprefixer
...
Remove CSS vendor prefixes and switch to autoprefixer
2015-01-09 12:55:42 +01:00
Dumitru Ursu
3e1b944121
Remove prefixed CSS properties
2015-01-09 13:50:29 +02:00
Dumitru Ursu
4ba1032f42
Add autoprefixer
2015-01-07 13:02:53 +02:00
Jonne Haß
9c99ae357a
Merge pull request #5493 from collimarco/solved5341
2015-01-06 14:43:58 +01:00
Jonne Haß
f20020f06b
Merge pull request #5473 from svbergerem/contacts-backbonejs
...
Port contacts page to backbonejs
2015-01-06 14:38:55 +01:00
Jonne Haß
d7a3559f4b
Merge pull request #5472 from svbergerem/fix-typo-profile-header
...
Fix typo in profile_header_view
2015-01-06 14:37:34 +01:00
Jonne Haß
3f49bc52f4
Merge pull request #5468 from Flaburgan/add-followed-tags-to-mobile-menu
...
Add followed tags to the mobile menu
Conflicts:
Changelog.md
2015-01-06 14:35:37 +01:00
Jonne Haß
e94e9add1a
Merge pull request #5452 from Flaburgan/allow-non-hosted-paypal-buttons
...
Add currency setting to paypal donation and allow unhosted button setting
Conflicts:
Changelog.md
2015-01-06 14:32:57 +01:00
Steffen van Bergerem
99fd5712b2
Fix jasmine specs
...
toBeTruethy and toBeFalsy don't test anything
use toBeTruthy() and toBeFalsy() instead
2015-01-04 17:13:18 +01:00
Steffen van Bergerem
9de6a26a22
Port contacts page to backbonejs
2015-01-04 17:13:18 +01:00
Steffen van Bergerem
c9ef1f290e
Merge pull request #5509 from flamontagne/5273-missing-link-in-help-tags
...
Replace %{third_party_tools} by the appropriate hyperlink in tags FAQ
2015-01-03 20:35:17 +01:00
François Lamontagne
4c33a6adeb
Replace %{third_party_tools} by the appropriate hyperlink in tags FAQ (issue #5273 )
2015-01-03 13:25:16 -05:00
Steffen van Bergerem
59e9597c77
Remove asyncSubHeader from app.pages.Profile
2015-01-03 15:20:33 +01:00
Jonne Haß
8fa0ae1db2
Merge pull request #5494 from margori/4266-remove-content-from-email-notifications
...
Remove limited content from email notifications
2014-12-29 17:33:43 +01:00
Marcelo Briones
fe6052865c
Remove limited content from email notifications
2014-12-28 22:15:47 -03:00
Flaburgan
b444cdf1ea
Add currency and allow unhosted button to paypal donation
2014-12-28 19:50:45 +01:00
flaburgan
3ff298606f
Add menu mobile and drawer navigation tests
2014-12-28 18:49:03 +01:00
Flaburgan
f9e9a0521d
Add followed tags to the mobile menu
2014-12-28 13:48:48 +01:00
Steffen van Bergerem
731adffa78
Merge pull request #5497 from jhass/og_reshare_fix
...
Handle reshares of deleted posts in OpenGraph tags generation code
2014-12-27 15:44:02 +01:00
Jonne Haß
45b385d694
Handle reshares of deleted posts in OpenGraph tags generation code
2014-12-27 15:07:16 +01:00
Marco Colli
8dea4b5fd9
Solve #5341
2014-12-24 11:52:12 +01:00
Marco Colli
f775d74cfd
Add failing test
2014-12-24 11:49:35 +01:00
Jonne Haß
6c9f191696
Merge pull request #5491 from collimarco/solved5348
...
Solve #5348
2014-12-23 23:00:06 +01:00
Jason Robinson
30eaf82762
Merge pull request #5481 from svbergerem/remove-stream-template
...
Remove unused stream template
2014-12-22 23:30:55 +02:00
Marco Colli
76cc5e2d5c
Add ActiveRecord::RecordNotFound catching. Add tests.
2014-12-22 12:36:09 +01:00
Marco Colli
d75071bac9
Solve #5348
2014-12-20 19:09:33 +01:00
Marco Colli
1ac2e728f4
Solved #5482
2014-12-20 11:05:12 +01:00
Dennis Schubert
7b0cff3250
Merge pull request #5488 from Faldrian/5240-fix_async_searchresults_blueprint
...
Set refresh_search async searchresults load to use bootstrap
Fix #5240
2014-12-20 04:55:25 +01:00
Dennis Schubert
91c14c19e3
Merge pull request #5487 from Faldrian/5313-adding_contacts_racecondition_fix
...
Fixed growing number on events on hovercard dropdown container
2014-12-20 04:08:32 +01:00
Faldrian
43fd6e7ed6
Set refresh_search async searchresults load to use bootstrap
2014-12-20 03:58:20 +01:00
Faldrian
710d03b1c2
Fixed growing number on events on hovercard dropdown container
2014-12-20 02:44:48 +01:00
Steffen van Bergerem
1efed0ea61
Merge pull request #5477 from margori/Leave_conversation_tooltip
...
Changed delete conversation button tooltip
2014-12-20 00:59:46 +01:00
margori
27a1886834
Changes delete conversation button tooltip to 'hide' or 'delete'
2014-12-19 18:26:43 -03:00
Jonne Haß
5d44fa771a
Correct ordering in Gemfile.lock
2014-12-18 19:10:32 +01:00
Jonne Haß
8c09dc1916
Make tests:generate_fixtures rake task depend on spec:prepare
2014-12-18 19:09:29 +01:00
Jonne Haß
3000d86d57
Merge pull request #5475 from svbergerem/tag-page-improve-wording
...
Improve wording for tagged people on tag page
2014-12-17 16:46:09 +01:00
Steffen van Bergerem
7612f5e939
Remove unused stream template
2014-12-17 16:45:51 +01:00
Jonne Haß
6806b2daf8
Merge pull request #5354 from gdpelican/feature/json-exporter
...
Feature/json exporter
2014-12-17 16:45:25 +01:00
Jonne Haß
edc1a23f50
Merge pull request #5478 from margori/Purge_orphan_conversation
...
Destroy conversation when all participants leave it
2014-12-17 16:44:03 +01:00
margori
e6c605d92b
Destroy conversation when all participants leave it
2014-12-17 11:33:23 -03:00
James Kiesel
e174514d69
Add JSON exporter for user profile download
2014-12-16 08:55:35 +13:00
Steffen van Bergerem
a5068259bb
Improve wording for tagged people on tag page
2014-12-15 18:08:53 +01:00
Jonne Haß
e25a48cc1c
Bump open_graph_reader
2014-12-14 16:55:30 +01:00
Jonne Haß
98cb1bbb1f
fix some typos in the changelog [ci skip]
2014-12-13 22:23:58 +01:00
Jonne Haß
691061c68b
Merge pull request #5471 from svbergerem/fix-poll-answer-order
...
Fix order of poll answers
2014-12-13 22:10:03 +01:00
Steffen van Bergerem
e5895a1f1b
Fix order of poll answers
2014-12-13 18:22:30 +01:00
Jonne Haß
120b46931d
Disable spring while generating secret token
...
That causes a cyclic dependency on spring being
loaded otherwise.
2014-12-11 20:10:20 +01:00
Jonne Haß
88e150e4a0
Merge pull request #5449 from margori/3016_block_messages_to_not_sharing_user
...
BUG: new messages to person that is not sharing
2014-12-10 21:42:16 +01:00
Marcelo Briones
4e83e4c7ed
BUG: new messages to person that is not sharing
...
Conversation recipient validated
- Conversation foreign recipient not required to be validated.
- Added 'peter' as spec_helper user.
- New fixture, new statistic values.
- Clearer identifier names
2014-12-10 17:02:20 -03:00
Jonne Haß
f4c756cd34
use URI.join in the specs too
2014-12-09 17:27:27 +01:00
Jonne Haß
6d682d6c39
Use URI.join to assemble the URL to fetch a single post
...
That normalizes any extra / on the base URL.
2014-12-09 16:21:04 +01:00
Jonne Haß
ed0005c44d
Add migration to drop invalid OpenGraphCaches, closes #5465
...
URI.extract recognized http:// as an URL, causing invalid
associations. #5347 already fixed the parsing, this just
cleans up the caches to get rid of the false associations.
2014-12-09 05:32:04 +01:00
Dennis Schubert
cc0c19b482
Merge pull request #5462 from jhass/open_graph_reader
...
Bye opengraph_parser, hi open_graph_reader
2014-12-09 04:42:20 +01:00
Dennis Schubert
c1770a2ca1
Merge pull request #5461 from jhass/open_graph
...
Correctly implement OpenGraph tags
2014-12-09 04:23:09 +01:00
Dennis Schubert
907f71c7b6
Merge pull request #5463 from jhass/deferred_gc
...
Drop deferred GC and cleanup features/support
2014-12-09 04:07:11 +01:00
Jonne Haß
c7047fbe8f
cleanup features/support
2014-12-08 04:55:56 +01:00
Jonne Haß
3a92efbfaf
drop deferred garbage collection
2014-12-08 04:51:06 +01:00
Jonne Haß
6836af89ad
Correctly implement OpenGraph tags
...
Just defining og:site_name indicates that we support the
OpenGraph protocol, but then we didn't set the required
properties.
2014-12-08 02:25:09 +01:00
Jonne Haß
74a6f42501
Bye opengraph_parser, hi open_graph_reader
...
opengraph_parser is basically unmainted, issues are ignored
or deliberately closed without fixing. It pollutes the global
namespace and has no verification of correctness.
The opengraph gem has basically the same issues, not really maintained,
unreleased patches on master since over a year, not really smart either.
So I created my own version and while at it, why not strive try to be
complete and robust, although it's still a work in progress.
This also improves general URL detection by parsing them
from the message after stripping markdown.
An additional dependency was added to support
fetching sites that require cookies to work at all.
For the same reason Faraday's default redirect limit was
bumped.
2014-12-08 02:01:31 +01:00
Jonne Haß
60a5d2a5ba
Merge pull request #5459 from svbergerem/aspect-chat-control-disabled-chat
...
Only show aspect chat control if chat is enabled
2014-12-05 14:41:11 +01:00
Steffen van Bergerem
8a50db76b1
Only show aspect chat control if chat is enabled
2014-12-05 13:07:17 +01:00
Dennis Schubert
e77a401d90
Merge pull request #5458 from jhass/stabilize_cukes
...
Stabilize cukes
2014-12-05 04:03:43 +01:00
Jonne Haß
63e9d7b73f
Update aspect list checkmarks only after the stream was fetched
2014-12-05 03:18:30 +01:00
Jonne Haß
1c7e5b7026
Improve apend_to_publisher
...
- Use custom matcher that polls #value of the element
- Wait for the text field to become visible before entering text
2014-12-04 22:16:47 +01:00
Jonne Haß
7e4504edf2
Give the browser time to actually load the page before expecting to be
...
on it
2014-12-04 18:13:56 +01:00
Jonne Haß
9d5e1f604d
Make app.helpers.truncate tolerant to null and undefined
2014-12-04 16:45:00 +01:00
Jonne Haß
50a3f03bfc
Rails is a module
2014-12-04 14:52:14 +01:00
Dennis Schubert
339111867e
Merge pull request #5443 from jhass/spring
...
Replace spork with spring, update & use binstubs
2014-12-04 00:38:30 +01:00
Jonne Haß
10691e6551
Merge pull request #5455 from svbergerem/fix-slowfindererrors
...
Fix SlowFinderErrors
2014-12-03 23:26:04 +01:00
Steffen van Bergerem
b3f7acb91b
Fix SlowFinderErrors
2014-12-03 22:31:02 +01:00
Dennis Schubert
8b241cdef1
Merge pull request #5415 from jhass/sidekiq_config
...
move sidekiq configuration from initializer to sidekiq.yml
fixes #5412
2014-12-03 20:44:24 +01:00
Jonne Haß
166590ea36
Merge pull request #5453 from svbergerem/fix-delete-photo-cuke
...
Fix delete a photo cuke
2014-12-03 02:06:35 +01:00
Steffen van Bergerem
9a047749fc
Fix delete a photo cuke
2014-12-02 23:56:54 +01:00
Steffen van Bergerem
7c775208b1
Merge pull request #5422 from SansPseudoFix/fix-code-overflow-spv-and-profile
...
Fix code overflow spv and profile
2014-12-02 22:44:08 +01:00
SansPseudoFix
6d681f8306
Fix code overflow
...
new file: app/assets/stylesheets/new_styles/_code.scss
2014-12-02 16:51:50 +01:00
Jonne Haß
5ccdcc0b95
Merge pull request #5450 from svbergerem/exceeding-profile-content
...
Content shouldn't exceed the profile sidebar
2014-12-02 14:33:16 +01:00
Jonne Haß
754e7882e8
Merge pull request #5451 from svbergerem/notifications-controller-spec-speedup
...
Speed up notifications controller spec
2014-12-02 14:16:20 +01:00
Steffen van Bergerem
4c655d8c8b
Speed up notifications controller spec
2014-12-02 02:43:01 +01:00
Steffen van Bergerem
d742f23cd5
Content shouldn't exceed the profile sidebar
2014-12-02 02:03:15 +01:00
Jonne Haß
a580171e32
Replace spork with spring, update & use binstubs
...
Spring is the recommended application preloader for rails
2014-12-01 08:06:07 +01:00
Jonne Haß
4cadc2d51c
Merge pull request #5446 from svbergerem/append-to-publisher-spec
...
Improve append to publisher spec
2014-12-01 08:03:34 +01:00
Jonne Haß
d22f59d6bd
Merge pull request #5447 from svbergerem/try-to-improve-notifications-spec
...
Try to improve the notifications controller spec
2014-12-01 08:02:38 +01:00
Steffen van Bergerem
8275e6ba54
Improve append to publisher spec
2014-12-01 02:57:55 +01:00
Steffen van Bergerem
7b17b78de7
Try to improve the notifications controller spec
2014-12-01 02:27:19 +01:00
Jonne Haß
c5bc495f3f
move sidekiq configuration from initializer to sidekiq.yml
2014-12-01 02:18:28 +01:00
Jonne Haß
510e952bd6
Merge pull request #5444 from svbergerem/improve-deleting-photos
...
Only remove photos from view when destroyed on server
2014-12-01 02:02:33 +01:00
Steffen van Bergerem
4cc1b40443
Only remove photos from view when destroyed on server
2014-12-01 00:36:56 +01:00
Jonne Haß
5af0b1cbdd
don't use 666 as non-existant ID in report model spec
2014-11-30 21:56:27 +01:00
Jonne Haß
4f8cf0fe07
Merge pull request #5442 from svbergerem/pre-fill-tag-publisher
...
Pre-fill publisher on tag page
2014-11-30 18:59:11 +01:00
Steffen van Bergerem
f6fbbbb5f6
Move tag prefill to Backbone, add tests
2014-11-30 17:14:05 +01:00
taro-k
b01026f9b8
pre-fill tag page form with the tag #4234
2014-11-30 14:15:45 +01:00
Steffen van Bergerem
b275b2edbc
Merge pull request #5435 from SansPseudoFix/5329-fix-mention-popup-hidden
...
A temporary fix for mention modal #5329
2014-11-30 13:48:24 +01:00
Jonne Haß
b340514b2c
Merge pull request #5440 from Gallaecio/develop
...
Updated the Galician (gl) translation
2014-11-30 03:39:45 +01:00
Adrián Chaves Fernández (Gallaecio)
1e240a6462
Updated the Galician (gl) translation
2014-11-30 02:00:52 +01:00
Jonne Haß
6a568931e5
test if we can enable dependency caching yet on travis
2014-11-30 00:42:58 +01:00
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ß
dd30fe7367
Merge pull request #5439 from joshk/patch-1
...
Use the new build env on Travis
2014-11-29 21:26:06 +01:00
Josh Kalderimis
a34920c4f7
Use the new build env on Travis
...
faster better stronger
2014-11-29 21:19:52 +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
SansPseudoFix
90b9f227d8
A temporary fix for mention modal #5329
...
A temporary fix for mention modal #5329
modified: app/assets/stylesheets/bootstrap-fix.css.scss
modified: app/assets/stylesheets/bootstrap-fix.css.scss
2014-11-29 17:36:46 +01:00
Jonne Haß
1f00f47de5
add missing changelog entry for #5387 [ci skip]
2014-11-29 17:21:39 +01:00
Jonne Haß
02c0a93e9c
Merge pull request #5387 from Faldrian/feature/4930-opengraph-description-too-long
...
#4930 added trim of opengraph description to 250
2014-11-29 17:20:16 +01:00
Faldrian
29f55f42b6
truncate long opengraph description to 250 chars in mobile and stream view
2014-11-29 17:18:01 +01:00
Steffen van Bergerem
55f881da08
Make source code url configurable
2014-11-29 16:36:17 +01:00
Jonne Haß
850c98cbf7
bump sinatra
2014-11-29 16:24:50 +01:00
Jonne Haß
c0aa5565cc
Merge pull request #5403 from pravi/bump_rack-protection
...
bump sinatra to 1.4.5 and rack-protection to 1.4
2014-11-29 16:17:56 +01:00
Jonne Haß
eb5ee63b0d
Merge pull request #5413 from svbergerem/remove-unused-files-lib
...
Remove unused files in lib
2014-11-29 16:13:48 +01:00
Jonne Haß
544501a0e6
Merge pull request #5418 from svbergerem/publisher-counter-style-fix
...
Fix character count placement for publisher
2014-11-29 16:11:45 +01:00
Jonne Haß
da718c9d11
Merge pull request #5434 from DharmaCommunity/5430-missing-empty-list-msg-on-default-privacy-page
...
issue #5430 : message added
2014-11-29 16:02:30 +01:00
Jonne Haß
04b000232f
Merge pull request #5427 from axilleas/minitest_to_gemfile
...
Add minitest to Gemfile
2014-11-29 15:33:18 +01:00
Praveen Arimbrathodiyil
9165b94522
bump rack-protection to 1.5.2
2014-11-28 23:05:16 +05:30
Laurent PERON
9661d00ec8
issue #5430 : message added
2014-11-28 10:31:47 +01:00
Jonne Haß
5126283666
Merge pull request #5432 from svbergerem/fix-search-widget-undefined-handle
...
Don't display undefined handle in search widget
2014-11-27 17:03:50 +01:00
Steffen van Bergerem
389edbe3aa
Don't display undefined handle in search widget
2014-11-27 16:57:32 +01:00
Jonne Haß
ac801f0c3c
Merge pull request #5428 from Zauberstuhl/bump_jsxc_0.0.9
...
bump jsxc to v0.0.9
2014-11-26 20:08:53 +01:00
Lukas Matt
2e89b70967
bump jsxc to v0.0.9
2014-11-26 19:30:49 +01:00
Achilleas Pipinellis
e88b154ff3
Add minitest to Gemfile.
...
In order to use the system Fedora/EPEL ruby we need to install
minitest in production. See comments in Gemfile.
2014-11-26 17:25:56 +02:00
Jonne Haß
10f3a071c5
Merge pull request #5420 from diaspora/update_gems
...
Update gems
Conflicts:
Gemfile.lock
2014-11-24 23:02:50 +01:00
Jonne Haß
49dfc27011
Merge pull request #5421 from Zauberstuhl/optimize_jsxc_login_process
...
Optimize jsxc login process and bump jsxc version
2014-11-24 23:01:03 +01:00
Lukas Matt
77ce94db40
bump jsxc to version 0.0.8
2014-11-24 19:12:05 +01:00
Steffen van Bergerem
77b627dbe9
Merge pull request #5419 from SansPseudoFix/add-handle-search-terms
...
Add handle search terms
2014-11-24 18:09:02 +01:00
Lukas Matt
ef29de8176
Configure form element and move xmpp config
2014-11-24 17:19:57 +01:00
Lukas Matt
0d4da2fba8
Login function deprecated
...
related to diaspora/jsxc#50
2014-11-24 17:19:30 +01:00
Lukas Matt
44bc48ad5e
Remove debug output on default
2014-11-24 17:19:09 +01:00
Jonne Haß
c305293314
bump mini_magick
2014-11-24 16:51:45 +01:00
Jonne Haß
5622f72420
bump jasmine
2014-11-24 16:44:39 +01:00
Jonne Haß
c2e355fce9
bump guard
2014-11-24 16:43:00 +01:00
Jonne Haß
64b9a4769b
bump fog
2014-11-24 16:38:38 +01:00
Jonne Haß
3d757abf6d
bump mysql2
2014-11-24 16:34:37 +01:00
Jonne Haß
dca06ae075
bump sidekiq
2014-11-24 16:31:22 +01:00
Jonne Haß
e4f68acf0a
bump rails
2014-11-24 16:29:41 +01:00
SansPseudoFix
322ca4dac0
display handle for search bar
...
fix margin and color
hidden overflow for long handle and names
modified: app/assets/javascripts/widgets/search.js
modified: app/assets/stylesheets/autocomplete.css.scss
add min width 300px
modified: app/assets/javascripts/widgets/search.js
modified: app/assets/stylesheets/autocomplete.css.scss
2014-11-24 13:17:57 +01:00
Steffen van Bergerem
8cb6e242bf
Fix character count placement for publisher
2014-11-23 18:36:05 +01:00
Jonne Haß
914b1c5374
Merge pull request #5414 from jaywink/downgrade-simple-oauth
...
Revert "bump simple_oauth"
2014-11-22 23:02:09 +01:00
Jason Robinson
76c74cd154
Revert "bump simple_oauth"
...
This reverts commit 13cb07fed7 .
Fixes simple_oauth regression that breaks Twitter posting, see issue #5411
2014-11-22 23:57:11 +02:00
Steffen van Bergerem
55b60f7bde
Remove unused files in lib
2014-11-22 21:21:38 +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ß
6a034f172b
Merge pull request #5401 from Faldrian/4721-adjust-bootstrap-headerbar-like-blueprint
...
fixed margins and fonts in headerbar. fixed bootstrap2 placeholder error
2014-11-22 19:00:55 +01:00
Jonne Haß
32c5508f3d
Merge pull request #5408 from Zauberstuhl/show_roster_minimized
...
Display chat box minimized on default
2014-11-22 18:58:16 +01:00
Jonne Haß
9b49df80a5
Merge pull request #5409 from svbergerem/chat-extra-padding-for-roster
...
Chat: add extra padding for the roster
2014-11-22 18:57:51 +01:00
Steffen van Bergerem
8f956383bd
Merge pull request #5407 from SansPseudoFix/5251-add-contact-dropdown-hidden
...
Issue #5251 : fix hidden overflow
2014-11-22 16:38:16 +01:00
SansPseudoFix
66b76024ed
Issue #5251 : fix hidden overflow
...
modified: app/assets/stylesheets/getting-started.css.scss
modified: app/assets/stylesheets/getting-started.css.scss
2014-11-22 15:01:20 +01:00
Steffen van Bergerem
472d65cb61
Chat: add extra padding for the roster
2014-11-21 23:29:06 +01:00
Lukas Matt
5fee67e5e7
Display chat box minimized on default
...
Currently it slides in if you login. with time it is annoying
2014-11-21 21:56:27 +01:00
Jonne Haß
827b68fe63
Improve wording on mail configuration section [ci skip]
2014-11-20 20:19:56 +01:00
Jonne Haß
1311286771
Merge pull request #5404 from pravi/remove-graphics-exec-permissions
...
remove execution permissions from images and css
2014-11-20 19:47:06 +01:00
Praveen Arimbrathodiyil
6378af5417
remove execution permissions from images and css
2014-11-20 23:38:36 +05:30
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
Jonne Haß
2b41316693
Merge pull request #5393 from pravi/patch-1
...
bump sidekiq to 3.2.6
2014-11-17 13:03:43 +01:00
Praveen Arimbrathodiyil
91c7020003
bump sidekiq to 3.2.6
...
From upstream changelog,
Deprecate delay extension for ActionMailer 4.2+ . [seuros, #1933 ]
Poll interval tuning now accounts for dead processes [epchris, #1984 ]
Add non-production environment to Web UI page titles [JacobEvelyn, #2004 ]
Debian already have 3.2.6 and I'd like to keep both versions in sync.
2014-11-17 15:40:02 +05:30
Faldrian
328a515dbe
fixed margins and fonts in headerbar. fixed bootstrap2 placeholder error
2014-11-16 18:19:32 +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
Jonne Haß
7f51d8710e
Merge pull request #5073 from Zauberstuhl/xmpp_chat_feature
...
[Feature] XMPP javascript client plus ruby (vines) server
2014-11-15 17:02:20 +01:00
Lukas Matt
e40cf25177
Swap aspect chat privilege title
2014-11-13 14:38:23 +01:00
Lukas Matt
2712b413c3
Fixed privilege spec; use correct container for trigger event
2014-11-13 12:28:45 +01:00
Lukas Matt
bb18c8e028
Test chat privilege option; should replace text/icon on trigger
2014-11-13 11:49:03 +01:00
Lukas Matt
32dcf8cabb
Test jsxc helper spec; should respond with correct url
2014-11-13 11:43:56 +01:00
Lukas Matt
46097ba8c8
Test token authentication; should allow it
2014-11-13 11:42:24 +01:00
Lukas Matt
0308b70287
Print a warning unless they use a proxy
...
If you try to connect from a secure connection
to a insecure connection; Most modern browser
block the request and flag it as mixed-content.
2014-11-13 11:41:13 +01:00
Lukas Matt
9f827b9309
Start vines if chat and server is enabled
2014-11-13 11:38:34 +01:00
Lukas Matt
095608827e
Add vines as foreman task
2014-11-13 11:36:55 +01:00
Lukas Matt
c7d9d8804d
Update .gitignore for vines cert directory
2014-11-13 11:34:59 +01:00
Lukas Matt
ea11133084
Include the chat front-end if chat is enabled
...
* add jsxc helper file
2014-11-13 11:34:21 +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
735b10cc63
Chat privilege checkbox
...
* add to contacts header for later modification
* add to aspect creation box
2014-11-13 11:30: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
ae582e4543
Add toggle_chat_privilege to aspect controller
2014-11-13 11:24:07 +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
Lukas Matt
50a7541d14
Include jsxc deps and initialize the client on login
2014-11-13 11:17:19 +01:00
Lukas Matt
78100c6fb2
Add vines, jsxc and devise token dependencies
2014-11-13 11:15:30 +01:00
Lukas Matt
56e882879a
Add chat migration
...
* add chat_contacts table
* add chat_fragments table
* add chat_enabled column to aspects
* add chat_offline_messages table
2014-11-13 11:14:54 +01:00
Jonne Haß
b4a24bd49e
Drop no longer needed and too open crossdomain.xml
...
It allowed Flash apps on any domain to make requests on
behalf of a signed in user.
Thanks to Oliver Beg for the hint.
2014-11-11 14:25:10 +01:00
Dennis Schubert
aec00f834f
Add Camo for <img>-tags inside Markdown contents
2014-11-10 02:19:45 +01:00
Jonne Haß
e68704890e
make sure to import perfect scrollbar plugin before our own mixins
...
otherwise it overrides the border-radius mixin with an incompatible one
2014-11-09 20:31:24 +01:00
Jonne Haß
e0a2c6438a
lock down guard until all plugins updated
2014-11-09 20:18:14 +01:00
Jonne Haß
4be6dc208f
update maintenance mailer spec for new mail text
2014-11-09 19:47:37 +01:00
Jonne Haß
a6701e9172
bump ruby-progressbar
2014-11-09 19:38:15 +01:00
Jonne Haß
aeb049996e
bump mail
2014-11-09 19:37:57 +01:00
Jonne Haß
496eb2afe6
bump jquery-ui-rails
2014-11-09 19:37:42 +01:00
Jonne Haß
cd937bfb69
bump execjs
2014-11-09 19:37:20 +01:00
Jonne Haß
69f58e9c06
bump fog
2014-11-09 19:36:48 +01:00
Jonne Haß
e965db534f
bump webmock
2014-11-09 19:35:18 +01:00
Jonne Haß
62a7b130a2
bump twitter-text
2014-11-09 19:34:19 +01:00
Jonne Haß
791feab474
bump test_after_commit
2014-11-09 19:33:49 +01:00
Jonne Haß
7fc022a9b9
bump selenium-webdriver
2014-11-09 19:33:26 +01:00
Jonne Haß
fceba693f6
bump ruby-oembed
2014-11-09 19:33:04 +01:00
Jonne Haß
0a33a5f95a
bump rails-assets-punycode
2014-11-09 19:32:39 +01:00
Jonne Haß
abe0629c02
bump rails-assets-perfect-scrollbar
2014-11-09 19:31:26 +01:00
Jonne Haß
9d967e9585
bump nokogiri
2014-11-09 19:30:52 +01:00
Jonne Haß
96c7624d82
bump guard-cucumber
2014-11-09 19:26:47 +01:00
Jonne Haß
a050d1bbba
bump gon
2014-11-09 19:26:03 +01:00
Jonne Haß
0bd6ecd666
bump factory_girl_rails
2014-11-09 19:25:14 +01:00
Jonne Haß
f42d519e51
bump devise
2014-11-09 19:24:23 +01:00
Jonne Haß
f890121b8f
bump sass-rails
2014-11-09 19:23:21 +01:00
Jonne Haß
30de98cf3e
Merge pull request #5335 from svbergerem/paginate-contacts
...
Paginate contacts
2014-11-09 19:04:07 +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
Jonne Haß
404a286588
Merge pull request #5355 from Chocobozzz/header-logo-hover
...
Replace the black header logo with the white logo on hover
2014-11-09 18:55:59 +01:00
Jonne Haß
c7c57d40f5
Merge pull request #5380 from Faldrian/feature/3098-publisher-imageupload-layouterror-fix
...
Feature/3098 publisher imageupload layouterror fix
2014-11-09 18:52:13 +01:00
Jonne Haß
a3a8a22844
Merge pull request #5386 from denschub/camo
...
Add Camo support
2014-11-09 18:48:39 +01:00
Dennis Schubert
4c98445f1c
Fix presenters instead of modifying the getters
2014-11-09 07:47:40 -08: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
fd63fca7d5
Add Camo to MessageRenderer#markdownified
...
for mobile views
2014-11-09 07:29:36 +01: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
a4a63c4c85
A little bit of cleanup
2014-11-09 02:27:17 +01:00
Dennis Schubert
5bcd5087bf
Add Camo for remote images
2014-11-09 02:17:43 +01:00
Dennis Schubert
5c9cc49363
Only RegEx if there is something to RegEx
2014-11-09 02:16:28 +01:00
Dennis Schubert
db2560d7fc
Add Camo for OpenGraph images
2014-11-09 01:36:16 +01:00
Dennis Schubert
89ad5b96ad
Add Camo for a profiles bio and location
...
yes, we do have Markdown there. But please don't tell anyone.
2014-11-08 23:12:55 +01:00
Dennis Schubert
0a619749f2
Add Camo for profile images
2014-11-08 23:12:55 +01:00
Dennis Schubert
613f2d1142
Add Camo for comments
2014-11-08 23:12:55 +01:00
Dennis Schubert
cca0c9eec4
Some refactorings, safer regex
2014-11-08 23:12:45 +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
Faldrian
db13811c2c
added scrollbar to bookmark publisher, fixed mention layout bugs
2014-11-07 19:17:54 +01:00
Florian Staudacher
c7f4051ac0
Merge branch 'roymckenzie-body-classes' into develop
2014-11-07 16:41:53 +01:00
Florian Staudacher
2c8bbd3343
Merge branch 'body-classes' of https://github.com/roymckenzie/diaspora into roymckenzie-body-classes
2014-11-07 16:39:33 +01:00
Faldrian
ba551f6ac4
edit changelog
2014-11-07 16:37:52 +01:00
Faldrian
d928c69e36
Fix: displaying more than one row of image attachments broke publisher
2014-11-07 16:37:52 +01:00
Jason Robinson
cd4502f476
Merge pull request #5309 from svbergerem/confirm-unload-publisher
...
Ask for confirmation when leaving a submittable publisher
2014-11-06 22:44:02 +02:00
Steffen van Bergerem
25e4e558c5
Ask for confirmation when leaving a submittable publisher
2014-11-02 01:49:33 +01:00
Jonne Haß
aab1e4b5b1
Merge branch 'hotfix/0.4.1.2' into develop
...
Conflicts:
Changelog.md
Gemfile
Gemfile.lock
config/defaults.yml
2014-10-30 21:36:46 +01:00
Jonne Haß
5cabd6924b
Merge branch 'hotfix/0.4.1.2'
2014-10-30 21:30:03 +01:00
Jonne Haß
7000f39881
bump Rails to fix CVE-2014-7818
2014-10-30 21:29:16 +01:00
Jonne Haß
62f1015d77
Merge pull request #5368 from strivedi183/5194-replace-jqueryhotkysjs-vendored-asset-with-bower-package
...
Replaced jquery.hotkeys.js vendored asset with a bower package #5194
2014-10-23 11:25:13 +02:00
Sandip Trivedi
722112314b
Replaced jquery.hotkeys.js vendored asset with a bower package #5194
2014-10-23 01:12:26 -04:00
Jonne Haß
3c808142fb
let default sidekiq config actually process the maintenance queue
2014-10-22 23:23:14 +02:00
Chocobozzz
e411a344f4
Commit the new branding sprite
2014-10-21 17:14:25 +02:00
Jonne Haß
6176502627
Merge pull request #5365 from zikalify/librejs_headers
...
Librejs headers
2014-10-21 17:08:01 +02:00
Paul Hill
fa9989cecf
change x11 to expat license
2014-10-21 15:42:21 +01:00
Paul Hill
f3d1176354
Added more LibreJS support
2014-10-21 15:39:02 +01:00
Jonne Haß
86a53b48ca
Merge pull request #5320 from zikalify/librejs_headers
...
Librejs headers
2014-10-21 10:20:38 +02:00
Paul Hill
ac4607d75c
LibreJS should work with most of the site
2014-10-21 02:48:18 +01:00
Jonne Haß
954627c16c
Merge pull request #5359 from goobertron/ac_close_text
...
Ka-BOOM! Fixes #5358
2014-10-20 21:35:59 +02:00
goobertron
4b7761e52a
Clarify explanation of account deleteion process
2014-10-20 20:15:38 +01:00
Chocobozzz
1aff0d8c2c
Add header logo when hoovered (white logo)
2014-10-18 22:24:05 +02:00
goobertron
797f7eae8d
Reword account removal email notification
2014-10-17 14:49:25 +01:00
Jonne Haß
ea97258f8e
Merge pull request #5352 from AugierLe42e/gitignore-adds
...
Added files in .gitignore
2014-10-17 13:29:40 +02:00
Augier
0a0272e08b
Added files in .gitignore
2014-10-17 13:08:37 +02:00
Jonne Haß
f361a0f885
Merge pull request #5288 from jaywink/remove-old-users
...
Maintenance feature to remove old users, scheduled in settings
2014-10-17 01:00:51 +02:00
Jonne Haß
c460218a4b
Merge pull request #5347 from AugierLe42e/markdown-strip-404
...
Fix issue #4416
2014-10-17 00:58:36 +02:00
Augier
2ce98b49d7
Fix issue #4416
...
Conflicts:
spec/helpers/notifier_helper_spec.rb
2014-10-16 23:27:48 +02: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ß
7313bafe86
update notifier helper spec expecatations to redcarpet 3.2
2014-10-15 01:00:27 +02:00
Jonne Haß
ef71c57190
Merge pull request #5342 from AugierLe42e/sass-to-scss
...
Refactor application.css and bootstrap-headerfix.css
2014-10-14 19:42:31 +02:00
Jonne Haß
f532efeac5
Merge pull request #5276 from svbergerem/reshare-absolute-root
...
Reshare the absolute root of a post
Conflicts:
Changelog.md
2014-10-14 19:40:35 +02:00
Augier
cdf4fc05df
Refactored the two last sass files in scss. #3796
2014-10-14 17:47:52 +02:00
Jonne Haß
673f14e050
Revert "bump rails-timeago"
...
This reverts commit bea94bd7b5 .
2014-10-14 16:12:27 +02:00
Jonne Haß
4e6eacbeb1
Update _.template calls to undscore.js 1.7
2014-10-14 15:04:01 +02:00
Jonne Haß
13cb07fed7
bump simple_oauth
2014-10-14 14:09:55 +02:00
Jonne Haß
cc98362ffe
bump ruby-progressbar
2014-10-14 14:09:37 +02:00
Jonne Haß
c98c216864
bump listen
2014-10-14 14:09:21 +02:00
Jonne Haß
a41bc99a9a
bump rspec-rails
2014-10-14 14:09:05 +02:00
Jonne Haß
d924556ff8
bump childprocess
2014-10-14 14:08:39 +02:00
Jonne Haß
67bf4de895
bump webmock
2014-10-14 14:07:28 +02:00
Jonne Haß
2dbc20522f
bump test_after_commit
2014-10-14 14:07:06 +02:00
Jonne Haß
bea94bd7b5
bump rails-timeago
2014-10-14 14:05:38 +02:00
Jonne Haß
94f5f59872
bump rails-assets-perfect-scrollbar
2014-10-14 14:05:12 +02:00
Jonne Haß
b6caef127f
bump jasmine
2014-10-14 14:04:04 +02:00
Jonne Haß
1c35921e3c
bump fog
2014-10-14 14:03:48 +02:00
Jonne Haß
0c5c737a38
bump cucumber-rails
2014-10-14 14:03:26 +02:00
Jonne Haß
e5189cf457
bump devise
2014-10-14 14:01:10 +02:00
Jonne Haß
995d3f900a
bump capybara
2014-10-14 14:00:32 +02:00
Jonne Haß
2bc0fa5a6e
bump backbone-on-rails
2014-10-14 14:00:05 +02:00
Jonne Haß
18b7a75b36
bump activerecord-import
2014-10-14 13:58:29 +02:00
Jonne Haß
9a8b1359e9
bump rails_admin
2014-10-14 13:57:27 +02:00
Jonne Haß
e86f76ea8c
bump redcarpet, closes #4549
2014-10-14 13:46:27 +02:00
Jonne Haß
1c0cf98958
Merge pull request #5237 from jaideng123/added_infinite_scrolling_to_notedropdown
...
Notifications Dropdown infinite scrolling
2014-10-14 13:37:55 +02:00
Jonne Haß
e5b20106c6
Merge pull request #5279 from svbergerem/overflow-long-names-tag-page
...
Hidden overflow for long names on tag pages
Conflicts:
Changelog.md
2014-10-14 13:30:22 +02:00
Jonne Haß
aa13623472
add changelog entry for #5289 [ci skip]
2014-10-14 13:28:01 +02:00
Jonne Haß
e892b115ac
Merge pull request #5289 from svbergerem/convert-cukes-tags
...
Convert some cukes to rspec tests
2014-10-14 13:26:53 +02:00
Jonne Haß
a7c702d631
Merge pull request #5308 from Flaburgan/add-network-key-to-statistics
...
Add network key to statistics.json
Conflicts:
Changelog.md
2014-10-14 13:25:16 +02:00
Jonne Haß
0a20d6a2b7
Merge pull request #5316 from gdpelican/feature/allow-nil-http-agent
...
Allow nil HTTP user agent
2014-10-14 13:22:28 +02:00
Jonne Haß
8a63f6f1f7
Merge pull request #5317 from gdpelican/feature/strip-search-query
...
Feature/strip search query
2014-10-14 13:19:36 +02:00
Jonne Haß
b9cad8485d
Merge pull request #5318 from gdpelican/feature/fix-missing-password-translation
...
Fix missing password translations
2014-10-14 13:17:57 +02:00
Jonne Haß
b4e4b7f007
Merge pull request #5325 from gdpelican/feature/fix-change-password-error-message
...
Show error message on invalid reset password attempt
2014-10-14 13:09:02 +02:00
Jonne Haß
e135301642
Merge pull request #5331 from roymckenzie/feature/admin-show-recent-weekly-users
...
Most recent new users show on Weekly User Stats admin page
2014-10-14 13:07:33 +02:00
Jonne Haß
0419174570
Merge pull request #5334 from svbergerem/fix-bootstrap-poll
...
Fix poll for Bootstrap publisher
2014-10-14 13:03:19 +02:00
Jonne Haß
dcc629bc4c
Merge pull request #5337 from Flaburgan/add-link-to-comment-in-report
...
Add a link to a reported comment in the admin panel
2014-10-14 12:48:30 +02:00
Jonne Haß
c1fa0beacd
backfill changelog [ci skip]
2014-10-14 12:46:50 +02:00
flaburgan
20d2b8fc5e
Add a link to a reported comment in the admin panel
2014-10-13 14:11:51 +02:00
Jason Robinson
7be8370924
Add changelog for #5296
2014-10-12 22:48:16 +03:00
Jason Robinson
13de3f318e
Merge pull request #5296 from 'deepy/develop' into develop
2014-10-12 22:41:42 +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
Florian Staudacher
bf5709a5ed
Merge pull request #5328 from svbergerem/fix-5292
...
Only collapse empty comment box
2014-10-12 13:33:36 +02:00
Steffen van Bergerem
8cc5847aec
Paginate contacts
2014-10-11 22:21:31 +02:00
Steffen van Bergerem
42a3e702e6
Fix poll for Bootstrap publisher
2014-10-11 19:18:13 +02:00
Roy McKenzie
258959e1c2
Updated Weekly User Stats page to show the most recent week. Page should show most recent information
2014-10-10 19:12:37 -07:00
James Kiesel
e2e502ea68
Show error message on invalid reset password attempt
2014-10-11 10:47:00 +13:00
Steffen van Bergerem
715f451ed4
only collapse empty comment box
2014-10-10 20:05:28 +02:00
James Kiesel
1400228757
Fix missing password translations
2014-10-11 00:41:52 +13:00
Steffen van Bergerem
a12ca511c3
Convert close mentioned account cuke
2014-10-10 03:49:56 +02:00
Steffen van Bergerem
226f1bbfc3
Convert activity stream cuke
2014-10-10 03:49:56 +02:00
Steffen van Bergerem
2b72fd0f35
Remove tests for removed beta code
2014-10-10 03:49:56 +02:00
Steffen van Bergerem
823316d7f7
Convert tag cukes to rspec tests
2014-10-10 03:49:41 +02:00
Steffen van Bergerem
8ca5ca7c92
Reshare the absolute root of a post
2014-10-10 03:12:07 +02:00
James Kiesel
206ec99f8f
Strip search query of leading & trailing whitespace
2014-10-09 23:34:11 +13:00
James Kiesel
2d44107b5d
Allow nil HTTP user agent
2014-10-09 23:08:33 +13:00
Steffen van Bergerem
d44300c7a2
Merge pull request #5301 from Flaburgan/fix-new-profile
...
Remove one border-bottom on the photo page
2014-10-09 10:21:46 +02:00
flaburgan
476f694bca
Remove one border-bottom on the photo page
2014-10-08 19:40:06 +02:00
Jonne Haß
cf6b144712
Merge pull request #5310 from strivedi183/5194-replace_jqueryidletimerjs_vendored_asset_with_bower_package
...
Replaced jquery.idle-timer.js vendored asset with bower package
2014-10-08 10:47:18 +02:00
Sandip Trivedi
fce957443e
Update jquery.idle-timer.js from 0.9.3 to 1.0.1 #5194
2014-10-08 00:10:42 -04:00
Sandip Trivedi
215fc1c96b
Replaced jquery.idle-timer.js vendored asset with a bower package #5194
2014-10-08 00:00:14 -04:00
flaburgan
adc839d620
Add network key to statistics.json, close #5042
2014-10-08 01:16:54 +02:00
Steffen van Bergerem
4cfe3d7005
Merge pull request #5271 from polsVoice/feature/4901-hoverable-left-menu
...
Feature/4901 hoverable left menu
2014-10-07 22:21:05 +02:00
Jonne Haß
518186a538
Merge pull request #5299 from strivedi183/5194-replace_jqueryplaceholderjs_vendored_asset_with_bower_package
...
Replaced jquery.placeholder.js vendored asset with bower package and updated to latest version #5194
2014-10-07 14:40:47 +02:00
Jonne Haß
ea2a1f0ec9
Merge pull request #5304 from svbergerem/new-profile-fix-regressions
...
Fix pagination for people/guid/contacts
2014-10-07 14:37:14 +02:00
Steffen van Bergerem
d04cf7046b
Fix pagination for people/guid/contacts
2014-10-07 10:55:58 +02:00
Sandip Trivedi
eb916f2690
Update jquery.placeholder.js from 1.8.7 to 2.0.8 #5194
2014-10-07 00:56:37 -04:00
Sandip Trivedi
2af32220a5
Replaced jquery.placeholder.js vendored asset with a bower package #5194
2014-10-07 00:46:24 -04:00
Jonne Haß
803c257ecf
Merge pull request #5297 from strivedi183/5194-replace_jquerytextchangejs_vendored_asset_with_bower_package
...
Replaced jquery.textchange.js vendored asset with a bower package #5194
2014-10-07 02:43:06 +02:00
Sandip Trivedi
d7e8e2ce2c
Replaced jquery.textchange.js vendored asset with a bower package #5194
2014-10-06 18:54:50 -04:00
Jonne Haß
86ce99418f
Merge pull request #5293 from Flaburgan/fix-new-profile
...
Add a small margin to reshares in bootstrap streams
2014-10-06 22:17:22 +02:00
jaideng123
bd24d6bebe
Added cucumber test for notifications dropdown
2014-10-06 13:55:46 -05:00
flaburgan
82a8673a36
Add margin to reshare
2014-10-06 20:00:07 +02: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
Roy McKenzie
1df8f0cf20
Added classes to the body for easier page specific styling.
2014-10-04 17:58:39 -07:00
Alex Nordlund
acc7377e5f
Removed setting for statistics, showing both instead.
2014-10-05 01:45:48 +02:00
Alex Nordlund
03f3c74cee
Moved services to a JSON list.
...
Added AppConfig.privacy.statistics.deprecated_format to toggle showing the old style format.
2014-10-05 01:07:30 +02:00
Steffen van Bergerem
65e9e1c744
Hidden overflow for long names on tag pages
2014-10-04 22:58:57 +02:00
Jonne Haß
eac3f042a4
Reset dynamic configuration after each example in the testsuite
2014-10-04 00:59:03 +02:00
Jonne Haß
7d656d32de
Merge pull request #5256 from jaywink/fix-services-statistics
...
Fix services in statistics.json.
2014-10-04 00:44:36 +02:00
Jonne Haß
66c2f7f869
Fix statistics_presenter_spec
2014-10-04 01:01:19 +03:00
Jason Robinson
309e690a66
Fix services in statistics.json.
...
Currently there is a bug in configurate that reports incorrectly the services settings if they are set as ENV variables, instead of diaspora.yml settings.
This commit works around that issue by changing the way the setting is fetched.
2014-10-03 23:54:42 +03:00
Jonne Haß
1959f0d939
Merge branch 'hotfix/0.4.1.1' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2014-10-03 17:14:55 +02:00
Jonne Haß
19133975f1
Merge branch 'hotfix/0.4.1.1'
2014-10-03 17:13:27 +02:00
Jonne Haß
a5ca738e91
Fix XSS issue in poll questions
...
closes #5274
2014-10-03 17:12:11 +02:00
Brent Bartlett
f9564af0ba
moved hoverable class from <li> to <a>
2014-10-02 17:02:15 -07:00
Jonne Haß
648a45b4d6
Merge pull request #5265 from theatre-x/patch-6
...
Fixed typo
2014-10-01 13:02:01 +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
Jonne Haß
0e1bac59f7
Merge pull request #5263 from strivedi183/5194-replace_punycodejs_vendored_asset_with_bower_package
...
Replaced punycode.js vendored asset with a bower package #5194
2014-10-01 12:23:00 +02:00
Sandip Trivedi
10feffada4
Replaced punycode.js vendored asset with a bower package #5194
2014-09-30 16:16:52 -04:00
jaideng123
2b6ac9261b
Notifications Dropdown now infinite scrolls
2014-09-29 16:30:36 -05:00
Jonne Haß
4a87e7d72e
bump acts-as-taggable-on, closes #5228 , #5234
2014-09-29 16:10:51 +02:00
Jonne Haß
baacefbd92
look for hashed version of default.css in script/server
...
fixes #5254
2014-09-28 16:37:29 +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ß
430d5bd2e9
bump configurate
2014-09-26 22:14:09 +02:00
Jonne Haß
9520d06c7b
Handle already deleted items gracefully in receive local batch job
2014-09-20 15:26:31 +02:00
Jonne Haß
d6f5368474
Handle already deleted photos gracefully in process photo job
2014-09-20 15:13:14 +02:00
Jonne Haß
499ff6e0f4
Fix receiving a relayable retraction through the public route
2014-09-20 15:03:53 +02:00
Jonne Haß
5ca1c1d295
Raise on 404 during Webfinger
...
That's at least readable, return false just causes
silly follow up errors
2014-09-20 13:47:52 +02:00
Jonne Haß
4b754b51f9
Discard dispatch jobs of already deleted records
2014-09-20 13:39:31 +02:00
Jonne Haß
5133458d30
Start converting IDN emails
2014-09-20 04:05:57 +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
Jonne Haß
eb7d6083e3
Merge pull request #5232 from taro-k/develop5231
...
fix locale of invitation email subject #5231
2014-09-19 12:38:14 +02:00
taro@diasporajp
93c6159c56
fix locale of invitation email subject #5231
2014-09-19 16:56:55 +09:00
Florian Staudacher
926556c145
fix profile badge too much margin [ci skip]
2014-09-18 22:30:57 +02:00
Jonne Haß
31613e7784
Merge pull request #5227 from jaideng123/5218-fix_deformed_getstarted_popover
...
Fixed deformation of getting started popovers
2014-09-18 12:44:19 +02:00
Jonne Haß
7da6501602
let tags controller spec generate offending query for #5228
2014-09-18 12:39:16 +02:00
jaideng123
b448f92c61
Fixed deformation of getting started popovers
2014-09-17 21:13:22 -05:00
Jonne Haß
538d55dbfc
Merge pull request #5180 from Raven24/profile_status
...
port profile page to backbone.js
2014-09-18 01:26:26 +02:00
Florian Staudacher
6e1bd7216d
fix /u/[username] route
2014-09-18 00:23:43 +02:00
Florian Staudacher
0bbf304e03
fix the last of the failing cukes (hopefully)
2014-09-17 18:38:27 +02:00
Florian Staudacher
fe0f8df9c9
add a 'css mutex' for cuke failures
2014-09-17 14:36:04 +02:00
Florian Staudacher
300496090b
add the publisher back to ones own profile, fix some cukes
2014-09-16 02:16:14 +02:00
Florian Staudacher
a5da2ca48c
small fixes and more jasmine specs
2014-09-15 01:37:24 +02:00
Florian Staudacher
10609c3692
fix jasmine and add some specs for direction detection
2014-09-15 01:37:23 +02:00
Florian Staudacher
be86014540
rspec should now be running a green build
2014-09-15 01:37:23 +02:00
Florian Staudacher
89d468cdcc
first round of specs and code cleanups/fixes
2014-09-15 01:37:23 +02:00
Florian Staudacher
e4ee28885a
make photos page work with backbone
2014-09-15 01:37:23 +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
9a16560d8d
* rename profile header view to make name more accurate
...
* include 'js-routes' for rails routes in javascript
(TODO: config options?)
* add handlebars helper for rails routes
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
Florian Staudacher
d00d69814e
port profile page to backbone.js
2014-09-15 01:37:23 +02:00
Jason Robinson
cb3db09a5d
Merge tag 'v0.4.1.0' into develop
...
Release 0.4.1.0
2014-09-14 21:07:02 +03:00
Jason Robinson
dcb0d8dd58
Merge branch 'release/0.4.1.0'
2014-09-14 21:06:38 +03:00
Jason Robinson
27329ce312
Merge pull request #5219 from jaywink/changelog-0410
...
Changelogs for terms and podmin admin mail rake task
2014-09-14 20:58:05 +03:00
Jason Robinson
afb64ff025
Add changelog text about new rake task for admin mails.
...
Related to #5111
2014-09-14 20:56:11 +03:00
Jason Robinson
658041c412
Changelog entry to explain new terms of service feature.
...
Related to #5104
2014-09-14 20:55:55 +03:00
Jonne Haß
9d421f4108
Merge pull request #5214 from diaspora/update_gems
...
Update gems
2014-09-13 01:37:22 +02:00
Jonne Haß
f964d3793b
bump fog-softlayer
2014-09-12 23:55:21 +02:00
Jonne Haß
c555cd29dd
bump rspec-core
2014-09-12 23:55:21 +02:00
Jonne Haß
52f3e8d01d
bump test_after_commit
2014-09-12 23:55:21 +02:00
Jonne Haß
f3d980ba5d
bump sidekiq
2014-09-12 23:55:21 +02:00
Jonne Haß
743fc70999
bump selenium-webdriver
2014-09-12 23:55:21 +02:00
Jonne Haß
ba70f2293e
bump mini_magick
2014-09-12 21:57:00 +02:00
Jonne Haß
a6ad721b8e
bump handlebars_assets
2014-09-12 21:52:43 +02:00
Jonne Haß
9f125058f7
bump rails
2014-09-12 21:49:09 +02:00
Jonne Haß
d5474c3992
Merge pull request #5208 from jaideng123/5081-truncate_open_graph_data
...
Fixed Open Graph db insertion
2014-09-08 12:31:09 +02:00
jaideng123
d16eabae21
Added test for truncation to gather OG data spec
2014-09-07 20:28:02 -05:00
Jonne Haß
619bc3f537
A reshares root may be already gone when generating the notification
2014-09-07 10:47:47 +02:00
Jonne Haß
777e3123d6
Try fetching missing parent of relayables
...
* Extract post fetching logic from Reshare into
its own module
* raise proper error message when fetching fails
* raise proper error message when parent is still missing
We can't skip fetch failures or missing parents and
still need to retry them in case we're sent the parent
later on
2014-09-07 10:47:47 +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ß
c225bb17ce
add pry and pry-debundle to the Gemfile
...
If you now install pry-byebug and pry-stackexplorer,
you'll get a nice debugger
2014-09-06 23:13:53 +02:00
jaideng123
642e5ab45b
Fixed Open Graph db insertion
2014-09-06 14:49:34 -05:00
Jonne Haß
01e0127287
Ignore embedded photos if invalid
...
For example if they're already present
Also refactor StatusMessage XML specs
2014-09-06 04:52:18 +02:00
Jonne Haß
476376dcb0
Don't retry Diaspora::AuthorXMLAuthorMismatch
...
They're not healable and seem to only occur on
Friendica posts
2014-09-06 03:26:07 +02:00
Jonne Haß
b35eb70975
Merge pull request #5204 from diaspora/update_gems
...
Update gems
2014-09-06 02:39:18 +02:00
Jonne Haß
dac5bbbd96
bump fog-brightbox
2014-09-06 00:19:53 +02:00
Jonne Haß
0af37d5d0b
bump celluloid
2014-09-06 00:18:20 +02:00
Jonne Haß
fb058609e3
bump test_after_commit
2014-09-06 00:17:36 +02:00
Jonne Haß
3a7b0db67b
bump rails-i18n
2014-09-05 23:52:17 +02:00
Jonne Haß
ef501f755c
bump jquery-rails
2014-09-05 23:51:33 +02:00
Jonne Haß
9870069c56
bump rspec
2014-09-05 23:46:56 +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ß
4e5fa6cc7e
Merge branch 'release/0.4.1.0' into develop
2014-09-03 15:53:58 +02:00
Jonne Haß
2d9c6a945d
Don't let the dropdown indicator flow into the user name in the user
...
menu
2014-09-03 15:53:01 +02:00
Jonne Haß
d4dc20f59c
Merge branch 'release/0.4.1.0' into develop
2014-09-03 11:17:04 +02:00
Jonne Haß
b5de6cded9
Merge pull request #5200 from jhass/static_user_menu
...
Prevent user menu from moving
2014-09-03 11:16:06 +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
Jonne Haß
12dc9cbc23
prevent user menu from moving
2014-09-02 01:17:18 +02:00
Jonne Haß
291a2f31df
Merge branch 'release/0.4.1.0' into develop
2014-09-01 19:40:40 +02:00
Florian Staudacher
36e92b322f
fix hovercard aspect selectio z-index by moving it out of the stream element
...
- create handlebars template for hovercards
- fix notifications-dropdown (workaround) to remain open when aspect
selector is clicked
2014-09-01 19:39:23 +02:00
Jonne Haß
6445487936
Merge pull request #5193 from svbergerem/conversations-redirect-new
...
Redirect conversations/new to conversations
2014-09-01 18:39:22 +02:00
Steffen van Bergerem
ba0bccbef1
Redirect conversations/new to conversations
2014-09-01 17:11:56 +02:00
Jonne Haß
1ae0085d64
instruct to clear cache in changelog [ci skip]
2014-09-01 14:07:53 +02:00
Jonne Haß
f3ad3c93a3
Merge pull request #5190 from jhass/bump_handlebars
...
bump handlebars_assets
Conflicts:
Gemfile
2014-09-01 13:53:16 +02:00
Jonne Haß
1209bea03c
Merge pull request #5191 from jhass/bump_jquery
...
bump jquery-rails
2014-09-01 13:52:07 +02:00
Jonne Haß
7c6776c280
bump jquery-rails
2014-09-01 12:15:01 +02:00
Jonne Haß
5da86def06
bump handlebars_assets
2014-09-01 11:44:34 +02:00
Jonne Haß
1a5bcec394
bump omniauth
2014-09-01 11:11:06 +02:00
Jonne Haß
9d9472cc0b
bump fog
2014-09-01 11:08:24 +02:00
Jonne Haß
ff0d158b6a
bump coffee-script-source
2014-09-01 11:07:58 +02:00
Jonne Haß
7508300193
bump sidekiq
2014-09-01 11:03:53 +02:00
Jonne Haß
ef1cbda8c9
bump acts-as-taggable-on
2014-09-01 11:02:48 +02:00
Jonne Haß
d4a2d5708c
Hide welcome to diaspora after all popovers are closed
...
As a side effect stabilizes signs up cuke
2014-08-31 21:29:46 +02:00
Jonne Haß
34bdcb889a
Merge pull request #5178 from svbergerem/new-conversations
...
Display new conversation form on conversations/index
2014-08-31 19:22:25 +02:00
Steffen van Bergerem
854dcf04db
Display new conversation form on conversations/index
2014-08-31 18:02:37 +02:00
Jonne Haß
d8e264231e
Merge pull request #4979 from jhass/bump_sidekiq
...
Bump sidekiq
2014-08-31 02:19:29 +02:00
Jonne Haß
2b2f4e44e5
bump sidekiq
2014-08-31 00:11:23 +02:00
Jonne Haß
bb0d24eab4
Merge pull request #5181 from jhass/bump_ruby
...
drop Ruby 1.9 support, recommend Ruby 2.1
2014-08-30 23:59:20 +02:00
Jonne Haß
62ce1c3a43
Merge pull request #5185 from goobertron/mobile_features
...
Add sign-up tests for mobile version
2014-08-30 22:17:27 +02:00
Jonne Haß
99de61fdfa
Merge branch 'release/0.4.1.0' into develop
2014-08-30 22:15:56 +02:00
Jonne Haß
6df79f6983
so turns out whether an id is serialized to a json integer or string
...
depends on the DB backend
2014-08-30 22:15:05 +02:00
Jonne Haß
1515848120
Merge branch 'release/0.4.1.0' into develop
...
Conflicts:
app/controllers/conversations_controller.rb
spec/controllers/conversations_controller_spec.rb
2014-08-30 20:09:08 +02:00
Jonne Haß
5d549f553b
Escape person name in contacts json
...
jQuery autoSuggest uses .html to insert it into the DOM
2014-08-30 20:06:03 +02:00
goobertron
a90627467b
Add sign-up tests for mobile, minor adjustments to other mobile tests
2014-08-30 18:35:10 +01:00
Jonne Haß
201b590423
drop Ruby 1.9 support, recommend Ruby 2.1
2014-08-29 22:56:47 +02:00
Jonne Haß
1c9f030f7f
Merge pull request #5173 from remcohh/develop
...
Consolidate migrations
2014-08-29 17:42:33 +02:00
Florian Staudacher
47bfd59729
Merge pull request #5179 from svbergerem/rounded-contact-search-form
...
Rounded contact search input
2014-08-29 15:29:40 +02:00
Remco Huijdts
edae905859
Add correct schema
2014-08-29 14:55:40 +02:00
Steffen van Bergerem
0ca59e828a
Rounded contact search input
2014-08-29 14:45:16 +02:00
Jonne Haß
79e1a9aafd
port notify local users worker spec to doubles
2014-08-29 01:42:16 +02:00
Jonne Haß
7c28921ec7
Merge pull request #5138 from svbergerem/bootstrap-tags-view
...
Port tags page to Bootstrap
2014-08-28 23:12:32 +02:00
Jonne Haß
32c3adc197
Merge pull request #5175 from jhass/js_assets
...
Dynamic asset paths everywhere
2014-08-28 23:11:06 +02:00
Jonne Haß
462198799b
Dynamic asset paths everywhere
...
* Use asset pipeline aware helpers in CSS files
* Add js_image_paths to push image asset names to the client side JS
2014-08-28 21:04:29 +02:00
Steffen van Bergerem
3f3087c77f
Port tags page to Bootstrap
2014-08-28 18:02:02 +02:00
Remco Huijdts
858551387f
correct initial schema
2014-08-28 13:23:24 +02:00
Remco Huijdts
28a71a46aa
Consolidate migrations
2014-08-28 12:28:06 +02:00
Jonne Haß
31328e4722
Merge pull request #5172 from jhass/skip_assets
...
skip assets precompilation
2014-08-28 01:11:31 +02:00
Jonne Haß
1b0de7f7cc
skip assets precompilation for cucumber run
2014-08-27 18:38:43 +02:00
Jonne Haß
3387bbca74
skip assets precompilation for regular run
2014-08-27 18:37:14 +02:00
Jonne Haß
0675337dab
bump fog-core
2014-08-27 18:34:00 +02:00
Jonne Haß
bb51752d33
bump font-awesome-rails
2014-08-27 18:33:14 +02:00
Jonne Haß
6fef1cf990
bump gon
2014-08-27 18:32:50 +02:00
Jonne Haß
de9acef27f
add changelog entry for rspec 3 port
2014-08-27 18:25:28 +02:00
Jonne Haß
ccd7c670b3
Merge pull request #5170 from khall/issue_5149a
...
Issue 5149a
Conflicts:
spec/controllers/aspects_controller_spec.rb
spec/controllers/contacts_controller_spec.rb
2014-08-27 18:20:56 +02:00
Jonne Haß
806de6a9ba
Merge pull request #5084 from Flaburgan/profile-mobile-improvements
...
Improve profile page design on mobile
2014-08-27 17:48:59 +02:00
Jonne Haß
6623fb66a6
Merge pull request #4960 from Flaburgan/polish-conversation-view
...
Polish conversation view
2014-08-27 17:47:33 +02:00
Jonne Haß
2348fb9d09
drop firefox addon from travis.yml
...
Travis build environment was updated to FF 31
2014-08-27 17:00:21 +02:00
khall
856386bf38
undoing my changes picked up during migration
2014-08-27 07:27:58 -07:00
Flaburgan
b83295b4e4
Polish conversation view
2014-08-27 14:40:58 +02:00
flaburgan
1dbce6d84d
Improve profile page design on mobile
2014-08-27 14:17:05 +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
Jonne Haß
8867023592
Merge pull request #4982 from Flaburgan/add-icon-in-dropdown-aspect
...
Add visibility icons in publisher dropdown aspect
2014-08-27 09:50:51 +02:00
khall
fe492c6fb8
Fixing a .should test to expect(), adding suggested line to spec_helper to prevent the use of .should in the future
2014-08-26 17:39:13 -07:00
khall
b7c68031fa
Last rspec fix brought to you by jhass
2014-08-26 17:12:58 -07:00
khall
087dbd4acf
Bumping rspec to 3.0.2
2014-08-26 17:12:21 -07:00
khall
875895f2d0
Convert specs to RSpec 3.0.4 syntax with Transpec
...
This conversion is done by Transpec 2.3.6 with the following command:
transpec features
* 19 conversions
from: obj.should
to: expect(obj).to
* 1 conversion
from: == expected
to: eq(expected)
For more details: https://github.com/yujinakayama/transpec#supported-conversions
2014-08-26 17:11:44 -07:00
khall
de3e0bd91a
Updating cucumber features
2014-08-26 17:11:44 -07:00
khall
c27b38d69a
Merge branch 'develop' into issue_5149
...
Conflicts:
spec/controllers/aspects_controller_spec.rb
spec/controllers/conversations_controller_spec.rb
spec/controllers/people_controller_spec.rb
spec/controllers/photos_controller_spec.rb
spec/integration/receiving_spec.rb
spec/lib/postzord/receiver/public_spec.rb
spec/models/post_spec.rb
spec/models/user/querying_spec.rb
2014-08-26 17:11:39 -07:00
khall
4edd824d3c
No deprecation warnings, but one spec still fails (but only when I run all the specs, not when I run just the one spec)
2014-08-26 17:10:29 -07:00
khall
c42916df27
Two tests failing after rspec 2.99 => 3.0.0
2014-08-26 17:10:26 -07:00
khall
027bb9fcb0
Rspec version bump to 2.99
2014-08-26 17:00:21 -07:00
Jonne Haß
b53ee9c7b3
Merge pull request #5169 from jaideng123/5157-Increase_captcha_field_length
...
Increase max length of simple_captcha to 12
2014-08-27 01:29:38 +02:00
Flaburgan
2151b4f791
Add jasmine tests
2014-08-27 00:03:49 +02:00
flaburgan
3d793679e0
Add visibilit icons in publisher dropdown aspect
2014-08-26 22:47: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
jaideng123
1de67281f4
Simplified range check
2014-08-26 14:04:28 -05:00
jaideng123
f53001577e
Increase max length of simple_captcha to 12
2014-08-26 13:24:00 -05:00
Steffen van Bergerem
6461135bfd
Redesign contacts page
2014-08-26 19:18:32 +02:00
Jonne Haß
e3dc82bdcd
Merge branch 'release/0.4.1.0' into develop
2014-08-26 19:12:14 +02:00
Steffen van Bergerem
5a4697e254
Remove validation.js from mobile sign in page (fix regression)
2014-08-26 19:11:59 +02:00
Jonne Haß
2e1ed81750
Merge pull request #5164 from goobertron/tos_notes
...
Changelog note for change in jQuery CDN default
2014-08-26 18:04:57 +02:00
goobertron
9ee23017b8
Changelog note for change in jQuery CDN default
2014-08-26 16:37:45 +01:00
Jonne Haß
39379421dc
Merge pull request #5165 from jaideng123/5106-scrolling_in_notifications
...
Fixed notifications dropdown on bootstrap pages
2014-08-26 17:00:56 +02:00
jaideng123
83e677401f
Fixed bootstrap pages
2014-08-26 09:51:36 -05:00
Jonne Haß
66a5a2ac1b
Increase oembed cuke stability
...
By using the more robust step for posting
2014-08-26 10:53:07 +02:00
Jonne Haß
541d5580e0
Fix loading issues in rails_admin
...
Properly declare Admin module and explicitly list models to be
display in rails_admin
2014-08-26 02:57:47 +02:00
Jonne Haß
00de34ba38
Merge pull request #5129 from jaideng123/5106-scrolling_in_notifications
...
Increased the number of notifications shown in drop down bar to 15
Conflicts:
Gemfile.lock
2014-08-26 02:06:55 +02:00
Jonne Haß
9e5ac86a36
Merge branch 'release/0.4.1.0' into develop
2014-08-26 01:50:58 +02:00
lyzellis
8c90fea1e1
changes hovercard background color to grey on hover
2014-08-26 01:50:36 +02:00
Jonne Haß
3b3a44b39b
Merge pull request #5158 from khall/issue_5044
...
Fix for issue 5044
2014-08-26 01:18:39 +02:00
Jonne Haß
f772af86a6
Merge pull request #5156 from khall/issue_5040
...
Fix for issue 5040
2014-08-26 01:16:41 +02:00
Jonne Haß
cb6c79a885
Merge pull request #5151 from khall/issue_5090
...
Fix for issue 5090
2014-08-26 01:14:45 +02:00
Jonne Haß
35f91ce7e9
Merge pull request #5150 from diaspora/update_gems
...
Update gems
2014-08-26 01:04:11 +02:00
khall
1d0446fcab
Adding tabindex='0' attributes to non-blueprint view elements since blueprint is so last week
2014-08-25 15:50:53 -07:00
jaideng123
b70f306ff5
Integrated Perfect Scrollbar into notifications dropdown
2014-08-25 15:33:25 -05:00
Jonne Haß
ef214d7681
bump http_accept_language
2014-08-25 22:06:28 +02:00
Jonne Haß
5ffbafa56a
bump rack-google-analytics
2014-08-25 21:49:46 +02:00
Jonne Haß
eb3fbc35b2
bump rails-timeago
2014-08-25 21:40:15 +02:00
Jonne Haß
37f062c07f
bump sinon-rails
2014-08-25 21:39:52 +02:00
Jonne Haß
b34fe4199b
bump simple_captcha2
2014-08-25 19:20:50 +02:00
Jonne Haß
8de29bc28d
bump faraday and faraday_middleware. closes #4950
2014-08-25 19:16:55 +02:00
Jonne Haß
ac998407b5
bump jasmine-core
2014-08-25 19:16:55 +02:00
Jonne Haß
328d53230d
bump connection_pool
2014-08-25 19:16:54 +02:00
Jonne Haß
589794a438
bump omniauth-oauth2
2014-08-25 19:16:54 +02:00
Jonne Haß
66521a36f6
bump zip-zip
2014-08-25 19:16:54 +02:00
Jonne Haß
67331a7371
bump rails_autolink
2014-08-25 19:16:54 +02:00
Jonne Haß
4da21d02db
bump will_paginate
2014-08-25 19:16:54 +02:00
Jonne Haß
4415d91aa6
bump uglifier
2014-08-25 19:16:51 +02:00
Jonne Haß
b3f18e1961
bump typhoeus
2014-08-25 19:16:22 +02:00
Jonne Haß
5fa8d7c44c
bump test_after_commit
2014-08-25 19:15:30 +02:00
Jonne Haß
a974f281e8
bump ruby-oembed
2014-08-25 19:15:30 +02:00
Jonne Haß
02bb317df0
bump rspec-instafail
2014-08-25 19:15:29 +02:00
Jonne Haß
3fc8be03af
bump rb-inotify
2014-08-25 19:15:29 +02:00
Jonne Haß
6c0ee4c78d
bump rails_admin
2014-08-25 19:15:29 +02:00
Jonne Haß
9cd0100090
bump rack-piwik
2014-08-25 19:15:29 +02:00
Jonne Haß
047a05f74c
bump mini_magick
2014-08-25 19:15:29 +02:00
Jonne Haß
59d1076e31
bump guard-rspec
2014-08-25 19:15:29 +02:00
Jonne Haß
ebf43c1956
bump gon
2014-08-25 19:15:29 +02:00
Jonne Haß
b0bf570cd9
bump fog
2014-08-25 19:15:29 +02:00
Jonne Haß
25f117f8d8
bump devise
2014-08-25 19:15:29 +02:00
Jonne Haß
168aa26306
bump asset_sync
2014-08-25 19:15:27 +02:00
Jonne Haß
d745d621f8
bump acts-as-taggable-on
2014-08-25 19:14:50 +02:00
Jonne Haß
c6771e7575
Merge pull request #5159 from jhass/rails41
...
Update to Rails 4.1
2014-08-25 19:05:38 +02:00
Jonne Haß
42b08e8ab8
Update to Rails 4.1
2014-08-25 17:37:02 +02:00
khall
049e504ad3
Fix for issue 5044: Adding tabindex attributes for add contact dropdown and contents, also binding keypress event to perform same action that click does.
2014-08-24 21:37:39 -07:00
khall
41dc950a06
Adding scope for account_deletion to get only those that are uncompleted and then adding that scope to accounts.rake. Tested it out and it works well
2014-08-24 19:02:11 -07:00
Jonne Haß
acc8691487
drop useless require from script/get_config.rb [ci skip]
2014-08-25 02:48:29 +02:00
khall
6d3528c539
Fix for issue 5040: Adds completed_at column to account_deletions and sets timestamp upon successful completion. Depends on uniqueness of diaspora_handle when combined with person_id
2014-08-24 17:06:33 -07:00
Jonne Haß
3582df7c26
Merge pull request #5152 from jhass/stabilize_cukes
...
Try stabilizing cukes
2014-08-25 01:09:52 +02:00
khall
6d56a6fbac
Updating with jhass's code change. Still looking into Travis failure...
2014-08-24 16:01:59 -07:00
Jonne Haß
b9ec56f44b
bump firefox on travis
2014-08-24 23:00:30 +02:00
Jonne Haß
caa5067721
don't make loading an assertion, just try waiting for it
2014-08-24 22:59:22 +02:00
khall
a9fd16db3e
Fix for issue 5090: Changing error message wording and providing more information to user when status message is too long.
2014-08-24 13:28:57 -07:00
Jonne Haß
e0c836c03d
bump rails
2014-08-24 16:03:50 +02:00
Jonne Haß
13f50eeee6
do not touch the own model in an after commit hook
...
That just recurses endlessly, fixes #5146
2014-08-24 16:03:17 +02:00
Jonne Haß
2619beb157
Merge pull request #4481 from diaspora/rails4
...
Port to Rails 4
2014-08-24 13:42:31 +02:00
Jonne Haß
a1e547f8d7
Merge pull request #5105 from goobertron/jquery_default
...
Change default for jQuery CDN to false
2014-08-24 13:36:57 +02:00
Jonne Haß
3044195ebc
Merge branch 'release/0.4.1.0' into develop
2014-08-24 13:34:29 +02:00
Jonne Haß
52d5a1cd1a
Merge pull request #5141 from svbergerem/mark-read-link-notifications
...
Change mark read link on notifications page
2014-08-24 13:32:32 +02:00
Jonne Haß
950ce72694
Merge branch 'release/0.4.1.0' into develop
2014-08-24 13:31:11 +02:00
Jonne Haß
feb45a6291
Merge pull request #5135 from goobertron/tos2
...
Minor formatting changes to ToS
2014-08-24 13:30:51 +02:00
Jonne Haß
5c60f10022
start new development cycle
2014-08-24 13:28:02 +02:00
Jonne Haß
a7b0e85659
Merge branch 'release/0.4.1.0' into develop
2014-08-24 13:26:04 +02:00
Jonne Haß
cf3d6293dc
Merge pull request #5130 from wegotcoders/4948-add-linebreaks
...
line breaks have been added to long headings
2014-08-24 13:25:22 +02:00
Jonne Haß
28c247ef8b
Merge pull request #5140 from svbergerem/refactor-css
...
Refactor css
2014-08-24 13:17:56 +02:00
Jonne Haß
527fb559e5
Bump version to 0.4.1.0
2014-08-24 13:17:29 +02:00
Jonne Haß
5762a5855e
remove manual sign in from close account cuke
2014-08-24 02:15:11 +02:00
Jonne Haß
2361b8e00f
bump capybara and phantomjs
2014-08-24 01:57:49 +02:00
Jonne Haß
01c4fa18d3
fix and stablize some cukes
2014-08-24 01:02:35 +02:00
Jonne Haß
2c6e9a9786
try working around precompilation bug by committing generated sprites, not nice but luckily they don't change often
2014-08-24 01:02:35 +02:00
Jonne Haß
68affd5dd1
bump entypo-rails
2014-08-24 01:02:35 +02:00
Jonne Haß
0a70a125be
Remove deprecation warning in blueprint view
2014-08-24 01:02:35 +02:00
goobertron
0f2929a0ce
Add strong codes for pod name
2014-08-23 19:40:02 +01:00
Steffen van Bergerem
c18df1c32f
Change mark read link on notifications page
2014-08-23 17:42:19 +02:00
Jonne Haß
d6d65cd0fd
apply rails 4 todos and fix specs after rebase
2014-08-23 16:47:57 +02:00
Jonne Haß
3fadba0430
update rails and compass-rails after rebase
2014-08-23 16:47:57 +02:00
Jonne Haß
5068be90e8
reduce cuke failures
...
* Bump sass-rails (without effect)
* Bump mobile-fu (without effect)
* Cosmetically fix two cukes
* Refactor Taggable#tag_strings
* Rename default.css to default.css.scss (without effect)
* Fix receiving a conversation
* Pass aspect_ids instead of a relation to User#aspects_from_ids
2014-08-23 16:47:57 +02:00
Jonne Haß
d070f19243
make rspec and jasmine pass with the new code
2014-08-23 16:47:57 +02:00
Jonne Haß
38e5ae2b73
bump rails_admin
2014-08-23 16:47:57 +02:00
Jonne Haß
8d1b611f88
bump jasmine-jquery-rails
2014-08-23 16:47:57 +02:00
Jonne Haß
b671509184
bump jasmine
2014-08-23 16:47:57 +02:00
Jonne Haß
e9ab6dc1e6
bump rack-ssl
2014-08-23 16:47:57 +02:00
Jonne Haß
c856fb459a
bump rails-i18n
2014-08-23 16:47:57 +02:00
Jonne Haß
c506276c73
bump activerecord-import
2014-08-23 16:47:57 +02:00
Jonne Haß
61c72b44e9
update rails to 4.0.5
2014-08-23 16:47:56 +02:00
Florian Staudacher
b07f6cf1db
adapt rebased changes to jasmine 2
2014-08-23 16:47:48 +02:00
Florian Staudacher
037671f1b6
port remaining specs - jasmine is green again (non-CI)
2014-08-23 16:46:08 +02:00
Florian Staudacher
304e560e43
use new jasmine async code
2014-08-23 16:46:08 +02:00
Florian Staudacher
d4aca571ac
add jasmine-jquery gem and use it, port some more specs
2014-08-23 16:46:08 +02:00
Florian Staudacher
4d3874cc2e
port more specs, add aspect factory
2014-08-23 16:46:04 +02:00
Florian Staudacher
adf7aa98dd
port router specs, don't test backbone - our own code is enough
2014-08-23 16:38:58 +02:00
Florian Staudacher
c81379d38f
port some more JS specs to jasmine 2.0... still a lot to do
2014-08-23 16:38:57 +02:00
Florian Staudacher
43f156420d
update jasmine mock-ajax, port SpecHelper to jasmine 2.0
...
- some tests should be passing again now
2014-08-23 16:38:57 +02:00
Jonne Haß
397606bc44
turn parameter wrapping for AR::B#to_json back on
2014-08-23 16:38:57 +02:00
Jonne Haß
b3e59dc3d5
fix PostsController specs by using explicit form of the sign_in helper
2014-08-23 16:38:57 +02:00
Jonne Haß
0d42285496
Do not update_attributes with a nil id
...
Rails 4 accepts that as a parameter thus setting the id to nil
thus thinking it'd be a new record when we just want to update
it
2014-08-23 16:38:57 +02:00
Jonne Haß
1b3a2185eb
Fix and simplify current_page? check on profile page
2014-08-23 16:38:57 +02:00
Jonne Haß
cb13d30a02
Directly query photos when doing an update_all
...
For some reason it doesn't correctly set the bind variables
when called through an association with non-standard
keys. Probably a Rails bug.
2014-08-23 16:38:57 +02:00
Jonne Haß
35b17d8c4f
Do not call self-modifying Enumerable methods on AR::Relation objects
2014-08-23 16:38:57 +02:00
Jonne Haß
da9c1db14f
before_action
2014-08-23 16:38:57 +02:00
Jonne Haß
7fd2294111
switch to simple_captcha2
2014-08-23 16:38:50 +02:00
Niall Paterson
f33038f105
updated before_filters to before_actions as recommended for rails 4
2014-08-23 16:34:01 +02:00
Jonne Haß
244388fcb5
make aspect membership controller specs green
2014-08-23 16:34:01 +02:00
Jonne Haß
ceee5baae6
raise original exception in i18n interpolation fallback middleware
2014-08-23 16:34:01 +02:00
Jonne Haß
21feb91d27
always pass desired format in specs unless it's html
2014-08-23 16:34:01 +02:00
Jonne Haß
645a427798
Fix account deleter by not relying on protected_atrributes
2014-08-23 16:34:01 +02:00
Jonne Haß
2d57e15d5d
Remove :without_protection from call in the posts fetcher and fix a couple hundreds specs as a side effect
...
Heisenbugs ftw.
2014-08-23 16:34:01 +02:00
Jonne Haß
7e7082a3bd
Fix expectations for changes in generated HTML
...
Just a minor change, supplied attributes now go before the
standard ones
2014-08-23 16:34:01 +02:00
Jonne Haß
dc12479070
Filter :id in User.build for now
...
Rails 4 seem to allow setting the id through supplied parameters
The controllers ported to strong_parameters should guard against
attacks over this vector, but I didn't want to remove the specs
that test this here
2014-08-23 16:34:01 +02:00
Jonne Haß
659f0b96d4
do not pass relations to a method that expects a set of aspects ids or a single aspect
2014-08-23 16:34:01 +02:00
Jonne Haß
76c6d95a0e
replace deprecated disable_with option
2014-08-23 16:34:01 +02:00
Jonne Haß
09f0665225
replace deprecated usages for all
2014-08-23 16:34:01 +02:00
Jonne Haß
cc8a614c29
Remove attr_accessible from OpenGraphCache
2014-08-23 16:34:01 +02:00
Jonne Haß
2f1193fa36
Fix "prepared statements" errors
...
See https://coderwall.com/p/45ombq
2014-08-23 16:34:00 +02:00
Jonne Haß
dfa0245f4b
make assets:precompile work
2014-08-23 16:34:00 +02:00
Jonne Haß
a9e107364a
make status message controller spec pass and deprecation free
2014-08-23 16:34:00 +02:00
Jonne Haß
2cca5745c9
remove deprecated scoped
2014-08-23 16:34:00 +02:00
Jonne Haß
cb195f4d55
access connection through class
2014-08-23 16:34:00 +02:00
Jonne Haß
2f54d4f17d
remove conditions on association deprecation warnings
2014-08-23 16:34:00 +02:00
Jonne Haß
89afb616cf
replace deprecated scope syntax and unify it
2014-08-23 16:34:00 +02:00
Jonne Haß
33c3b38f2f
replace deprecated finder and finder_options syntax
2014-08-23 16:34:00 +02:00
Jonne Haß
d75632401b
make everything boot again
2014-08-23 16:34:00 +02:00
Jonne Haß
467df1df77
generate binstubs
2014-08-23 16:34:00 +02:00
Jonne Haß
59d60ff947
remove strong_parameters initializer
2014-08-23 16:34:00 +02:00
Jonne Haß
55f40a2b65
update to rails 4
2014-08-23 16:33:53 +02:00
Jonne Haß
58927d1a9d
bump sidekiq to 2.17.7
2014-08-23 16:03:17 +02:00
Steffen van Bergerem
d682821f2d
Refactor css
2014-08-23 15:45:45 +02:00
Jonne Haß
c4970b485f
Merge pull request #5131 from wegotcoders/3801_delete_own_photos
...
3801 delete own photos
2014-08-23 10:52:29 +02:00
Jonne Haß
18ead3e2e4
Merge pull request #5136 from svbergerem/fix-regression-login-css
...
Fix mobile sign in page regression
2014-08-22 00:22:07 +02:00
Steffen van Bergerem
987c982bb5
Fix mobile sign in page regression
2014-08-21 22:19:14 +02:00
goobertron
c8e5b326e5
Minor formatting changes to ToS
2014-08-21 11:36:21 +01:00
Jonne Haß
2b50001286
Merge pull request #5132 from svbergerem/remove-unused-login-js
...
Remove unused js code for login page
2014-08-19 18:05:21 +02:00
damzcodes
ab71205261
line breaks have been added in correct stylesheet
2014-08-19 14:51:42 +01:00
Daniel Sun
13419066d4
refactor authorIsCurrentUser to user model as isAuthorOf
...
Dried up authorIsCurrentUser in views.js
removed authorIsCurrentUser, now called from views.js
remove authorIsCurrentUser from views.js
2014-08-19 10:37:57 +01:00
op48
844fe9d6b9
Allow users to delete own photos from gallery
...
Added delete label to photos in gallery
added an event to delete photos of current user
Added css for hiding/revealing the delete label
Included the photo stylesheet
Added cucumber test for deleting your own photos
Removed wip
2014-08-19 10:11:06 +01:00
Steffen van Bergerem
9e32eb370a
Remove unused js code for login page
2014-08-19 09:25:48 +02:00
Jonne Haß
8654e1b3ad
remove unused variable in i18n.js [ci skip]
2014-08-18 21:09:57 +02:00
Jonne Haß
b582e1f707
i18n.js: Add interface to retrieve entire sections
...
And make use of that in HelpView
2014-08-18 21:06:52 +02:00
damzcodes
c58a56c5fe
line breaks have been added to long headings
2014-08-18 14:06:07 +01:00
Jonne Haß
ec877e3784
Merge pull request #4978 from jhass/bump_acts_as_taggable_on
...
Bump acts-as-taggable-on
2014-08-18 12:20:19 +02:00
Jonne Haß
ae24495c7d
Merge pull request #5127 from Raven24/hpetru-2875-ignore-user-posts
...
Remove ignored peoples posts without refresh (II)
2014-08-18 11:35:56 +02:00
Jonne Haß
ec02f54613
Merge pull request #5122 from jaideng123/5113-mark-as-read-by-filter
...
Added Mark all in filter as read feature
2014-08-18 11:30:18 +02:00
Jonne Haß
fa9c079955
Merge pull request #5121 from wegotcoders/4943-add-services-to-statistics-json
...
Service have been added to /statistics.json
2014-08-18 11:20:26 +02:00
Jonne Haß
d3b901801c
Merge pull request #5111 from jaywink/user-mailer
...
Rake task to send mails to users
2014-08-18 11:18:25 +02:00
Jonne Haß
5cba051fd7
Merge pull request #5104 from jaywink/tos
...
Terms of service and privacy policy feature.
2014-08-18 11:15:57 +02:00
jaideng123
c68eeb70fb
Added the button changing effect + the ability to read all of a type to mobile
2014-08-17 15:51:37 -05:00
jaideng123
406397988b
Made wording more clear, refactored read_all
2014-08-17 11:16:30 -05:00
Jason Robinson
d0b37fa7ee
Rescue from an exception when sending emails in podmin:admin_email
2014-08-17 18:14:36 +03:00
jaideng123
6456a441fe
Modified behavior of mark all as read button
2014-08-17 10:12:23 -05:00
Jason Robinson
a4eafe8a87
Allow sending emails with custom subject via Notifier.admin
2014-08-17 18:02:16 +03:00
Jason Robinson
6dd1e31337
Rake task for Notifier.admin to send emails to users
2014-08-17 18:02:16 +03:00
Jason Robinson
e58f0b2ad4
Terms of service and privacy policy feature.
...
If enabled, terms of service link will be shown in sign up page.
2014-08-17 17:44:44 +03:00
Florian Staudacher
4fd9bae056
refactor global event broker and user blocking from stream posts
2014-08-17 14:05:56 +02:00
Jonne Haß
c45f84c3fa
Merge pull request #5123 from svbergerem/remove-unused-code
...
Remove unused code
2014-08-16 13:31:11 +02:00
Steffen van Bergerem
022bc1007d
Remove unused code
2014-08-16 11:47:31 +02:00
Jonne Haß
98c3a0a871
Merge pull request #5120 from jhass/i18n_js_fallback
...
Add fallback system to frontend I18n system
2014-08-15 15:07:24 +02:00
damzcodes
de069962b3
Service have been added to /statistics.json
...
Services have been added to /statistics.json
tidying up
edits
2014-08-15 14:02:03 +01:00
Jonne Haß
92a6fc9eb5
Add fallback system to frontend I18n system
...
Load the default locale and fall back to it on missing key
and interpolation errors
2014-08-15 13:53:28 +02:00
Jonne Haß
0127852936
Merge pull request #5112 from svbergerem/login-redesign
...
Redesign login page
Conflicts:
Changelog.md
2014-08-15 11:44:05 +02:00
Jonne Haß
691594e0fd
Merge pull request #5119 from svbergerem/people-search-fix-aspect-membership
...
Fix aspect membership dropdown on people search page
2014-08-15 03:22:54 +02:00
Jonne Haß
f82a5ba4d5
Merge pull request #5118 from blase/feature/4466-port-everything-to-bootstrap
...
Port everything under /contacts to bootstrap
2014-08-15 02:35:34 +02:00
Steffen van Bergerem
0d064cbefe
Redesign login page
2014-08-15 00:46:20 +02:00
Steffen van Bergerem
ae3dec0167
Fix aspect membership dropdown on people search page
2014-08-15 00:16:11 +02:00
Błażej Pankowiak
b085c98b67
Update features to play nice with Bootstrap
2014-08-14 23:26:59 +02:00
Błażej Pankowiak
7ff0776d59
Move color to it's real home
2014-08-14 21:54:24 +02:00
Błażej Pankowiak
ede042f6cd
Make new aspect popup Bootstrap compatible
2014-08-14 21:09:58 +02:00
Błażej Pankowiak
f085436160
Port aspect edit pane to Bootstrap
2014-08-14 21:09:58 +02:00
Błażej Pankowiak
2424301112
Port Community Spotlight to Bootstrap
2014-08-14 21:09:58 +02:00
Błażej Pankowiak
19bcf103aa
Style selected aspect
2014-08-14 21:09:58 +02:00
Błażej Pankowiak
64537f8763
Center remove buttons vertically
2014-08-14 21:09:58 +02:00
Błażej Pankowiak
d0cbde2394
Style aspect controls
2014-08-14 21:09:58 +02:00
Błażej Pankowiak
0ad658f98c
Port main Contact page to Bootstrap
2014-08-14 21:09:57 +02:00
Jonne Haß
7f3ff6bacb
Merge pull request #5039 from pablocubico/feature/4466-new-bootstrap-config-profile-page
...
[NEW] [WIP] #4466 Port settings pages to Bootstrap (edit profile, edit account, privacy, services)
2014-08-14 19:20:15 +02:00
Pablo Cuadrado
5f80394801
changelog entry
2014-08-14 04:54:07 -03:00
Pablo Cuadrado
a74a02929d
max-width for profile avatar
2014-08-14 04:53:20 -03:00
Pablo Cuadrado
83b1682750
removed border in tags, checkboxes centered inside the well classes
2014-08-14 04:53:20 -03:00
Pablo Cuadrado
beb795e3b3
elements are centered within the grid
2014-08-14 04:53:20 -03:00
Pablo Cuadrado
a6998c23b7
narrower settings pages
2014-08-14 04:53:20 -03:00
Pablo Cuadrado
39ae80027a
profile birthday proportional selects (using responsive classes)
2014-08-14 04:53:20 -03:00
Pablo Cuadrado
1662814333
Narrower content for settings pages (2/3 of available width).
2014-08-14 04:49:50 -03:00
Pablo Cuadrado
9c5b9b8767
:only keyword added to the layout calls
2014-08-14 04:49:50 -03:00
Pablo Cuadrado
c6511c9299
services edit page ported to bootstrap
2014-08-14 04:49:50 -03:00
Pablo Cuadrado
2611747875
privacy settings page ported to bootstrap
2014-08-14 04:49:49 -03:00
Pablo Cuadrado
9e34887712
profile edit page ported to bootstrap
2014-08-14 04:49:49 -03:00
Pablo Cuadrado
855597541a
user account edit page fully ported to bootstrap
2014-08-14 04:49:49 -03:00
Jonne Haß
0bc83b93e5
Merge pull request #5109 from wegotcoders/4886-auto-add-poll-answer
...
4886 auto add poll answer
2014-08-13 16:44:02 +02:00
op48
66fcfcfcbc
Ignoring validation for last poll answer input
...
last input field is only deleted if there are more than three input fields and the last one is empty
poll is validated only if the last input is empty, and the first three have been filled
Removed duplicate remove last answer.
Dont need to check that the last value is populated as we are ignoring last value
Fixing poll step
Placeholder text edited
Fixed translations for poll answer placeholder text
Removed numbers on publisher option
Removed numbers in placeholder for poll answers
2014-08-13 13:40:14 +01:00
Florian Staudacher
163b76ae3d
Merge branch '2875-ignore-user-posts' of https://github.com/hpetru/diaspora into hpetru-2875-ignore-user-posts
...
Conflicts:
Changelog.md
2014-08-13 14:30:28 +02:00
op48
aa11f7c261
Poll answers are added dynamically on keypress
...
Removed add option button
poll option can be added dynamically & last option removed if empty upon submission
Poll answer can be added dynamically by losing focus
poll option can be added dynamically & last option removed if empty upon submission
refractored to avoid repetition of publisher:sync event
poll option can be added dynamically & last option removed if empty upon submission
Added a missing semicolon
2014-08-11 10:42:11 +01:00
Jonne Haß
80a0a9f999
Merge pull request #5108 from blase/feature/5107-set-top-margin-on-body
...
Set top margin only on the body element
2014-08-07 10:59:38 +02:00
Błażej Pankowiak
255b8c02a2
Set top margin only on the body element
2014-08-07 00:15:17 +02:00
goobertron
93a2b36405
Change default for jQuery CDN to false.
2014-08-05 23:32:45 +01:00
Jonne Haß
3f21593111
Merge pull request #5088 from goobertron/defaults
...
Clarify explanations and defaults in diaspora.yml.example
2014-08-05 21:52:09 +02:00
Jonne Haß
0421d9336a
Merge pull request #5100 from Faldrian/feature/add_help_keyboard_shortcuts
...
added keyboard shortcut help topic
2014-08-03 20:12:15 +02:00
Jonne Haß
bd388d61e7
Merge pull request #5102 from Faldrian/feature/4474-fix_lightbox_thumbnails
...
Feature/4474 fix lightbox thumbnails
2014-08-03 20:10:20 +02:00
Faldrian
9636f372a4
inserted line breaks and wrote a test for app.views.Content.smallPhotos
2014-08-03 17:17:12 +02:00
Faldrian
7a4dbc8b67
fixed ugly comment
2014-08-03 16:00:11 +02:00
Faldrian
a3811f767c
style fixes for prev / next buttons
2014-08-03 15:53:38 +02:00
Faldrian
172bc80ec1
thumbnails scroll to currently selected image smoothly
2014-08-03 15:32:57 +02:00
Faldrian
f9215ce7dd
images are shown in a single row and can be scrolled using buttons on sides
2014-08-03 14:41:12 +02:00
Faldrian
d52737664b
removed non-english translations
2014-08-03 12:55:43 +02:00
Faldrian
9d02b0a586
remove first thumbnail; duplicate of big photo
2014-08-03 12:47:44 +02:00
Faldrian
207b351049
added test for help section keyboard shortcuts
2014-08-02 10:30:17 +02:00
Faldrian
6be6d6d504
corrected english translation
2014-08-02 00:34:02 +02:00
Faldrian
a2a37742e4
added keyboard shortcut help topic
2014-08-01 22:13:55 +02:00
Jonne Haß
9518ff34da
Merge pull request #5097 from MrFrety/patch-2
...
Minor edit: Plural s
2014-08-01 17:16:25 +02:00
MrFrety
686a8776a5
Minor edit: Plural s
2014-08-01 17:13:38 +02:00
goobertron
18a9e15022
Revert so defaults are now placed in commented out settings
2014-07-31 12:05:06 +01:00
goobertron
a4140499c1
Removed stats hub address, other minor tweaks
2014-07-31 11:53:35 +01:00
goobertron
49be5b82fe
Clarify explanations and defaults in diaspora.yml.example
2014-07-31 11:42:18 +01:00
Jonne Haß
344cb55b06
Merge pull request #5083 from theatre-x/patch-3
...
Change end year
2014-07-30 19:11:05 +02:00
Jonne Haß
ddb80ad366
Merge pull request #5077 from svbergerem/bootstrap-people-search
...
Port people search to Bootstrap
Conflicts:
app/assets/stylesheets/application.css.sass
2014-07-30 19:07:35 +02:00
Jonne Haß
6c6efd6e9a
Merge pull request #5069 from TeamOmniaExtares/bugfix_remove_bootstrap_for_SPV_comments
...
Bugfix remove bootstrap for spv comments Issue #4425
2014-07-30 19:02:10 +02:00
Jonne Haß
7bf9fab143
Merge pull request #5089 from Gallaecio/develop
...
Updated the Galician (gl) translation
2014-07-28 19:53:38 +02:00
Adrián Chaves Fernández (Gallaecio)
125a60f9f5
Updated the Galician (gl) translation
2014-07-27 09:33:50 +02:00
theatre-x
bf479f6715
Change end year
...
Changed to 1910. So people like THIS: https://en.wikipedia.org/wiki/Jacque_Fresco#Early_life can actually use Diaspora.
2014-07-20 20:31:14 -04:00
Jonne Haß
9edf581bde
Merge pull request #5080 from theatre-x/patch-2
...
Fixed a typo
2014-07-20 18:33:33 +02:00
Steffen van Bergerem
f615ad3115
Port people search to Bootstrap
2014-07-20 18:21:13 +02:00
theatre-x
d348f59d5d
Fixed a typo
...
From "gurantee" to "guarantee".
2014-07-20 03:40:54 -04:00
lyzellis
bdc5c1f958
changes border color to dark grey and removes box shadow for textareas and text inputs on focus
2014-07-18 17:27:41 -07:00
Jason Robinson
ead86d3353
Add changelog entries for #5006 & #5009 [ci skip]
2014-07-14 22:12:26 +03:00
Utah Kate Newman
a282a37a8c
revised argument order and changed colors to color variables defined in colors.css.scss
2014-07-08 17:45:52 -07:00
Jonne Haß
fe1d1bd7a8
Merge pull request #5056 from arlogn/login-podname-size-flexible
...
Flexible font-size for huge text in sign_in page
2014-07-07 09:03:48 +02:00
arlogn
2394c3df39
flexible font-size for sign_in podname huge text
2014-07-06 19:18:21 +02:00
Jason Robinson
d26f9cfae7
Add changelog for mobile sign-in fix [ci skip]
2014-07-06 18:49:44 +03:00
Jonne Haß
25fac9a90f
Merge pull request #5062 from mmn/develop
...
Publish salmon endpoint URL in Webfinger XRD
2014-07-06 16:56:34 +02:00
Mikael Nordfeldth
65e7840085
Publish salmon endpoint URL in Webfinger XRD
...
Specification in Panzer draft for Salmon, paragraph 3.3 mentions:
"The 'salmon' link relation may specify a Salmon endpoint used to notify
a resource, typically a user account, about external mentions of that
resource. For a user account, the salmon mention link SHOULD appear in
the Webfinger [Webfinger] XRD document for the user account."
Source:
http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#SMLR
2014-07-06 15:05:51 +02:00
Jonne Haß
265691b47b
Merge pull request #5061 from blase/feature/4466-port-getting-started-page-to-bootstrap
...
Remove text shadow from the button
2014-07-06 13:29:33 +02:00
Błażej Pankowiak
a9b0412982
Remove text shadow from the button
2014-07-06 13:03:26 +02:00
Dennis Schubert
4a2836b108
Remove stylesheet tag from mobile sign_up template
2014-07-05 00:39:39 +02:00
Jonne Haß
2fcb16de99
Merge pull request #5057 from blase/feature/4466-port-getting-started-page-to-bootstrap
...
Port Getting Started page to Bootstrap
2014-07-04 19:31:53 +02:00
Błażej Pankowiak
0d0ed4db28
Port Getting Started page to Bootstrap
2014-07-04 18:06:49 +02:00
Jonne Haß
0515c33769
Use double quotes when embeding translations in JS
...
Translations commonly include single quotes, which closes
the JavaScript string unexpectedly. Closes #5055
2014-07-03 22:57:42 +02:00
Utah Kate Newman
7f2b3d3bf3
replaces blue comment box border and box shadow with gray border and no box shadow
2014-07-02 16:31:29 -07:00
Jonne Haß
e4246b6fdd
Bump Rails to 3.2.19
...
Rails 3.2.19 fixes a possible SQL-Injection when using the PostgreSQL
adapter. However this is only exploitable when using the "bit" type,
which we don't.
2014-07-02 22:17:21 +02:00
Jason Robinson
e6086bbcbb
Merge pull request #5046 from Raven24/admin_backend
...
[ready] admin backend improvements
2014-07-02 09:22:37 +03:00
Florian Staudacher
13b716a449
allow admins to close user accounts from the backend
...
* thanks to @maxwell for the initial work on this
port admin pages to bootstrap
* improve user view on admin search page
* add 'close account' link to each user in the search results
* keep the same blue color for the admin menu
some refactoring of the routes and the admin code
* try to be more RESTful (possibly)
* use a 'UserSearch' model for search parameters and querying
add changelog entry
2014-07-01 23:33:15 +02:00
Maxwell Salzberg
cc53e1762b
A podmin can now disable a spam account from the interface.
2014-07-01 17:51:39 +02:00
Jonne Haß
5a3d329703
Merge pull request #5049 from kpcyrd/aspect-edit-fix
...
Fix broken aspect-edit sidebar update
Conflicts:
app/assets/javascripts/aspect-edit-pane.js
2014-07-01 14:49:53 +02:00
Jonne Haß
12c507d6a2
Merge pull request #5048 from kpcyrd/fix-5031
...
Fix self-xss issue in contact-group-rename
2014-07-01 14:44:41 +02:00
Jonne Haß
6fb6a08980
Merge pull request #4945 from hpetru/notifications
...
Refactoring Notification#notify
2014-07-01 14:33:54 +02:00
Jonne Haß
47b7434263
update changelog [ci skip]
2014-07-01 14:31:00 +02:00
Jonne Haß
f86b19efee
Merge pull request #5047 from pablocubico/feature/user-menu-styles-minor-fix
...
[4703] Minor style fix for user menu
2014-07-01 14:17:04 +02:00
Jonne Haß
311d7e3bcc
Merge pull request #5050 from pablocubico/feature/4466-port-help-page-to-bootstrap
...
[4466] help page ported to bootstrap
2014-07-01 14:15:24 +02:00
Pablo Cuadrado
45d04a44ea
added title_header key for the Help header, only for EN lang so far
2014-07-01 06:19:29 -03:00
Pablo Cuadrado
14fbd7b205
help page ported to bootstrap
2014-07-01 05:56:49 -03:00
kpcyrd
6833ca46bb
Fix broken aspect-edit sidebar update
2014-07-01 00:33:17 +02:00
kpcyrd
20ffa8fa13
Fix another self-xss issue
2014-07-01 00:12:26 +02:00
kpcyrd
fb4898c4fa
Fix self-xss issue in contact-group-rename
2014-06-30 21:32:46 +02:00
Pablo Cuadrado
4232d830ee
left padding added, unnecesary cursor pointer removed
2014-06-29 18:24:54 -03:00
Pablo Cuadrado
7aa1028cbe
minor style fix for user menu
2014-06-29 15:12:30 -03:00
Jason Robinson
c9552c2cd9
Merge pull request #5030 from hpetru/5029-hide-poll-input-after-post-submit
...
Fix hiding poll publisher for close action
2014-06-27 11:12:52 +03:00
Jason Robinson
831af6507d
Merge pull request #5006 from taratatach/4940-mention-notification-not-marked-as-read-when-viewing-post
...
Set mention notification as read when viewing post
2014-06-27 10:17:01 +03:00
Jason Robinson
c6f2691cc3
Merge pull request #5009 from taratatach/4951-sharing-notification-not-marked-as-read-when-visiting-profile
...
Set sharing notification as read
2014-06-27 10:16:17 +03:00
Hincu Petru
1d09978440
Fix hidding of poll publisher for close action
2014-06-25 10:54:00 +00:00
Hincu Petru
653612b74d
Remove posts for ignored person
2014-06-25 08:56:12 +00:00
Jason Robinson
b246c7b5ef
Merge branch 'master' into develop
2014-06-24 22:26:20 +03:00
Jason Robinson
98ab4ff5d2
Merge branch 'hotfix-0.4.0.1-post-report'
2014-06-24 22:25:15 +03:00
Jason Robinson
c7536e523a
Re-bump version to 0.4.0.1
2014-06-24 22:23:26 +03:00
Lukas Matt
3108926dc3
Reports email notification; wrong recipient
...
The mailer uses the person_id to find a user
which cannot work on a production environment.
I haven't used a remote user on my test setup.
(cherry picked from commit 01a45ccf40 )
2014-06-24 22:20:53 +03:00
Jason Robinson
e776beed11
Merge pull request #5020 from Zauberstuhl/reports_email_notification_bug
...
[Bug] Reports email notification; wrong recipient
2014-06-24 22:17:25 +03:00
Jason Robinson
bd4dea608a
Merge branch 'hotfix/0.4.0.1' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2014-06-24 22:08:07 +03:00
Jason Robinson
d7249b245d
Merge branch 'hotfix/0.4.0.1'
2014-06-24 22:01:24 +03:00
Jason Robinson
90dd5d3868
Bump to 0.4.0.1
2014-06-24 22:01:12 +03:00
Jason Robinson
d18e48952c
Use different user.construct_public_followings_sql query depending on database backend.
...
This is done for performance reasons as a temporary fix for problems with 0.4.0.0 on MySQL. This madness is explained in issue https://github.com/diaspora/diaspora/issues/5014 .
(cherry picked from commit 80075c13f4 )
2014-06-24 21:57:21 +03:00
Jonne Haß
32747ffc65
Merge pull request #5026 from jaywink/hotfix-mysql-madness-develop
...
Use different user.construct_public_followings_sql query depending on database backend
2014-06-24 19:23:07 +02:00
Jason Robinson
80075c13f4
Use different user.construct_public_followings_sql query depending on database backend.
...
This is done for performance reasons as a temporary fix for problems with 0.4.0.0 on MySQL. This madness is explained in issue https://github.com/diaspora/diaspora/issues/5014 .
2014-06-24 17:07:40 +03:00
Lukas Matt
01a45ccf40
Reports email notification; wrong recipient
...
The mailer uses the person_id to find a user
which cannot work on a production environment.
I haven't used a remote user on my test setup.
2014-06-23 15:54:25 -04:00
Jason Robinson
c475a3985e
start new development cycle
2014-06-22 19:32:23 +03:00
Jason Robinson
98ff4d4bbd
Merge branch 'release/0.4.0.0' into develop
2014-06-22 19:02:00 +03:00
Jason Robinson
569871ea2a
Merge branch 'release/0.4.0.0'
2014-06-22 19:01:39 +03:00
Jason Robinson
51ecae1b77
bump to 0.4.0.0
2014-06-22 19:01:31 +03:00
Jonne Haß
d3ac1dbf90
updated 77 locale files [ci skip]
2014-06-22 15:08:40 +02:00
Jonne Haß
b7d310f318
Merge pull request #5012 from goobertron/changelog
...
Update changelog
Conflicts:
Changelog.md
2014-06-22 15:03:23 +02:00
Jonne Haß
96fa96b88c
Merge pull request #5007 from jaywink/revert-mobile-bookmarklet-fix
...
Revert "Fix toggling services for mobile bookmarklet"
2014-06-22 15:01:34 +02:00
Jonne Haß
07f6a3bbd5
Merge pull request #5008 from jaywink/bookmarklet-notes-linefeeds
...
Fix broken bookmarklet if params have encoded linefeeds.
2014-06-22 15:01:19 +02:00
goobertron
184f6225df
Update changelog to reference fixes rather than bug reports, fix couple of typos.
2014-06-22 13:34:31 +01:00
Jason Robinson
126ced4383
Fix broken bookmarklet if params have encoded linefeeds.
...
Closes #4994
2014-06-22 11:48:24 +03:00
Jason Robinson
a6c983b76d
Merge pull request #5010 from Chocobozzz/patch-1
...
Fix typo
2014-06-20 15:02:43 +03:00
Bigard Florian
2458568349
Fix typo
2014-06-20 11:17:54 +02:00
Erwan Guyader
f92dd85748
Set sharing notification as read
...
Fix issue #4951
If the displayed user (on her profile) started sharing with the
current user, mark the notification as read
2014-06-20 10:55:17 +02:00
Erwan Guyader
126252d47a
Add test for mention notifications
2014-06-20 01:23:53 +02:00
Jason Robinson
e4e9f40b2c
Revert "Fix toggling services for mobile bookmarklet"
...
This fixed the toggling of services, but broke the actual
bookmarklet :)
This reverts commit 1bd7989045 .
2014-06-19 21:47:34 +03:00
Erwan Guyader
48a3909fe0
Set mention notification as read when viewing post
...
- If a mention for the current user and the displayed post exists,
mark it as read
- Use set_read_state instead of manually setting unread as false
2014-06-19 00:15:55 +02:00
Jonne Haß
0843db468e
Merge pull request #5001 from Zauberstuhl/fixed_unauthorized_report_prompt
...
Hide SPV controls unless authenticated
2014-06-18 21:45:27 +02:00
Lukas Matt
c86b57fe8f
Fixed overridden interactions by re-initializing
2014-06-18 13:03:07 -04:00
Jason Robinson
773340de67
Merge pull request #5002 from taratatach/4999-show-more-in-mobile-aspects-stream-redirects-to-my-activity
...
Load right stream with Show More on mobile
2014-06-18 13:02:11 +03:00
Jonne Haß
ccae3a1c64
lock nokogiri to 1.6.1, closes #4996
2014-06-18 11:44:46 +02:00
Erwan Guyader
3ebc0f0387
Test returned path for Show More on mobile
...
- Added test when the currant page is Aspects Stream
- Modified test for the Stream page to account for the new possibility
(i.e current page is Aspects Stream)
2014-06-17 21:36:38 +02:00
Erwan Guyader
e804f30823
Code style + allow aspects to be nil
...
- Only use old hash style
- Don't replace the aspect ids list with an empty array if it's nil
2014-06-17 21:19:17 +02:00
Lukas Matt
10117b81b3
Hide report icon on SPV if author is current user
2014-06-17 12:23:54 -04:00
Lukas Matt
dec7ef667e
Hide SPV controls unless authenticated
...
* cleaned and removed dead code
refs diaspora/diaspora#4711
2014-06-17 11:31:16 -04:00
Erwan Guyader
499eb6a9bb
Load right stream with Show More on mobile
...
- Load aspects stream if user is on this stream instead of loading the
activity stream
2014-06-16 18:13:05 +02:00
Jonne Haß
f23fb6b6cb
Actually allow false as a value for sidekiq.backtrace in our Sidekiq
...
middleware
2014-06-13 16:04:40 +02:00
Jonne Haß
fadd707ae0
Merge pull request #4985 from jaywink/fix-mobile-bmarklet-services
...
Fix toggling services for mobile bookmarklet
2014-06-03 00:07:27 +02:00
Jason Robinson
1bd7989045
Fix toggling services for mobile bookmarklet
2014-06-02 23:29:47 +03:00
Jonne Haß
72d1ed8f7d
bump acts-as-taggable-on
2014-06-01 18:42:51 +02:00
Jonne Haß
b20712e1ad
Merge pull request #4976 from jaywink/4949-post-submit-actions
...
Hint that something is happening when user submits status message via publisher
2014-06-01 17:36:11 +02:00
Jonne Haß
1a3b4561a5
Merge pull request #4977 from diaspora/update_gems
...
Update gems
2014-06-01 15:31:25 +02:00
Jason Robinson
ad0982f35e
Remove custom bookmarklet error message.
...
Flash error is shown on bookmarklet post error. On error, return post_something message to form
2014-06-01 15:37:54 +03:00
Jason Robinson
f130ab3842
Remove double setButtonsEnabled in publisher error
2014-06-01 15:17:16 +03:00
Jason Robinson
6cf484c9a3
Make sure publisher is totally hidden in bookmarklet after post success
2014-06-01 15:02:40 +03:00
Jonne Haß
94375cdc18
bump zip-zip
2014-06-01 13:55:59 +02:00
Jonne Haß
e5f8b5fc57
bump sinon-rails
2014-06-01 13:55:59 +02:00
Jonne Haß
34fc681bc4
lock rails-timeago to 2.4.0
2014-06-01 13:55:59 +02:00
Jonne Haß
e3fd3520f2
bump webmock
2014-06-01 13:55:59 +02:00
Jonne Haß
55f496cb66
bump unicorn
2014-06-01 13:55:59 +02:00
Jonne Haß
38ee2f5faf
bump uglifier
2014-06-01 13:55:58 +02:00
Jonne Haß
dda4e52aac
bump typhoeus
2014-06-01 13:55:58 +02:00
Jonne Haß
50778e5b8b
bump test_after_commit
2014-06-01 13:55:58 +02:00
Jonne Haß
91eb92180b
bump strong_parameters
2014-06-01 13:55:58 +02:00
Jonne Haß
48a38231af
bump selenium-webdriver
2014-06-01 13:55:58 +02:00
Jonne Haß
bc9eaed382
bump rspec-rails
2014-06-01 13:55:58 +02:00
Jonne Haß
4aaeb5f40f
bump redcarpet
2014-06-01 13:55:57 +02:00
Jonne Haß
bc6ac28841
bump rb-inotify
2014-06-01 13:55:57 +02:00
Jonne Haß
08610f1b52
bump rack-cors
2014-06-01 13:55:57 +02:00
Jonne Haß
b749603d1e
bump omniauth-wordpress
2014-06-01 13:55:57 +02:00
Jonne Haß
ef62fb8c89
bump omniauth
2014-06-01 13:55:57 +02:00
Jonne Haß
75107080c4
bump nokogiri
2014-06-01 13:55:57 +02:00
Jonne Haß
c25705a7e3
bump mysql2
2014-06-01 13:55:56 +02:00
Jonne Haß
dca5a6d8f3
bump markerb
2014-06-01 13:55:56 +02:00
Jonne Haß
241c584a0d
bump guard-rspec
2014-06-01 13:55:56 +02:00
Jonne Haß
bb3fc500b1
bump gon
2014-06-01 13:55:56 +02:00
Jonne Haß
7b3abb1f11
bump fuubar
2014-06-01 13:55:56 +02:00
Jonne Haß
1704d71b22
bump fog
2014-06-01 13:55:51 +02:00
Jason Robinson
8fead54ab6
Make publisher spinner also work in bootstrap publisher
2014-06-01 14:52:59 +03:00
Jason Robinson
128be9204c
Refactor UI hint on status message submit.
...
Now we close the publisher on submit and reopen it on error. The spinner is shown while submission is in progress. Fixes #4949
2014-06-01 14:25:34 +03:00
Jonne Haß
e8999332bf
bump factory_girl_rails
2014-06-01 13:22:08 +02:00
Jonne Haß
85dc46b0de
bump entypo-rails
2014-06-01 13:21:25 +02:00
Jonne Haß
5654d5921f
bump devise
2014-06-01 13:20:06 +02:00
Jonne Haß
9f54d40428
bump database_cleaner
2014-06-01 13:19:14 +02:00
Jonne Haß
0ba9df6989
bump cucumber-rails
2014-06-01 13:18:24 +02:00
Jonne Haß
061373d2d4
bump compass-rails
2014-06-01 13:17:59 +02:00
Jonne Haß
cad043bfd7
bump carrierwave
2014-06-01 13:16:43 +02:00
Jonne Haß
f0b6f9315d
bump backbone-on-rails
2014-06-01 13:15:16 +02:00
Jonne Haß
418c8d653d
bump addressable
2014-06-01 13:11:57 +02:00
Jason Robinson
6fd4894997
Add error flash message to publisher on error from server
2014-06-01 13:21:45 +03:00
Jonne Haß
d34c932f53
try to make hovercards cuke even more stable
2014-06-01 12:15:20 +02:00
Jason Robinson
b73e478e26
Add spinner to publisher when posting a message
...
Fixes #4949
2014-05-31 21:05:36 +03:00
Jonne Haß
78fc90a2cd
Merge pull request #4971 from MrZYX/hovercard_cuke
...
Stabilize hovercards cuke
2014-05-27 10:07:10 +02:00
Jonne Haß
3c01eb5dc4
Detect whether the stream has loaded more reliably in the hovercards cuke
2014-05-27 08:44:35 +02:00
Jonne Haß
a151ab9e30
Merge pull request #4970 from Flaburgan/realign-check-icons
...
Realign check icon in aspect dropdown
2014-05-27 08:07:28 +02:00
Jonne Haß
fc1f249129
Harden account deletion
...
* Wrap it into a transaction
* Use destroy over delete so dependent destroys get triggered
and we thus don't fail on the foreign key constraits
* Check if a photos status message actually exists before accessing
it
* Add missing dependent destroys
2014-05-27 00:15:15 +02:00
flaburgan
db18d9810c
Realign check icon in aspect dropdown
2014-05-27 00:03:20 +02:00
Jonne Haß
1e09814b13
Enable Rails autoloading in rake tasks
...
Then environment task disables, eager loading breaks with Devise
and requiring all needed files would be a mess
2014-05-26 23:58:31 +02:00
Jonne Haß
553a5258a8
Merge pull request #4968 from taratatach/4967-use-https-for-osm-locator
...
Use https to load the location from OSM
2014-05-26 20:11:49 +02:00
Erwan Guyader
24d2ac0ec2
4967 Use https to load the location form OSM
2014-05-26 11:34:01 +02:00
Jonne Haß
5f0a11dfa6
Remove debug puts
2014-05-25 09:48:45 +02:00
Jonne Haß
e6348aa705
Use toggle() to hide the poll creator
2014-05-24 21:40:48 +02:00
Jonne Haß
77133a4062
Merge pull request #4963 from Ruxton/feature/rake_task_to_run_account_deletion_fixes_4792
...
Rake task for running outstanding account deletions
2014-05-24 18:03:10 +02:00
Jonne Haß
a3bfc4e92d
Add changelog entry for #4758 [ci skip]
2014-05-24 17:58:20 +02:00
Jonne Haß
f650808828
Merge pull request #4758 from bronislav/feature/4724-remove-own-hovercard-popup-in-reshares
...
[WIP] Fix hovercard in reshares
2014-05-24 17:56:33 +02:00
Jonne Haß
9537c45d2a
Merge pull request #4916 from hpetru/validate-poll-answer
...
I added the validation to poll question and poll answer
Conflicts:
app/assets/javascripts/app/views/publisher_view.js
2014-05-24 17:42:18 +02:00
Jonne Haß
cbd9c56a7a
Merge pull request #4919 from hpetru/4776-mention-on-mobile
...
Unescape text before add mention, this commit solve #4776
Conflicts:
Changelog.md
2014-05-24 17:34:29 +02:00
Jonne Haß
0c5cc216c6
Replace vaild with valid
...
Thanks to Josias for the hint
2014-05-24 17:24:36 +02:00
Jonne Haß
ecb1b80e24
Render flash message content with .text
...
.html does not escape any html input in these, leading to XSS
attack vectors.
Thanks to A Kai (@sixhundredns) for reporting the related issues.
2014-05-24 16:08:32 +02:00
Jonne Haß
d36589e05b
Remove hack from exporter
...
I couldn't reproduce what the comment states anymore, so I just removed
it. This fixes a minor issue where html wouldn't be escaped in the
export.
Thanks to A Kai (@sixhundredns) for reporting.
2014-05-24 15:27:13 +02:00
Jonne Haß
a216f267a0
Merge pull request #4965 from marienfressinaud/develop
...
Remove duplicate checkbox in Settings
2014-05-23 07:54:38 +02:00
Marien Fressinaud
fa2de8c195
Remove duplicate checkbox in Settings
...
Fix issue #4964
2014-05-22 22:39:09 +02:00
Florian Staudacher
693ded8298
unset any stream that might be left over from earlier specs
2014-05-20 20:52:25 +02:00
Ruxton
ba223fd3d7
Rake task for running outstanding account deletions
2014-05-19 16:05:16 +08:00
Florian Staudacher
46e3c5a870
add 'loginAs' to bookmarklet spec
2014-05-18 23:37:59 +02:00
Jonne Haß
bdaa32e70d
updated 83 locale files [ci skip]
2014-05-17 11:52:31 +02:00
Jonne Haß
9e2c914a1b
Merge pull request #4961 from Zauberstuhl/report_feature_issue_4959
...
Do not try to render post/comment report which does not exist
2014-05-16 16:10:06 +02:00
Lukas Matt
8170ef8363
Validate on report that post or comment does exist
2014-05-16 09:48:14 -04:00
Lukas Matt
6d6ebd297e
Do not try to render posts/comments which are not present
...
refs diaspora/diaspora#4959
2014-05-16 09:48:14 -04:00
Jason Robinson
01381ddf25
Merge pull request #4957 from MrZYX/4956_deleted_reshare
...
Use absolute_root more consistently in Reshare
2014-05-16 10:00:31 +03:00
Jonne Haß
63c44d9f6b
Merge pull request #4781 from Zauberstuhl/report_feature
...
It is now possible to report posts and comments
2014-05-15 19:53:44 +02:00
Lukas Matt
3d9fceb479
DB fix to work with existing entries
...
* added temp. default values for user_id and item_type
* changed model validation for item_type
2014-05-15 07:23:44 -04:00
Lukas Matt
462a7116de
Fixed possible XSS; escape comment text in report helper
2014-05-15 07:23:44 -04:00
Lukas Matt
7ef802127e
Added confirm-dialog to report-delete-button
...
* changed button description
* replaced links with buttons
2014-05-15 07:23:44 -04:00
Lukas Matt
e4adb7e11b
Ignore user report associations
2014-05-15 07:23:44 -04:00
Lukas Matt
693986bba0
Fixed report icon in single post view
2014-05-15 07:23:44 -04:00
Lukas Matt
cfc95b01f7
Revoke drop of non-existing table
2014-05-15 07:23:44 -04:00
Lukas Matt
6ff2141503
If you're able to remove the comment you shouldn't be able to report it
2014-05-15 07:23:44 -04:00
Lukas Matt
23d0890bdc
Fixed and cleaned comment template/stylesheet
...
fixed:
* comment-report-icon will not be displayed when post author is current user
* if you hover a comment all report icons will be displayed
2014-05-15 07:23:44 -04:00
Lukas Matt
218845d5b4
Changed and renamed database columns
...
* changed user_id type to integer
* renamed post_id to item_id
* renamed post_type to item_type
2014-05-15 07:23:44 -04:00
Lukas Matt
8ae89a443b
Replaced fake post/comment with existing one
...
That fixed the correct validation whether a post/comment is gone
after the report was marked as deleted
2014-05-15 07:23:43 -04:00
Lukas Matt
9d3af93c7d
Removed unicode from entypo css file
2014-05-15 07:23:43 -04:00
Lukas Matt
e667a785ed
Assert that valid post/comment are gone
2014-05-15 07:23:43 -04:00
Lukas Matt
f6eba7966d
Added destroy_reported_item to report model spec
2014-05-15 07:23:43 -04:00
Lukas Matt
6f65ef8437
Using save for report model
...
Instead of checking the status code I am using success and
error callbacks from model-save. In that case we have to return
json in the controller for signaling that the request was sucessfully.
2014-05-15 07:23:43 -04:00
Lukas Matt
1a4ab274a3
Changed report spec
...
* Removed ActiveRecord tests (that is handled in the controller spec)
* Added Mailer tests
* Added validation tests
2014-05-15 07:23:43 -04:00
Lukas Matt
435f659467
Added report model spec
2014-05-15 07:23:43 -04:00
Lukas Matt
8b8a232b17
Added diaspora copyright
2014-05-15 07:23:43 -04:00
Lukas Matt
ed9cd81504
Fixed put request for Report controller
2014-05-15 07:23:43 -04:00
Lukas Matt
011db282b7
Removed local variable in ReportMailer
2014-05-15 07:23:43 -04:00
Lukas Matt
045ced0518
Joined if statements and removed duplicated code
2014-05-15 07:23:43 -04:00
Lukas Matt
512d96bda6
Display validation errors to user
2014-05-15 07:23:43 -04:00
Lukas Matt
6309e1a4ee
Cleaned and optimized report model
2014-05-15 07:23:43 -04:00
Lukas Matt
0fae1137fa
Using unless instead of 'if !'
2014-05-15 07:23:43 -04:00
Lukas Matt
1a0c9f5983
Make report-type translatable
2014-05-15 07:23:43 -04:00
Lukas Matt
6f21ccda06
Using case instead of equal
2014-05-15 07:23:43 -04:00
Lukas Matt
26d0c81dae
Added the ability to disable report-email-notification
...
Podmin can see a extra checkbox in Settings > Account
for disabling report-email-notification
2014-05-15 07:23:43 -04:00
Lukas Matt
719edcd1a7
Added missing action in report controller
2014-05-15 07:23:43 -04:00
Lukas Matt
2e36f8d375
Diaspora review part 1
...
* join the conditions of the inner ifs
* add a uniqueness constraint to the model
* differentiate between author is a local or a remote user
* simplify controller/mailer functions
2014-05-15 07:23:43 -04:00
Lukas Matt
ed96ddac98
Display status when the user send a report
2014-05-15 07:23:43 -04:00
Lukas Matt
d23f4a66da
Cleaned javascript report view
2014-05-15 07:23:43 -04:00
Lukas Matt
1748d3b940
It is now possible to report comments
...
* Renamed PostReport to Report
* Added report button to SPV
* Updated rspec
refs diaspora/diaspora#4732
refs diaspora/diaspora#4710
refs diaspora/diaspora#4711
refs diaspora/diaspora#4517
2014-05-15 07:23:43 -04:00
Jonne Haß
8a599e1c1d
Use absolute_root more consistently in Reshare
...
Closes #4956
2014-05-14 22:41:24 +02:00
Florian Staudacher
ee6212c635
Merge pull request #4953 from oliverbarnes/4792-quick-fix-user-deletion
...
Add account_deleter.rb to load_libraries initializer - Fix #4792
2014-05-08 23:16:51 +02:00
Oliver Azevedo Barnes
aec0c700b3
Add account_deleter.rb to load_libraries initializer
2014-05-07 14:36:18 -05:00
Jonne Haß
dcf275442d
Update Rails to 3.2.18
...
This Rails release closes a security issue but we're not affected by it.
See CVE-2014-0130 for further details.
2014-05-06 19:10:15 +02:00
Hincu Petru
e699a682f4
Unescape text before add mention, this commit solve #4776
2014-05-06 12:13:43 +00:00
Florian Staudacher
95efbfa9c9
add changelog for #4932 [ci skip]
2014-05-06 14:06:50 +02:00
Hincu Petru
7b42084cdb
Refactoring method Notification#notify
2014-05-06 11:58:51 +00:00
Jason Robinson
62b5fea526
Merge pull request #4932 from Raven24/fix-bookmarklet
...
port bookmarklet to Backbone.js, use gon for params
2014-05-01 13:29:36 +03:00
Florian Staudacher
9da3bc347b
disable publisher after successfully posting in standalone mode
2014-04-25 19:51:45 +02:00
Jason Robinson
15537e17c5
Merge pull request #4922 from Flaburgan/from-roboto-to-helvetica
...
Switch back from Roboto to Helvetica on bootstrap pages
2014-04-22 10:06:00 +03:00
Florian Staudacher
7680165b14
cleanup some publishing/posting cukes, hopefully stabilizing them
2014-04-22 03:28:06 +02:00
Florian Staudacher
19687c32a4
fix race condition in cukes
2014-04-21 21:01:27 +02:00
Florian Staudacher
0d51bba959
port bookmarklet to Backbone.js, use gon for params ( fixes #4931 )
2014-04-19 17:41:21 +02:00
flaburgan
b1f59a9b53
Switch back from Roboto to Helvetica on bootstrap pages
2014-04-18 18:34:25 +02:00
Jason Robinson
4bf96ddcd4
Merge pull request #4869 from svbergerem/improve-notifications-dropdown
...
Improve set read/unread in notifications dropdown
2014-04-17 10:14:46 +03:00
Steffen van Bergerem
232e4fa236
Improve set read/unread in notifications dropdown
2014-04-16 23:33:22 +02:00
Jason Robinson
b64e418020
Merge pull request #4810 from svbergerem/notifications-no-auto-mark-as-read
...
Remove auto 'mark as read' in notifications dropdown
2014-04-16 21:56:53 +03:00
Jonne Haß
441cc062f8
Merge pull request #4929 from santosgabriel/develop
...
fix bug #4832 select language for email content when invite a friend
2014-04-15 18:30:33 +02:00
Steffen van Bergerem
e1685c9a29
Remove auto 'mark as read' for notifications
2014-04-15 14:51:38 +02:00
Gabriel Lima
f6c0648a55
bug #4832 - send the rspec test and changelog
2014-04-15 09:23:58 -03:00
Gabriel Lima
00b6a39ad5
fix bug #4832 select language for email content when invite a friend
2014-04-14 18:56:29 -03:00
Jason Robinson
07ae7d7862
Merge pull request #4426 from Flaburgan/fix-padding-spv
...
[Ready to merge] fix padding between panels
2014-04-13 15:08:29 +03:00
Jason Robinson
356096a7eb
Merge pull request #4836 from MrZYX/message_renderer
...
Introduce message renderer
2014-04-13 15:00:46 +03:00
Jonne Haß
a9b29a5881
Merge pull request #4885 from jaywink/curl-warning
...
Add warning to script/server if curl does not support AsyncDNS
2014-04-13 13:14:36 +02:00
flaburgan
a4886fa77b
SPV: Improve padding and interaction counts
2014-04-13 11:27:12 +02:00
Jason Robinson
7d9248b7ac
Merge pull request #4854 from Flaburgan/fix-mobile-drawer
...
Fix mobile drawer
2014-04-12 21:46:54 +03:00
Jason Robinson
ee3a9f9be0
Merge pull request #4912 from goobertron/settings
...
Reorder items on settings page and improve wording
2014-04-12 21:37:52 +03:00
flaburgan
86e71cd1b6
fix registration test
2014-04-11 20:25:58 +02:00
flaburgan
438ebc839f
Fix scroll in the drawer nav
2014-04-11 19:02:26 +02:00
flaburgan
a9b9420214
Fix header search bar in safari
2014-04-11 19:02:25 +02:00
flaburgan
e4244f01f5
Remove span12, main content now expand smoothly and the drawer become correctly displayed even in big resolution
2014-04-11 19:02:25 +02:00
flaburgan
c25ae02ff2
Remove mobile footer
2014-04-11 19:02:25 +02:00
flaburgan
53b1f9effd
Fix search field in the header of the mobile version
2014-04-11 19:02:25 +02:00
Jason Robinson
6947a1945c
Merge pull request #4883 from MrZYX/uuid
...
Use uuids for guid generation
2014-04-11 16:40:57 +03:00
Jonne Haß
66c511197c
Merge pull request #4917 from hpetru/4806-new-status_messages-page
...
Redirect to stream_path if is destkop
2014-04-08 13:45:04 +02:00
Hincu Petru
2311b761e1
Redirect to stream_path if is destkop
2014-04-08 09:34:14 +00:00
goobertron
63abe9055b
Reorder items on settings page and improve wording
...
Update cukes to be text-independent
Update changelog
2014-04-08 00:28:25 +01:00
Hincu Petru
57de031f6b
I added the validation for blank to poll question and poll answer
2014-04-07 17:17:41 +00:00
Jonne Haß
682a49605e
Merge pull request #4910 from hpetru/rewrite-poll-creator
...
Rewrite poll creation inputs
2014-04-06 22:27:01 +02:00
Jonne Haß
89a01525a9
Merge pull request #4911 from JannikStreek/feature/4904-poll_fed_issue
...
Fix: federation issue with polls
2014-04-06 22:25:26 +02:00
Jannik Streek
095d616198
fixed federation issue due to missing delegation + test + some minor tweaks
...
fixed indenting
renamed test
2014-04-06 20:58:58 +02:00
Hincu Petru
2d3933ccd8
Rewrite poll creation inputs
2014-04-06 15:01:18 +00:00
Jonne Haß
79bc1a7800
Merge pull request #4906 from hpetru/4903-poll-crash-spv
...
Fixed 4903 and not render vote form when user is not logged
2014-04-05 19:17:31 +02:00
Jonne Haß
5c8d615b67
Merge pull request #4907 from goobertron/poll_i18n_fix
...
Fix missing translation in #4905
2014-04-05 19:16:06 +02:00
goobertron
5556420740
Fix missing translation in #4905 .
2014-04-05 17:06:40 +01:00
Hincu Petru
2ae4d41db3
Fixed 4903 and not render vote form when user is not logged
2014-04-05 14:29:07 +00:00
Florian Staudacher
dff486f1ec
Merge pull request #4900 from MrZYX/drop_rmagick
...
Drop rmagick
2014-04-04 23:33:55 +02:00
Jonne Haß
02ed7144a0
drop rmagick, fixes #4594
...
This breaks the screenshot tool.
RMagick no longer compiles on recent ImageMagicks that have HDRI
support enabled.
2014-04-04 20:41:37 +02:00
Jonne Haß
5a60cb72bf
Merge pull request #4899 from hpetru/poll-in-post-preview
...
Add poll in post preview
2014-04-04 14:12:13 +02:00
Hincu Petru
f356ae7216
Add poll in post preview
2014-04-04 11:45:33 +00:00
Jonne Haß
c634aba267
Merge branch 'develop' of github.com:diaspora/diaspora into develop
2014-04-04 10:01:30 +02:00
Jonne Haß
5d62c17259
Merge pull request #4898 from mehmetaergun/patch-1
...
Fix tr in locale settings
2014-04-04 09:56:00 +02:00
Jonne Haß
be19c2f104
Merge pull request #4897 from hpetru/update-poll-view-in-stream
...
I update design for poll in post stream
2014-04-04 09:54:06 +02:00
Mehmet Atif Ergun
a3fd746f15
Fix tr
...
The translation 'türk' is ethnicity / nationality. change to language, türkçe.
2014-04-03 20:31:00 -04:00
Hincu Petru
6c00db23cd
I update design for poll in post stream
2014-04-03 20:57:14 +00:00
Jonne Haß
9eb2339368
Merge pull request #4894 from hpetru/4893-poll-in-spv
...
Add poll for single post view
2014-04-03 20:36:34 +02:00
Jonne Haß
6ba6ecf3f2
updated 138 locale files [ci skip]
2014-04-03 20:12:30 +02:00
Hincu Petru
cee90e737c
Make poll to be compatible with bootstrap
2014-04-03 09:03:54 +00:00
Hincu Petru
fed5ea8cda
Refactored poll_view.js
2014-04-02 16:19:07 +00:00
Jonne Haß
8d20be6f65
Looks like I didn't pay enough attention while hitting that green button, sorry
...
Merge branch 'master' into develop
2014-04-02 08:58:21 +02:00
Jonne Haß
3e68aaaa3b
Merge pull request #4890 from svbergerem/fix-bootstrap-publisher-ui-glitch
...
Fix ui glitch in Bootstrap publisher
2014-04-01 10:45:40 +02:00
Jonne Haß
211963d320
Merge pull request #4889 from hpetru/4874-malformed-url
...
Catch error from decodeURI for prevent crash in posts parsing
2014-04-01 00:49:27 +02:00
Steffen van Bergerem
35b1ba088e
Fix ui glitch in Bootstrap publisher
2014-03-31 22:38:45 +02:00
Hincu Petru
552310796c
Catch error from decodeURI for prevent crash in posts parsing
2014-03-31 20:24:47 +00:00
Jonne Haß
faad980df0
Merge pull request #4861 from JannikStreek/feature/3676-conduct_polls
...
Feature/3676 Conduct Polls
2014-03-31 20:02:29 +02:00
Jannik Streek
4130592ca5
fixed bookmarklet
2014-03-31 18:30:01 +02:00
Jannik Streek
6f3844b73b
fixed language files, added rails cache counter for poll answer, fixed bug with same poll input for form
2014-03-31 18:14:08 +02:00
Jannik Streek
4174b88987
percentage result round + minor language fix
2014-03-31 18:14:08 +02:00
Jannik Streek
167884e565
added changelog pull link
2014-03-31 18:14:08 +02:00
Jannik Streek
a3837a4f19
added changelog entry
2014-03-31 18:14:07 +02:00
Jannik Streek
2d0abbae23
added jasmine test for poll view
2014-03-31 18:14:07 +02:00
Jannik Streek
dde39aa1bb
added jasmine publisher tests
2014-03-31 18:14:07 +02:00
Jannik Streek
a9843ae996
added cucumber tests, updated spec with xml class test
2014-03-31 18:14:07 +02:00
Jannik Streek
8f9736a741
fixed poll js bug
2014-03-31 18:14:07 +02:00
Jannik Streek
7dcf11e629
fixed federation bug due to roxml missing underscore
2014-03-31 18:14:07 +02:00
Jannik Streek
9c24365fde
changed poll result + some minor text improvements
2014-03-31 18:14:07 +02:00
Jannik Streek
c484b2cd0c
fixed poll icon issue, improved code, poll in bookmarklets now available
2014-03-31 18:14:07 +02:00
Jannik Streek
12fabe2fb9
finalized voting design + some design fixes + improved code
2014-03-31 18:14:07 +02:00
Jannik Streek
e4c68a4edb
improved status messages controller code
2014-03-31 18:14:07 +02:00
Jannik Streek
d0a77ce6b3
design for poll participation implemented, saving works as well
2014-03-31 18:14:07 +02:00
Jannik Streek
04199837b3
poll creation done
2014-03-31 18:14:07 +02:00
Jannik Streek
18a43295b7
poll form completed
2014-03-31 18:14:06 +02:00
Jannik Streek
95d98ff2b6
improved code for poll participation
2014-03-31 18:14:06 +02:00
Jannik Streek
c02414c36d
fixed wrong indenting and broken messages tab for polls
2014-03-31 18:14:06 +02:00
Jannik Streek
8a4f833d1d
added more tests for the poll federation + fixed broken rspec tests
2014-03-31 18:14:06 +02:00
Jannik Streek
5d560609e4
poll_participation_spec no longer fails, added poll_participation factory
2014-03-31 18:14:06 +02:00
Jannik Streek
fe67bdf2e7
added tests for poll federation and impl for the federation itself. Still in progess
2014-03-31 18:14:06 +02:00
Jannik Streek
dfbe17d046
Poll input fields and data model now available
...
question field of poll now in db
fixed merge issues
2014-03-31 18:14:06 +02:00
Jonne Haß
b207077405
Merge pull request #4859 from hpetru/4848-aspect-memberships-in-notification-dropdown
...
Fixed jQuery evenets in notifications-badge
2014-03-31 13:58:11 +02:00
Jonne Haß
0ea53aa5ed
Merge pull request #4882 from hpetru/4868-mention-inside-tags
...
4868 mention inside tags
2014-03-31 12:06:39 +02:00
Hincu Petru
b43e56485d
Fixed jquery event listener from notifications-badge.js
2014-03-31 09:52:07 +00:00
Hincu Petru
2be528494a
Fix jquery.mentionInput.js plugin
2014-03-31 08:51:40 +00:00
Jonne Haß
549c45e06f
No need anymore to update bundler on travis
2014-03-31 00:02:22 +02:00
Jonne Haß
5b4ab32c08
Merge pull request #4884 from MrZYX/stabilize_cukes
...
Stabilize cukes II
2014-03-30 23:09:22 +02:00
Jonne Haß
24a3a42e90
Merge pull request #4880 from svbergerem/hovercard-bootstrap-style-fixes
...
Improve hovercard style on Bootstrap pages
2014-03-30 22:34:31 +02:00
Jason Robinson
3fd938f7e7
Add warning to script/server if curl does not support AsyncDNS
2014-03-30 22:55:13 +03:00
Jonne Haß
7ef5595e52
Try silly things to make mentions_from_profile_page.feature:38 more stable
2014-03-30 20:54:05 +02:00
Jonne Haß
bc46ee437c
Stabilze aspect_navigation.feature:18
...
... again
2014-03-30 20:18:58 +02:00
Jonne Haß
98057885ac
use uuids for guid generation
2014-03-30 15:38:18 +02:00
Jonne Haß
07aec2a630
Merge branch 'hpetru-4864-ui-bug-when-tag-is-long' into develop
2014-03-30 13:39:32 +02:00
Hincu Petru
699f327762
Long tags are no longer cut off in the post streams
...
Fixed in streams
2014-03-30 13:37:31 +02:00
Jonne Haß
3a91061d4f
Merge pull request #4708 from goobertron/opengraph_link_fix
...
Opengraph link fix (issue #4492 )
2014-03-30 11:15:29 +02:00
goobertron
57d796be1d
Fix indentation
2014-03-28 15:21:22 +00:00
Steffen van Bergerem
1fc38278bb
Improve hovercard style on Bootstrap pages
2014-03-28 14:00:16 +01:00
goobertron
1dfde65556
Alter link behaviour of OG previews
2014-03-26 19:24:06 +00:00
Dennis Schubert
dfa41997df
Merge pull request #4855 from MrZYX/drop_rvmrc
...
Replace .rvmrc by .ruby-version
2014-03-25 23:58:05 +01:00
Jonne Haß
3f5838a75f
Merge pull request #4876 from fractalcat/wip-interface-fixes
...
Patch grammar in admin interface
2014-03-24 17:04:12 +01:00
Sharif Olorin
fc394c3981
Patch grammar in admin interface
2014-03-25 02:36:10 +11:00
Jonne Haß
1b70f6fe09
Replace .rvmrc by .ruby-version
...
Also relax the requirement. The .ruby-version represents
merely a recomendation for the Ruby version. The incompability
issues in the Ruby world are far less currently, than they were
when we introduced strict version enforcement. Thus strict
enforcement is no longer appropiate. Same holds for RubyGems.
This implicity also removes the recomendation on using RVM.
The .ruby-version file is supported by all major Ruby version
managers. Gemsets are no longer a needed feature since Bundler
handles multiple concurrrently installed Gems just well.
2014-03-24 15:33:29 +01:00
Jonne Haß
ab15bad53f
Merge pull request #4858 from hincupetru/4514-clicking-show-more-comments-empties-textarea
...
Save textarea value before rendering comments when clicked 'show more....'
2014-03-24 14:56:45 +01:00
Jonne Haß
b0a4d5d439
Merge pull request #4870 from svbergerem/activate-hovercards
...
Activate hovercards in SPV and conversations
2014-03-23 11:36:56 +01:00
Steffen van Bergerem
cd241ee94d
Hovercards! Everywhere!
2014-03-23 01:15:26 +01:00
Jonne Haß
029520a351
Merge pull request #4867 from svbergerem/polish-notifications-view
...
Add separator between days, don't display grey zero
2014-03-20 00:25:54 +01:00
Steffen van Bergerem
d9857a3a10
Add separator between days, don't display grey zero
2014-03-20 00:23:38 +01:00
Jonne Haß
23a91eb63f
Merge pull request #4814 from svbergerem/notifications-bootstrap-port
...
[WIP] Port notifications to Bootstrap and add filters, port hovercards
2014-03-19 21:57:50 +01:00
Steffen van Bergerem
4fc9c6416e
Port notifications to Bootstrap
2014-03-19 18:45:52 +01:00
Steffen van Bergerem
eabdc7390c
Port aspect membership dropdown and hovercards
2014-03-19 17:54:22 +01:00
Steffen van Bergerem
f217a5bc11
Add filters to notifications controller
2014-03-19 17:54:22 +01:00
Hincu Petru
1cef3e42ce
I save textarea value before rendering comments when clicked 'show more..'
2014-03-19 12:36:04 +00:00
Jonne Haß
835608f06f
Merge pull request #4856 from hincupetru/3692-hashtags-inside-markdown-link
...
Check if the hashtag is a link in function .hashtagify
2014-03-16 14:39:20 +01:00
Hincu Petru
694dc7d80b
Check if the hashtag is a link in function .hashtagify
2014-03-16 11:59:49 +00:00
Jonne Haß
cfca0e88f1
Revert "Merge pull request #4847 from hincupetru/3692-hashtags-inside-markdown-link"
...
This reverts commit 06ab498620 , reversing
changes made to 3c4d8d95d3 .
Conflicts:
Changelog.md
2014-03-15 21:08:54 +01:00
Jonne Haß
f2fedea3db
Merge pull request #4853 from hincupetru/4693-notifications-hovercard-avatars-misaligned
...
Fixed "hovercard avatars misaligned in notifications drop-down"
2014-03-15 19:15:08 +01:00
Jonne Haß
06ab498620
Merge pull request #4847 from hincupetru/3692-hashtags-inside-markdown-link
...
Solved problem with hashtags inside markdown links
2014-03-15 19:12:37 +01:00
Jonne Haß
3c4d8d95d3
Merge pull request #4794 from Flaburgan/improve-search-page
...
Add handle indication on search page, improve design
2014-03-15 19:09:42 +01:00
Jonne Haß
d4e046ecbc
Merge pull request #4787 from hincupetru/4726-infinite-photo-stream
...
Added limit by max_time to photos#index for prevent "infinite photo stream"
2014-03-15 19:07:48 +01:00
Jonne Haß
8280556a47
Introduce message renderer
...
This new class replaces all existing server side message
rendering helpers and is the new global entry point for such
needs. All models with relevant fields now expose an instance
of MessageRenderer for those. MessageRenderer acts as
gateway between the existing processing solutions for markdown,
mentions and tags and provides a very flexible interface for
all output needs. This makes the API to obtain a message
in a certain format clear. As a result of centralizing the
processing a lot of duplication is eliminated. Centralizing
the message processing also makes it clear where to change
its behaviour, add new representations and what options
are already available.
2014-03-15 17:16:17 +01:00
Hincu Petru
638744b914
Fixed #4693
2014-03-15 15:25:18 +00:00
Hincu Petru
7c4d783d51
Check if the hashtag is a link in function .hashtagify
2014-03-14 15:49:41 +00:00
flaburgan
027650e856
Add handle indication on search page, improve design
2014-03-13 23:01:42 +01:00
Jason Robinson
8f67e1eb17
Merge pull request #4845 from Flaburgan/fix-mention-publisher
...
Fix publisher broken after jquery upgrade
2014-03-13 21:41:47 +02:00
Hincu Petru
e0b23b2dc4
Fixed #4726 infinite photo stream
2014-03-12 22:22:24 +00:00
flaburgan
1250973267
Fix publisher broken after jquery upgrade
2014-03-12 18:41:38 +01:00
Jonne Haß
11603f5496
Merge pull request #4843 from svbergerem/4228-hovercards-same-pod
...
Show hovercards in the notification drop-down for users on the same pod
Conflicts:
Changelog.md
2014-03-11 21:50:33 +01:00
Jonne Haß
3fae96697a
Merge branch 'MatrixCrawler-4638-Atom-Feed-Error' into develop
2014-03-11 21:27:39 +01:00
MatrixCrawler
3273028ed2
Fix atom feed for reshares of deleted posts.
...
Propose for fix #4638
Added Changelog line
Added Specs for testing if the reshared origin post is deleted and therefore not shown in the atom feed
2014-03-11 21:27:08 +01:00
Steffen van Bergerem
aefcfc7b30
Show hovercards in the notification drop-down for users on the same pod
2014-03-11 20:44:28 +01:00
Jonne Haß
65d7961424
Merge pull request #4844 from svbergerem/new-publisher-fix-button-height
...
Fix different button sizes in new publisher
2014-03-11 18:10:28 +01:00
Steffen van Bergerem
5d44a70e62
Fix different button sizes in new publisher
2014-03-11 17:32:07 +01:00
Jonne Haß
e2801d337c
Merge pull request #4842 from seanbrant/patch-1
...
Fixes typos
2014-03-11 00:39:13 +01:00
Sean Brant
9efccb797c
Fixes typos
2014-03-10 18:27:16 -05:00
Jonne Haß
766c6f0ac5
Merge pull request #4678 from svbergerem/port-publisher-bootstrap
...
Port publisher and bookmarklet to bootstrap
2014-03-10 18:43:16 +01:00
Steffen van Bergerem
0241d9c7db
use fixture
2014-03-10 17:21:54 +01:00
Steffen van Bergerem
6fc6474e98
Refactor publisher
2014-03-10 15:15:40 +01:00
Steffen van Bergerem
1b85d9d032
Use a button instead of input to submit, use smaller photos
2014-03-10 15:15:40 +01:00
Steffen van Bergerem
0cc3b10b1f
port publisher and bookmarklet to bootstrap
2014-03-10 15:15:40 +01:00
Florian Staudacher
7fbf508165
Merge pull request #4831 from MrZYX/fix_plaintext_mentions
...
Fix plaintext mode for mentionable
2014-03-09 15:09:31 +01:00
Jonne Haß
bd24cb71a4
Fix plaintext mode for mentionable
...
Also slight refactors to it.
2014-03-09 14:02:15 +01:00
Jonne Haß
4fce682635
Merge pull request #4834 from Faldrian/atomfeedtohtml
...
atom-feed content changed to html, use better post-title extractor
2014-03-09 01:13:38 +01:00
Faldrian
da0b305514
atom-feed content changed to html, use better post-title extractor
...
Valid atom feed. Also these features are partially included:
- http://activitystrea.ms/specs/atom/1.0/#activity.verb
- http://portablecontacts.net/draft-spec.html#anchor16
2014-03-09 00:13:32 +01:00
Jonne Haß
c3c2129e95
Merge pull request #4827 from Flaburgan/fix-aspect-renaming
...
Fix aspect renaming after a regression caused by jquery upgrade
2014-03-08 12:49:52 +01:00
Anton Ilin
68f2ce56fa
Check user name presence instead
...
It seems that loading of stream is not completed before trying to activate hovercard.
I do not want to add explicit pause to the scenarion. Let's check link presence before activating hovercard.
2014-03-07 14:45:02 +02:00
Anton Ilin
81278fa61a
Make feature consistent with other features.
...
Actually, I just trying to make this feature pass.
2014-03-07 11:28:02 +02:00
Anton Ilin
870f2e2ae8
Make step name more logical
2014-03-07 11:20:46 +02:00
Anton Ilin
e2ce10a9b2
Use capybara hover method in the hovercard steps
...
Let's use methods provided by capybara whenever possible.
2014-03-07 11:20:46 +02:00
Anton Ilin
0d9cf0fd6b
Tests for hovercard in reshares
...
Coverage with tests is necessary for every feature
2014-03-07 11:20:46 +02:00
Anton Ilin
88f502236a
Fix arguments for hevercardable helper
...
We should pass person object to the hovecrardable helper. In the
current case `this` is the status message, not the status
author. So, let's pass `author` instead of `this`.
2014-03-07 11:20:45 +02:00
flaburgan
2c4dc830fc
Fix aspect renaming after a regression caused by jquery upgrade, close #4822
2014-03-06 00:04:48 +01:00
Jonne Haß
f12546bb78
Merge pull request #4823 from Flaburgan/fix-avatar-mobile-notification
...
Fix avatar position in mobile notification
2014-03-04 00:41:44 +01:00
flaburgan
4cc8f1f76c
Fix avatar position in mobile notification
2014-03-03 23:21:31 +01:00
Jonne Haß
d26ca74623
Merge pull request #4805 from Flaburgan/refactor-mobile-css
...
Fix drawer in mobile version
2014-02-27 13:13:31 +01:00
flaburgan
67d71e2280
Fix drawer in some mobile browsers.
...
Remove the black background on menu badges.
Fix body content on screen width > 768px.
Start split of mobile css in different files in /mobile/
2014-02-24 23:30:57 +01:00
Jonne Haß
a1c222dd23
Merge pull request #4681 from diaspora/upgrade_to_jquery_10
...
Upgrade to jquery 10
2014-02-24 10:29:08 +01:00
Florian Staudacher
a2aff720a2
clear locale on each spec run, fix indentation
2014-02-23 17:13:01 +01:00
Florian Staudacher
1f98e1c639
cleanup 'getting started' cukes a bit
2014-02-23 16:48:48 +01:00
Florian Staudacher
e2adaa07a2
should fix remaining failing cukes from captcha and removal of client-side-validations gem
2014-02-23 16:48:48 +01:00
Florian Staudacher
061ae52e4d
captcha needs to be present, but can be bogus in test ENV
2014-02-23 16:48:48 +01:00
Florian Staudacher
dc1c156175
try to appease CI
2014-02-23 16:48:48 +01:00
Florian Staudacher
b0502ef07e
don't depend on the order of events (focus has two variants in jQuery)
2014-02-23 16:48:48 +01:00
Florian Staudacher
69a1718d08
fix comment spec, jasmine should be ok now
2014-02-23 16:48:48 +01:00
Florian Staudacher
e3b22ed95c
fix likes spec
2014-02-23 16:48:47 +01:00
Florian Staudacher
b27edcb2d1
fix search specs
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
5aa86a5def
fix infinitescroll in contacts pages
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
f0ae80b82f
add browser detection
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
97ede99c0f
#toggle was removed
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
4042e50289
Removes client_side_validations
...
Conflicts:
Gemfile
Gemfile.lock
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
1c09b75cc2
remove comment, for the record, it was an arbitrary number picked due to performance reasons
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
9fc70a03a9
remove unused variable
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
8d8d3c649a
remove aspect sorting logic
2014-02-23 16:48:47 +01:00
Fabian Rodriguez
d3921f1f2b
#live is no longer supported, use on instead
2014-02-23 16:48:46 +01:00
Fabian Rodriguez
cc9c6c780a
remove require if jquery-ui-1.8.9.custom.min
2014-02-23 16:48:46 +01:00
Fabian Rodriguez
1fd156fd46
bump jquery-rails to 3.0.4
2014-02-23 16:48:46 +01:00
Fabian Rodriguez
9c7212934c
removes unused and/or unnceseary js files:
...
*bootstrap-dropdown
*bootstrap-modal
*bootstrap-popover
*bootstrap-transition
*bootstratp-twipsy
*jquery-ui-1.8.9.custom.min.js
if we need the bootstrap files we should include them via the gem bootstrap-sass
2014-02-23 16:48:46 +01:00
Jonne Haß
e5465728d7
Merge pull request #4809 from Gallaecio/gl
...
Updated the Galician (gl) translation
2014-02-23 16:21:30 +01:00
Adrián Chaves Fernández (Gallaecio)
b37d008849
Updated the Galician (gl) translation
2014-02-23 16:06:33 +01:00
Jonne Haß
c3161943f9
Merge pull request #4787 from arlogn/new-wordpress-logo-icon
...
New wordpress logo icon
Conflicts:
app/assets/stylesheets/application.css.sass
2014-02-23 15:55:19 +01:00
Jonne Haß
c03edd8808
Merge pull request #4808 from vcuculo/fix-heart-icon
...
Fixed heart icon height in right sidebar
2014-02-23 15:50:59 +01:00
vcuculo
96fc16f9b5
Fixed heart icon height in right sidebar
2014-02-23 15:02:44 +01:00
Jonne Haß
0913f04c8d
Merge pull request #4802 from jaywink/devise_lastseenable
...
Add devise_lastseenable for user last seen tracking.
2014-02-23 13:54:54 +01:00
Jason Robinson
5fe5507128
Add devise_lastseenable for user last seen tracking.
...
Adds a timestamp to user model which is touched when user comes back. Statistics active users counts now use these more reliable timestamps. Fixes #4734
2014-02-22 23:22:46 +02:00
Jason Robinson
f54931c813
Put #4799 changelog to correct place
2014-02-21 21:51:18 +02:00
Jason Robinson
ea82a91085
Merge pull request #4799 from JannikStreek/feature/4778-comment_counters
...
Added count of comments to statistics
2014-02-21 21:49:25 +02:00
Jason Robinson
d7748718f7
Merge pull request #4793 from Flaburgan/refactor-right-side-bar
...
Refactor right side bar, see you, BRs.
2014-02-21 20:27:02 +02:00
Jannik Streek
d603ff818c
added comment count to statistic to calculate posts/comments ratios
...
fixeds tests for comment count in statistics
added changelog entry and default entry
2014-02-21 12:25:23 +01:00
Jason Robinson
b833d6d647
Merge pull request #4796 from Flaburgan/more-photos-than-8
...
Remove the limit to 8 pictures in the view
2014-02-21 13:24:41 +02:00
flaburgan
16309dc832
Remove the limit to 8 pictures in the view
2014-02-21 01:31:12 +01:00
Jonne Haß
e995491b92
Merge pull request #4797 from goobertron/capitalisation
...
Update English locales to diaspora* instead of Diaspora.
2014-02-20 21:09:44 +01:00
arlogn
d1aaf0acba
new wordpress icons
2014-02-20 20:36:08 +01:00
goobertron
3c2b0a44d4
Update English locales to diaspora* instead of Diaspora.
2014-02-20 17:48:17 +00:00
flaburgan
a7c7e4b1e3
Refactor right side bar, see you, BRs.
2014-02-20 13:01:07 +01:00
Jonne Haß
57991187d1
Merge branch 'hotfix/0.3.0.3' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2014-02-19 11:31:02 +01:00
Jonne Haß
46603b02e4
Merge branch 'hotfix/0.3.0.3'
2014-02-19 11:25:12 +01:00
Jonne Haß
1df3f546c9
update rails to 3.2.17
2014-02-19 11:09:06 +01:00
Jason Robinson
283e06bd26
Merge branch 'hotfix/0.3.0.2' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2014-02-18 22:13:52 +02:00
Jason Robinson
a8431430f0
Merge branch 'hotfix/0.3.0.2'
2014-02-18 22:10:09 +02:00
arlogn
659ee3ca82
align rightbar icon heart
2014-02-18 20:39:13 +01:00
Jason Robinson
2a15339f44
Bump version to 0.3.0.2
2014-02-15 17:04:48 +02:00
Jason Robinson
d6d97c17b0
Changelogs for 0.3.0.2, changelog for #4714
2014-02-15 17:04:18 +02:00
Steffen van Bergerem
ab9e7d8035
fix hovercards
...
(cherry picked from commit a51c4f0ddc )
Conflicts:
Changelog.md
2014-02-15 16:58:12 +02:00
Florian Staudacher
d8dd727588
fix regression caused by updating backbone.js without updating changed parameters
...
(cherry picked from commit 09a840ea41 )
2014-02-15 16:54:46 +02:00
arlogn
405b9fd8b9
embedding youtube videos over https
...
(cherry picked from commit 1563d088bc )
2014-02-15 16:54:46 +02:00
Fabian Rodriguez
d65fc17223
bump kaminari
...
(cherry picked from commit b5e6c2a149 )
2014-02-15 16:54:46 +02:00
Steffen van Bergerem
a51c4f0ddc
fix hovercards
2014-02-15 14:09:03 +01:00
Jonne Haß
adf6c3c009
Merge pull request #4775 from dash-rai/move-mentions-input-plugin
...
Moved jquery.mentionsInput plugin
2014-02-10 21:12:12 +01:00
Darshan Rai
1f782dace9
Moved mentionsInput.js from vendor/assets to lib/assets
...
The jquery.mentionsInput plugin upstream is no longer maintained.
2014-02-10 23:19:50 +05:30
Darshan Rai
bc264bfa46
Issue #4767 : Removed space that is inserted following the insertion of a mention
2014-02-10 22:21:35 +05:30
Jonne Haß
3ed4467155
Merge pull request #4765 from goobertron/jquery_source
...
Update JQuery source to jquery.com
Conflicts:
Changelog.md
2014-02-10 17:02:09 +01:00
Jonne Haß
2e8dc8fb61
move PasswordsController specs to the new appropiate location
2014-02-10 10:18:20 +01:00
Jonne Haß
3a616469f4
Merge pull request #4707 from goobertron/improved_new_password
...
New reset password form
Conflicts:
Changelog.md
2014-02-10 01:35:37 +01:00
Jonne Haß
b59bb75b3d
Merge pull request #4772 from svbergerem/image-branding-fix
...
Fix image branding logo_caps
2014-02-09 20:40:33 +01:00
Steffen van Bergerem
29d524d836
fix image branding logo_caps
2014-02-09 20:31:01 +01:00
Jonne Haß
3e3979cc28
Merge pull request #4656 from svbergerem/conversations-add-participants
...
Add participants to conversations menu
2014-02-09 20:20:47 +01:00
Jonne Haß
141438a33e
add changelog entry for #4768 [ci skip]
2014-02-09 20:08:23 +01:00
Jonne Haß
90784b3b38
Merge pull request #4768 from MrZYX/manwithtwowatches-feature/4455-make-help-view-backbone-view
...
Make help pages a backbone view
2014-02-09 20:05:09 +01:00
Steffen van Bergerem
a2b3917505
Add participants to conversations menu
2014-02-09 19:55:10 +01:00
goobertron
23e8bfa082
Update JQuery source to jquery.com
2014-02-09 17:36:35 +00:00
Jonne Haß
11b3fe7df4
Merge pull request #4673 from Flaburgan/drawer-scrollable
...
New menu for the mobile version
2014-02-09 18:06:43 +01:00
flaburgan
119ed2d8f5
Fix nav in header empty with webkit browser
2014-02-09 17:42:29 +01:00
flaburgan
c7c1e874b9
Fix broken header on the settings page on webkit browsers
2014-02-09 17:42:29 +01:00
flaburgan
725fbbf85e
Toggle with jquery + link on the whole line of the menu
2014-02-09 17:42:29 +01:00
flaburgan
70f305958b
Polish the code
2014-02-09 17:42:29 +01:00
flaburgan
4d9d35cbfa
Add current user avatar in the drawer
2014-02-09 17:42:28 +01:00
flaburgan
8c6342170b
Add link on aspects and allow to show / hide them in the drawer
2014-02-09 17:42:28 +01:00
flaburgan
b8bb7ae857
Fix tests
2014-02-09 17:42:28 +01:00
flaburgan
e204a9a121
Add aspects list and mentions link
2014-02-09 17:42:28 +01:00
flaburgan
0a31d61ccc
Make the drawer scrollable
2014-02-09 17:42:28 +01:00
flaburgan
94888f70be
Compose_mobile icon
2014-02-09 17:42:28 +01:00
flaburgan
1a52631bd2
Remove margin of the nav elem
2014-02-09 17:42:28 +01:00
flaburgan
3c5d68dbb4
Fix mobile publisher
2014-02-09 17:42:28 +01:00
flaburgan
c53afe586b
Add new icons to the mobile version
2014-02-09 17:42:28 +01:00
Erwan Guyader
754bd8178d
add drawer to mobile
...
- Functional drawer with menu icon
2014-02-09 17:42:28 +01:00
Erwan Guyader
1e159a027e
Add drawer menu to mobile version
...
- Added basic drawer menu with JS code working on /stream
2014-02-09 17:42:28 +01:00
goobertron
2a145e67ab
Update design of forgot_password and change_password forms
...
Fix redirect to stream, make labels lower-case
Fix cuke
2014-02-09 15:48:06 +00:00
Jonne Haß
c20bc77535
Adjust help views to updated backbone, thanks @raven24
2014-02-09 16:45:21 +01:00
Jonne Haß
4a3869cda8
Merge pull request #4769 from Ruxton/feature/faster_stream_queries
...
Updating queries for the stream to be faster
2014-02-09 16:25:59 +01:00
Jonne Haß
f64f55b567
Move help page initialization into backbone router
2014-02-09 16:00:16 +01:00
Jonne Haß
e402a4093d
Actually load a different section when requested in get_javascript_strings_for, add spec for changes in JS i18n helper
2014-02-09 16:00:16 +01:00
Richard
a132b6c1b5
refactored a bit in help section views. using backbone jquery selector shorthand and jquery each.
2014-02-09 16:00:16 +01:00
Richard
1561690303
moved call to help backbone view init to separate file included only on faq view.
...
extending loaded js locales.
cleaned up unused routes. removed some comments. loading help locales only on help view.
removed afterRender from backbone views. extended load_javascript_locales method to take a section.
2014-02-09 16:00:15 +01:00
Richard
55efa82756
made a help view spec and cleaned up the views a bit.
2014-02-09 16:00:15 +01:00
Richard
da6b037f24
highlighting menu items when clicked. collapsing questions and answers on the static content help sections.
...
removed unused help haml templates.
put locales back to how they were and wrote a small js parser to swap in links to help views which have generated links in them.
using locales text for help section headers.
2014-02-09 16:00:15 +01:00
Richard
afec5977e9
Started converting the help section into a backbone view. Things missing are: some urls which were calculated and inserted into the yml, all the pre-existing erb templates are still there, it's still at /faq/faq, nothing has been tested, some of the questions don't collapse and expand.
...
changed the locales to have the hard coded urls in them because they can no longer be calculated server side. this is pretty crap because i'm going to have to change it for all the languages now so i might change my mind about this later.
deleted some unused views.
2014-02-09 16:00:15 +01:00
Jonne Haß
41a4326993
Merge pull request #4770 from svbergerem/fix-spv-4754
...
Fix bugs introduced by #4754
2014-02-09 15:57:27 +01:00
Steffen van Bergerem
6c7dde1733
Fix bugs introduced by #4754
2014-02-09 15:54:22 +01:00
Jonne Haß
a462c84fae
Merge branch 'goobertron-rename_messages' into develop
2014-02-09 15:45:15 +01:00
goobertron
7bcea07b99
Standardise - code refs to 'messages' to 'conversations'
2014-02-09 15:44:12 +01:00
goobertron
c12efdf5e6
Changing text messages -> conversations
2014-02-09 15:44:10 +01:00
Jonne Haß
17754f1da8
Merge pull request #4747 from Raven24/fix_aspect_stream
...
fix regression caused by updating backbone.js in aspect stream
2014-02-09 15:38:35 +01:00
Jonne Haß
976b21ab05
Merge pull request #4702 from goobertron/new_logos
...
Updated image branding (issue #4444 )
2014-02-09 14:47:40 +01:00
Jonne Haß
ecd8a8200b
Merge pull request #4754 from svbergerem/small-improvements-spv
...
SPV small improvements
2014-02-09 14:26:41 +01:00
Florian Staudacher
6c9cce7cda
Merge branch '4264-embed-youtube-on-https' of https://github.com/arlogn/diaspora into arlogn-4264-embed-youtube-on-https
2014-02-09 13:05:39 +01:00
Jonne Haß
d27c6a8305
updated 31 locale files [ci skip]
2014-02-09 12:31:00 +01:00
Ruxton
c8a0c81b6a
Updating queries for the stream to be faster
2014-02-07 14:23:19 +08:00
Fabian Rodriguez
b5e6c2a149
bump kaminari
2014-02-02 21:03:51 -02:00
Jonne Haß
d5207d61d4
Merge pull request #4752 from svbergerem/fix-timeago-mobile
...
Fix timeago on mobile devices. Fix missing space
2014-02-02 07:32:27 -08:00
Steffen van Bergerem
97f1c286f4
improve reshared posts
2014-01-31 22:48:40 +01:00
Steffen van Bergerem
318d190404
SPV small improvements
2014-01-30 22:12:51 +01:00
arlogn
1563d088bc
embedding youtube videos over https
2014-01-30 18:01:27 +01:00
Steffen van Bergerem
655fbfcd79
Fix timeago on mobile devices. Fix missing space
2014-01-30 10:15:14 +01:00
Jonne Haß
c9cd5460ac
Merge pull request #4749 from svbergerem/fix-timeago-desktop
...
fix timeago
2014-01-29 01:28:56 -08:00
Steffen van Bergerem
fe01734a3d
fix timeago
2014-01-29 03:24:10 +01:00
Raphael Sofaer
300a7c1c31
Merge pull request #4737 from rsofaer/no_retries_for_bad_cert
...
Do not retry sending out posts on SSL errors. See #4728
2014-01-27 20:11:57 -08:00
Raphael Sofaer
de593f6e9f
Do not retry sending out posts on SSL errors. See #4728
...
Refactor HydraWrapper so the when-to-retry logic is in the worker
2014-01-27 15:45:45 -08:00
Dennis Schubert
1f76a9a354
Merge pull request #4739 from MrZYX/stabilize_cukes
...
Stabilize cukes
2014-01-26 14:39:43 -08:00
Florian Staudacher
09a840ea41
fix regression caused by updating backbone.js without updating changed parameters
2014-01-26 19:51:12 +01:00
Jonne Haß
c23fa673a4
Merge pull request #4746 from svbergerem/fix-css-keyboard-navigation
...
Fix css for keyboard navigation
2014-01-26 02:56:39 -08:00
Steffen van Bergerem
763fb95947
Fix css for keyboard navigation
2014-01-26 04:31:11 +01:00
Jonne Haß
eeec0eafe5
Don't rely on the hover to work when deleting a comment in a cuke
...
Also reuse comment step for comment deletion cuke.
This effectively masks failures of the comment deletion cuke
until we find a real solution.
2014-01-26 00:14:35 +01:00
Jonne Haß
8b8071925d
Make toggle aspect call synchronous and bump capybaras wait timeout
...
in features/desktop/aspect_navigation.feature:18 we quickly leave the page
before waiting for the request to finish. By making the HTTP call
synchronous we wait for it to finish before we reflect the change in the DOM,
thus giving Capybara a chance to wait for it. Also let Capybara wait longer.
This should random failures of the aforementioned cuke rarer.
2014-01-26 00:13:06 +01:00
Jonne Haß
e1e69882ad
Merge pull request #4740 from Gallaecio/gl
...
Updated the Galician (gl) translation and fixed a typo
2014-01-25 03:43:31 -08:00
Adrián Chaves Fernández (Gallaecio)
672686a72d
Fixed typo: ‘[…] your password, If it was […]’ → ‘[…] your password. If it was […]’.
2014-01-25 08:56:55 +01:00
Adrián Chaves Fernández (Gallaecio)
e9b5da1741
Updated the Galician (gl) translation.
2014-01-25 08:55:13 +01:00
Jonne Haß
f9c230dd31
Merge pull request #4738 from svbergerem/remove-unused-spv-files
...
Remove unused beta code
2014-01-24 04:19:22 -08:00
Jonne Haß
9fe17f1ae0
Merge pull request #4736 from svbergerem/remove-cubbies
...
Remove unused cubbies code
2014-01-24 03:10:40 -08:00
Steffen van Bergerem
0f156cd9a4
Remove unused beta code
2014-01-24 09:01:30 +01:00
Steffen van Bergerem
7519fcc255
Remove unused cubbies code
2014-01-24 08:58:47 +01:00
Jonne Haß
0b15e66d06
Merge pull request #4577 from svbergerem/2302-permalink-comments
...
[Ready to review & merge] Add permalinks for comments
Conflicts:
app/assets/stylesheets/application.css.sass
2014-01-22 11:24:42 +01:00
Jonne Haß
397d814f97
Merge pull request #4717 from svbergerem/tags-remove-followers
...
Drop number of followers from tags page
2014-01-21 13:21:22 -08:00
Steffen van Bergerem
3d4bdfb665
Drop number of followers from tags page
2014-01-21 14:49:05 +01:00
Jason Robinson
590778502d
Merge branch 'hotfix/0.3.0.1' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2014-01-20 23:40:58 +02:00
Jason Robinson
d5a9939c31
Merge branch 'hotfix/0.3.0.1'
2014-01-20 23:40:07 +02:00
Jason Robinson
7bfa7292fa
bump to 0.3.0.1
2014-01-20 23:40:01 +02:00
Florian Staudacher
0c5c17f5e2
fix regression in conversations causing an infinite recursion ( fix #4715 )
...
(cherry picked from commit 5c059b2925 )
Conflicts:
Changelog.md
2014-01-20 23:39:19 +02:00
Florian Staudacher
5c059b2925
fix regression in conversations causing an infinite recursion ( fix #4715 )
2014-01-20 22:00:26 +01:00
Jonne Haß
d87e8cbb3a
Merge pull request #4712 from Ruxton/feature/move_timeago_outside_of_assets_group
...
Moves rails-timeago into the root of Gemfile, it's used in views + assets
2014-01-20 08:59:58 -08:00
Ruxton
49800ece87
Moves rails-timeago into the root of Gemfile, it's used in views + assets
2014-01-20 21:25:15 +08:00
Jonne Haß
9ea6e9c166
Merge pull request #4517 from Zauberstuhl/report_post_feature
...
Added post reporter feature
Conflicts:
Changelog.md
app/assets/stylesheets/application.css.sass
db/schema.rb
2014-01-20 10:03:45 +01:00
Jonne Haß
0e291fd9c4
Merge pull request #4281 from Ruxton/feature/use_rails_timeago_gem_instead_of_vendored_js
...
Switched to using rails-timeago to make keeping on top of new versions o...
2014-01-20 09:57:10 +01:00
Ruxton
a3113cce7c
Switched to using rails-timeago to make keeping on top of new versions of plugin easier
2014-01-20 09:33:35 +08:00
Jason Robinson
93b30dcda4
start new development cycle
2014-01-19 22:47:56 +02:00
Jason Robinson
4d5a55d8a1
Merge branch 'release/0.3.0.0' into develop
2014-01-19 22:38:35 +02:00
Jason Robinson
234ce10cf5
Merge branch 'release/0.3.0.0'
2014-01-19 22:38:20 +02:00
Jason Robinson
edbed6c44a
bump to 0.3.0.0
2014-01-19 22:38:10 +02:00
Jonne Haß
cb482b89e1
Merge pull request #4709 from Flaburgan/update-changelog-gems
...
Add gems upgrade in the changelog
2014-01-19 12:00:27 -08:00
flaburgan
565aba5036
Add gems upgrade in the changelog
2014-01-19 20:58:17 +01:00
Jonne Haß
18a2b6c0d3
updated 158 locale files [ci skip]
2014-01-19 19:18:14 +01:00
goobertron
19c9c0f394
new version of white2x
2014-01-19 14:53:52 +00:00
goobertron
2fb5098be2
Submitted new images with blurred edges
2014-01-19 14:42:34 +00:00
goobertron
97b5c723af
Updated image branding and files with refs to them
2014-01-18 13:03:59 +00:00
Jonne Haß
ed971fc96d
Merge branch 'develop' of github.com:diaspora/diaspora into develop
2014-01-18 13:11:23 +01:00
Jonne Haß
6949292995
bump recommended rubygems version
2014-01-18 13:11:02 +01:00
Jonne Haß
1231248d19
Merge pull request #4700 from qmaruf/absolute-path-for-favicon-ico
...
Absolute path added for favicon.ico
2014-01-18 03:11:40 -08:00
Steffen van Bergerem
20e1626453
add permalinks for comments
2014-01-17 22:11:17 +01:00
Jonne Haß
dae69f9558
Merge pull request #4662 from Raven24/update_underscore-backbone
...
update backbone.js and underscore.js
2014-01-17 03:24:46 -08:00
Jonne Haß
3b7a8992e4
Merge pull request #4698 from goobertron/remove_alpha_refs
...
Remove alpha refs from devise.en.yml
2014-01-16 15:32:39 -08:00
Florian Staudacher
1924c40d38
replace vendored backbone.js/underscore.js with 'backbone-on-rails' gem
...
- updates underscore to 1.5.2 and backbone to 1.1.0
backbone had some breaking changes:
- fix url/urlRoot handling in models & collections
- options are no longer attached to the view by default
- collections reset when 'fetch' is called, tell it to keep the existing
models
other changes:
- fix some events triggering multiple times in connection with deleting
a model
- use document fragments instead of an element array for stream entries
- adapt jasmine and cucumber specs to the changed code
* no longer test the backbone router as part of our code
* jasmine factory already returns model instances, no need to wrap
that again
2014-01-16 23:23:30 +01:00
goobertron
0b0d0000fe
Remove alpha references to invites and buggy software
2014-01-16 18:51:39 +00:00
Quazi Marufur Rahman
b7b595d640
Absolute path added for favicon.ico
2014-01-17 00:31:02 +06:00
Dennis Schubert
6fc5ccb9f9
Merge pull request #4511 from MrZYX/bump_devise
...
update devise to 3.2
2014-01-15 13:17:48 -08:00
Jonne Haß
d97fd8089b
Merge pull request #4688 from ivanzotov/develop
...
Fix after_create to after_commit
2014-01-15 11:47:23 -08:00
Jonne Haß
15b1dae362
update devise to 3.2
2014-01-15 12:59:59 +01:00
Fabian Rodriguez
23c24e170d
Merge pull request #4635 from diaspora/update_gems
...
Update gems
2014-01-15 03:15:53 -08:00
Lukas Matt
5c9a3aaf3e
Added post report feature
...
You can report a single post by clicking the correct icon in the controler section
Workflow:
* Report a post as offensive
* Trigger alerts to every pod-admin
* Pod-admin can review it in the admin interface
* Delete the post or mark it as reviewed
2014-01-14 15:00:55 -05:00
Ivan Zotov
a4ce6e267a
Fix after_create to after_commit
2014-01-14 22:35:29 +04:00
Jonne Haß
80acf6b057
Merge pull request #4692 from svbergerem/header-fix-badge-background
...
Remove background from badges in header
2014-01-14 06:03:25 -08:00
Steffen van Bergerem
580068ed7c
Remove background from badges in header
2014-01-14 15:00:36 +01:00
Jonne Haß
88e0580982
Merge pull request #4682 from goobertron/NSFW_profile_text
...
Change NSFW explanation on profile settings page
2014-01-13 14:13:35 -08:00
goobertron
29a98ddc29
Remove duplicate test steps
2014-01-13 18:47:47 +00:00
goobertron
706b11b14d
Now with passing Cucumber tests
2014-01-13 18:14:43 +00:00
Jonne Haß
cb048a2785
bump pg
2014-01-13 12:26:57 +01:00
Jonne Haß
108a4776d2
bump sass
2014-01-13 12:26:23 +01:00
Jonne Haß
e523583d61
bump orm_adapter
2014-01-13 12:26:23 +01:00
Jonne Haß
073f9db9a1
bump kaminari
2014-01-13 12:26:23 +01:00
Jonne Haß
25988ff04c
bump webmock
2014-01-13 12:26:23 +01:00
Jonne Haß
d3221b396a
bump chunky_png
2014-01-13 12:26:23 +01:00
Jonne Haß
bf1d92cd50
bump bcrypt-ruby
2014-01-13 12:26:22 +01:00
Jonne Haß
f107a3145d
bump will_paginate
2014-01-13 12:26:22 +01:00
Jonne Haß
84c4e68a73
bump rack-rewrite
2014-01-13 12:26:22 +01:00
Jonne Haß
e712bec498
bump json
2014-01-13 12:26:21 +01:00
Jonne Haß
196bb5e4c1
bump i18n-inflector-rails
2014-01-13 12:25:39 +01:00
Jonne Haß
f7759f2177
bump haml
2014-01-13 12:25:39 +01:00
Jonne Haß
92a153edaf
bump guard-rspec
2014-01-13 12:25:39 +01:00
Jonne Haß
d0aa4cee61
bump faraday
2014-01-13 12:25:39 +01:00
Jonne Haß
88cb24fd32
bump acts_as_api
2014-01-13 12:25:39 +01:00
Jonne Haß
c11ddaa770
remove not_to raise_error deprecations
2014-01-13 12:25:38 +01:00
Jonne Haß
32b9caa08c
replace stub and mock deprecations with doubles
2014-01-13 12:25:38 +01:00
Jonne Haß
b5854d3172
remove outer (deprecated) describe blocks from shared examples
2014-01-13 12:25:38 +01:00
Jonne Haß
a0bbd899de
replace rspec_reset with obscure reset line stolen from rspec-mocks
2014-01-13 12:25:38 +01:00
Jonne Haß
7bb055932a
replace =~ array matching with match_array
2014-01-13 12:25:37 +01:00
Jonne Haß
525cd4cc02
fix stream helper spec for new rspec
2014-01-13 12:25:37 +01:00
Jonne Haß
01ecd9d054
do not overwrite rspec methods (receive)
2014-01-13 12:25:37 +01:00
Jonne Haß
df0bff6537
replace stub! with stub
2014-01-13 12:25:37 +01:00
Jonne Haß
cabc6a5c92
bump rails_autolink
2014-01-13 12:25:36 +01:00
Jonne Haß
97d744d6da
bump test_after_commit
2014-01-13 12:25:36 +01:00
Jonne Haß
d6878631bf
bump capybara
2014-01-13 12:25:36 +01:00
Jonne Haß
b1375fd3f0
bump rack-google-analytics
2014-01-13 12:25:36 +01:00
Jonne Haß
801d4d4617
bump mini_magick
2014-01-13 12:25:35 +01:00
Jonne Haß
b771287893
bump omniauth-twitter
2014-01-13 12:25:35 +01:00
Jonne Haß
b7424b52e2
bump omniauth-facebook
2014-01-13 12:25:32 +01:00
Jonne Haß
56b62b0fa4
bump rb-inotify
2014-01-13 12:23:08 +01:00
Jonne Haß
8591488ad9
bump rb-fsevent
2014-01-13 12:23:08 +01:00
Jonne Haß
ccadcee444
bump spork
2014-01-13 12:23:07 +01:00
Jonne Haß
630a1e5980
bump guard-cucumber
2014-01-13 12:23:07 +01:00
Jonne Haß
52e3da9866
bump fuubar
2014-01-13 12:23:07 +01:00
Jonne Haß
8001a2da66
bump rspec
2014-01-13 12:23:07 +01:00
Jonne Haß
c45a381c36
bump foreigner
2014-01-13 12:23:06 +01:00
Jonne Haß
fbf8cdef2d
bump fog
2014-01-13 12:23:06 +01:00
Jonne Haß
716b1af381
bump factory_girl_rails
2014-01-13 12:23:06 +01:00
Jonne Haß
7461cfad8a
bump database_cleaner
2014-01-13 12:23:05 +01:00
Jonne Haß
7eb60dfd42
bump cucumber-rails
2014-01-13 12:23:05 +01:00
Jonne Haß
77e989dc8a
bump client_side_validations
2014-01-13 12:23:05 +01:00
Jonne Haß
b1c9cec265
bump unicorn
2014-01-13 12:23:05 +01:00
Jonne Haß
9be498bce8
bump nokogiri
2014-01-12 23:27:16 +01:00
Jonne Haß
358076c14f
bump mobile-fu
2014-01-12 23:27:16 +01:00
Jonne Haß
d706932db0
bump mysql2
2014-01-12 23:27:16 +01:00
Jonne Haß
2036a9a80f
bump strong_parameters
2014-01-12 23:27:16 +01:00
Jonne Haß
4648654e03
bump typhoeus
2014-01-12 23:27:16 +01:00
Jonne Haß
ab7cbcc4cc
bump timecop
2014-01-12 23:27:16 +01:00
Jonne Haß
4339d69f1e
bump sidekiq
2014-01-12 23:27:16 +01:00
Jonne Haß
0db8086916
Add compatibility layer for old rubyzip
...
https://github.com/rubyzip/rubyzip#important-note
2014-01-12 23:27:15 +01:00
Fabian Rodriguez
08acd6e5bf
bump Timecop
...
Time.now remains the same inside the block, outside of the block it
returns
2014-01-12 23:27:15 +01:00
goobertron
a1ac848d62
Change NSFW explanation on profile settings page (and stop altering of text depending on NSFW setting)
2014-01-12 20:02:33 +00:00
Jonne Haß
42f790fa13
Merge pull request #4666 from jaywink/signup-form-error-redirect
...
Instead of redirect on signup form validation, render new
2014-01-11 14:08:18 -08:00
Jonne Haß
7608319787
Merge pull request #4665 from svbergerem/fix-500-conversations
...
fix bug in conversations view causing server error
2014-01-08 23:55:09 -08:00
Jonne Haß
42d2d7cb01
Merge pull request #4677 from arlogn/bookmarklet-publisher-more-usable-mobile
...
bookmarklet publisher more usable mobile
2014-01-08 23:50:23 -08:00
arlogn
31177e6bdb
bookmarklet publisher more usable mobile
2014-01-09 02:33:47 +01:00
Jonne Haß
ca9e2e24ea
Merge pull request #4670 from arlogn/bookmarklet-publisher-more-usable
...
bookmarklet publisher more usable
2014-01-07 11:29:50 -08:00
Jonne Haß
70f74dc972
Merge pull request #4659 from jaywink/simple-captca-for-signup-page
...
Simple captca for signup page
2014-01-06 14:48:59 -08:00
Jason Robinson
35ece9d65f
Instead of redirect on signup form validation, render new with submitted data.
2014-01-06 22:12:07 +02:00
Jason Robinson
db71c9c50b
Add mobile signup page captcha. Add test for user.sign_up method. Rewrite simple_captcha views to haml. Revert .rvmrc, fix indentation in config examp$
2014-01-06 22:00:53 +02:00
maruf
c17a474142
Simple captcha for signup page
2014-01-06 22:00:37 +02:00
Jonne Haß
867b0a7b79
Enable Ruby 1.9.3 on Travis
...
https://www.loomio.org/discussions/10519?proposal=6611
2014-01-06 11:54:16 +01:00
Jonne Haß
7c9460d5b0
Merge pull request #4667 from Flaburgan/fix-markdown-display
...
Fix markdown indication in the publisher when the user upload an image
2014-01-06 02:22:21 -08:00
Jonne Haß
7b5ea69d8a
Merge pull request #4668 from ZBarg/feature/remove-location-when-publisher-cleared
...
Fix: remove location when publisher is cleared by user
2014-01-06 02:16:50 -08:00
arlogn
61bfbc82e0
bookmarklet publisher more usable
2014-01-06 01:07:05 +01:00
Damien Monet
b849d6c641
Fix: remove location when publisher is cleared by user
2014-01-05 11:09:03 +01:00
flaburgan
f758163f2e
Fix markdown indication in the publisher when the user upload an image
2014-01-04 15:58:20 +01:00
Florian Staudacher
9be0b075ac
add changelog entry for #4623 [ci skip]
2014-01-04 01:58:41 +01:00
Steffen van Bergerem
2e50a16567
fix bug in conversations view causing server error
2014-01-04 01:54:45 +01:00
Florian Staudacher
78d712b926
Merge pull request #4623 from Flaburgan/bump-selenium
...
Bump selenium, close #4621
2014-01-03 16:18:06 -08:00
flaburgan
3174310ba0
Bump selenium, close #4621
2014-01-03 23:12:26 +01:00
Jonne Haß
2734471feb
Merge pull request #4653 from svbergerem/3119-change-more-comments-link
...
Change more comments link
2014-01-02 01:14:33 -08:00
Florian Staudacher
d32bd8100a
Merge pull request #4644 from svbergerem/conversations-participants
...
Remove participants popover (- will be back in a different way)
2014-01-01 14:09:46 -08:00
Steffen van Bergerem
55b967caf9
remove participants popover + improve conversations menu
2014-01-01 21:58:56 +01:00
Fabian Rodriguez
54def634a7
Merge pull request #4648 from arlogn/4446-webkit-search-spinner-overlaps
...
4446 webkit search spinner overlaps
2014-01-01 09:15:53 -08:00
Steffen van Bergerem
ef128575ae
Change more comments link
2013-12-30 13:20:58 +01:00
arlogn
ae3b50080c
Fix spinner overlapping in webkit search box ( #4446 ) and replace deprecated pseudo class :-moz-placeholder
2013-12-29 17:16:56 +01:00
Jonne Haß
5d83402dc3
Merge pull request #4628 from jaywink/4627-twitter-truncation-problem
...
Fix posting to Twitter by correctly catching over limit exception
2013-12-22 14:14:30 -08:00
Fabian Rodriguez
78c923de89
Merge pull request #4197 from MrZYX/bump_sidekiq
...
Update Sidekiq
2013-12-21 05:20:54 -08:00
Fabian Rodriguez
12ab9004c4
Merge pull request #4636 from MrZYX/bump_ruby
...
bump recommended ruby version to 2.0.0
2013-12-21 05:09:05 -08:00
Jonne Haß
4dcc712ea1
bump recommended ruby version to 2.0.0
2013-12-21 09:28:03 +01:00
Jonne Haß
b3ebe1a408
Merge pull request #4622 from svbergerem/improve-conversations-view
...
Improve conversations view, port to bootstrap
2013-12-16 12:55:48 +01:00
Steffen van Bergerem
a96611c259
use bootstrap labels
2013-12-16 00:46:55 +01:00
Steffen van Bergerem
206e3f9422
fix mobile
2013-12-15 23:40:08 +01:00
Jason Robinson
e665ebdab1
Fix posting to Twitter by correctly catching over limit exception ( #4627 ). Also when doing a retry, make smaller cuts to max characters
2013-12-15 22:01:09 +02:00
Steffen van Bergerem
24310fe5a9
change layout
2013-12-15 20:14:55 +01:00
Steffen van Bergerem
5ab777f8cb
remove unused code
2013-12-15 18:01:32 +01:00
Steffen van Bergerem
c24cfb432d
fix facebox in conversations view
2013-12-15 14:20:47 +01:00
Steffen van Bergerem
c11b744a7f
port conversations view to bootstrap
2013-12-15 13:01:24 +01:00
flaburgan
c24d5193e4
Refactor conversations css + fix inconsistent height of conversations list bug
2013-12-15 01:15:44 +01:00
Jonne Haß
5c81da3147
Merge pull request #4625 from diaspora/fix_2645
...
fix #2645
2013-12-14 10:20:12 -08:00
Fabian Rodriguez
c12a45556d
fix #2645
...
* refactor a bit #weekly_user_stats
* pass 0 instead of "" to i18n
* use the first week if none is provided
2013-12-13 19:32:04 -02:00
Fabian Rodriguez
bbbdd87519
Merge pull request #4589 from Flaburgan/add-markdown-indication-publisher
...
[Ready to review] Add indication about markdown formatting in the publisher
2013-12-13 13:25:23 -08:00
flaburgan
6aced29bb6
Add expand the publisher test
2013-12-13 17:55:33 +01:00
flaburgan
923a4f2ab4
Add indication about markdown formatting in the publisher
2013-12-13 16:02:39 +01:00
Jonne Haß
c660c90091
Merge pull request #4612 from diaspora/drop_spv_old_code
...
Drop spv old code
2013-12-11 07:41:51 -08:00
Fabian Rodriguez
4adb460c51
add changelog entry
2013-12-10 18:50:30 -02:00
Jonne Haß
4fb6da2edc
Merge pull request #4619 from jaywink/statistics-clarification-changelog
...
Add mention in changelog about statistics route
2013-12-08 13:36:51 -08:00
Jason Robinson
4d3c48607a
Add mention in changelog about statistics route, relating to already closed and merged #4602
2013-12-08 22:10:20 +02:00
Jonne Haß
69a1270535
Merge pull request #4618 from svbergerem/fix-typo-lightbox-spec
...
fix typo in lightbox spec
2013-12-08 07:03:58 -08:00
Fabian Rodriguez
80015e7ba8
move everything under post-viewer/ to single-post-viewer/
2013-12-08 12:36:01 -02:00
Steffen van Bergerem
db382f6929
fix typo in lightbox spec
2013-12-08 15:02:41 +01:00
Fabian Rodriguez
8cf4e4a7fb
remove old templates
2013-12-08 11:39:36 -02:00
Jonne Haß
a9e52528c1
bump sidekiq
2013-12-08 14:03:08 +01:00
Fabian Rodriguez
933c3b01ca
remove old styles
2013-12-07 12:03:26 -02:00
Fabian Rodriguez
f3f8d36b9d
remove wallpaper-mood template
2013-12-06 20:07:37 -02:00
Fabian Rodriguez
d700c66deb
remove useless specs
2013-12-06 20:07:35 -02:00
Fabian Rodriguez
2b8c8a58ee
fix i18n fallback after i18n update
2013-12-05 11:35:13 -02:00
Fabian Rodriguez
c339090f6e
Merge branch 'release/0.2.0.1' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2013-12-05 09:11:41 -02:00
Fabian Rodriguez
299e02c60b
bump to 0.2.0.1
2013-12-05 08:50:49 -02:00
Jonne Haß
22067349ce
Merge pull request #4617 from jaywink/fix-gitignore-paths
...
Fix path ignores in .gitignore
2013-12-05 01:13:59 -08:00
Jason Robinson
9b08c58b5b
Fix path ignores in .gitignore to not ignore files inside the paths, but to ignore the path itself. Otherwise git clean -fd is scary as it says its removing them even if not
2013-12-05 09:50:04 +02:00
Fabian Rodriguez
740c0bc082
bump Rails to version 3.2.16
2013-12-04 21:36:54 -02:00
Fabian Rodriguez
90b0cc51a0
bump recommended Ruby version 1.9.3-p484
2013-12-04 21:04:25 -02:00
Fabian Rodriguez
ea58324aa8
remove template picker
2013-12-04 20:08:54 -02:00
Fabian Rodriguez
6c8c4fc99e
remove template picker functionality
2013-12-03 20:53:00 -02:00
Jonne Haß
0fb962cd1d
Merge pull request #4602 from jaywink/central-hub
...
Statistics route with general info, some user and total posts stats
2013-12-02 13:22:06 -08:00
Jason Robinson
2c83d0e846
Statistics route with general info, some user and total posts stats. By default statistics off, enabled in settings.
2013-12-02 22:35:18 +02:00
Jonne Haß
3cd45a3732
Merge pull request #4614 from Flaburgan/complete-changelog
...
Complete changelog
2013-12-02 03:40:49 -08:00
flaburgan
b6e08fc39f
Complete changelog
2013-12-02 11:09:24 +01:00
Jonne Haß
1ce027eb2c
Merge pull request #4605 from manwithtwowatches/feature/4509-image-upload-response-errors
...
Feature/4509 image upload response errors
2013-12-02 00:10:25 +01:00
Jonne Haß
d18bbd8405
Merge pull request #4604 from Flaburgan/refactor-mobile-publisher
...
Refactor mobile publisher
2013-12-02 00:07:08 +01:00
Jonne Haß
4b1255fa8d
Merge pull request #4592 from Flaburgan/link-show-more-pictures-mobile
...
[Ready to review] Fix "more picture" indication (+n) on mobile by adding a link on the indication
Conflicts:
Changelog.md
2013-12-02 00:04:37 +01:00
Jonne Haß
b39b0f05d0
Merge branch 'develop' of github.com:diaspora/diaspora into develop
2013-12-02 00:01:02 +01:00
Jonne Haß
8baa06e477
Merge pull request #4590 from diaspora/4432-photo-lightbox-quickfix
...
Add lightbox html to unauthenticated header
Conflicts:
Changelog.md
2013-12-01 23:58:00 +01:00
Fabian Rodriguez
cfc247db75
remove PostViewerFeedback
2013-12-01 20:55:49 -02:00
Fabian Rodriguez
9be780468d
remove PostViewerInteractions
2013-12-01 20:55:49 -02:00
Fabian Rodriguez
bf3ee8d7bb
remove PostViewer
2013-12-01 20:55:48 -02:00
Fabian Rodriguez
179cc9e8dd
remove PostViewerAuthor
2013-12-01 20:55:48 -02:00
Fabian Rodriguez
0702db137a
remove PostViewerNav
2013-12-01 20:55:48 -02:00
Fabian Rodriguez
d7b8cb2997
remove #next_post_path and #previous_post_path from postpresenter
2013-12-01 20:55:48 -02:00
Fabian Rodriguez
92db8cb929
remove #next and #previous from posts_controller
2013-12-01 20:55:48 -02:00
Fabian Rodriguez
6eed63807d
remove next and previous functionality from router
2013-12-01 20:55:48 -02:00
Jonne Haß
d3f41a97c5
Merge pull request #4548 from diaspora/remove_acts_as_taggable_on_from_admin_panel
...
Remove acts as taggable on from admin panel
2013-12-01 14:48:02 -08:00
Jonne Haß
22cdd9d32c
Merge pull request #4611 from Gallaecio/gl
...
Updated the Galician (gl) translation.
2013-12-01 04:57:59 -08:00
Adrián Chaves Fernández (Gallaecio)
a590fbfc5f
Updated the Galician (gl) translation.
2013-12-01 12:16:26 +01:00
Jonne Haß
6c77df6ecb
Fix wrong pluralization key in en.yml
2013-11-30 15:44:43 +01:00
Jonne Haß
c4123e8146
Merge pull request #4603 from Flaburgan/fix-aspect-dropdown-contact-page
...
[Ready to review] Fix aspect dropdown on contacts page
2013-11-29 13:22:52 -08:00
flaburgan
748599a9dd
Refactor mobile publisher
2013-11-29 12:30:20 +01:00
Richard
dbbead1587
removed double comment
2013-11-28 21:48:41 +11:00
Richard
1b83b6942b
Merge branch 'develop' into feature/4509-image-upload-response-errors
2013-11-28 21:46:01 +11:00
Richard
ff07bddd1b
using status messages instead of popup and updated specs for publisher view.
2013-11-28 16:08:03 +11:00
Richard
3671f09b1d
checking file upload response error and giving an error alert if there is one.
2013-11-28 12:26:30 +11:00
flaburgan
7a50e79cfa
Fix aspect dropdown on contacts page
2013-11-27 13:07:31 -08:00
Fabian Rodriguez
e7ee7892ee
Add ActsAsTaggableOn::Tag to excluded models in rails_Admin
...
Fixes #4538
2013-11-24 11:51:39 -02:00
Fabian Rodriguez
5ed5b1f8ce
remove trailing whitespaces and indent rails_adimn initializer
2013-11-24 11:51:39 -02:00
Jonne Haß
05fa086caa
replace ugly 'followed by' grammar assumption at tags#show with proper version
2013-11-20 23:47:50 +01:00
Jonne Haß
478159f1cd
Merge pull request #4593 from Flaburgan/improve-mobile-design
...
Improve notifications and conversations views design on mobile
2013-11-20 12:05:28 -08:00
Fabian Rodriguez
d8618f8700
Merge pull request #4591 from Flaburgan/avatar-profile-mobile
...
Fix avatar display on mobile profile
2013-11-18 18:17:34 -08:00
flaburgan
e1fb8200dd
Move 'mark all as read' button under the title
2013-11-18 18:02:22 -08:00
flaburgan
85eb584e66
Remove useless :page_title indication from people/show
2013-11-16 15:40:03 -08:00
flaburgan
861b3d30f4
Fix tests
2013-11-16 13:48:33 -08:00
Fabian Rodriguez
b1590b73af
Merge pull request #4570 from Flaburgan/contacts-refactor
...
Add actions to contacts/index.html page
2013-11-16 12:27:39 -08:00
flaburgan
58886a6b30
Improve notifications and conversations views design
2013-11-16 03:06:25 -08:00
flaburgan
a02b0519c9
Fix "more picture" indication (+n) on mobile by adding a link on the indication
2013-11-16 02:06:45 -08:00
flaburgan
76b151eb7d
Fix avatar display on mobile profile
2013-11-16 01:57:37 -08:00
Raphael Sofaer
6ad083bf5b
Mark changelog to note fix for 4432
2013-11-15 15:07:09 -08:00
Raphael Sofaer
a07d3616a5
Add lightbox html to unauthenticated header
2013-11-15 14:33:46 -08:00
flaburgan
1833edfd67
Add actions to contacts/index.html page
2013-11-12 19:10:00 -08:00
Jonne Haß
859cd83e38
Merge pull request #4583 from Flaburgan/refactor-mobile-header
...
Refactor mobile header, close #4579
Conflicts:
Changelog.md
2013-11-10 23:55:55 +01:00
flaburgan
0f2773053e
refactor mobile header, close #4579
2013-11-09 23:21:32 -08:00
Fabian Rodriguez
7b861ecfac
Merge pull request #4582 from diaspora/fix_4534
...
getting started page mobile error 500. Fix #4534
2013-11-09 15:13:59 -08:00
movilla
1fcd675b3e
getting started page mobile error 500. Fix #4534
2013-11-09 19:25:32 -02:00
Fabian Rodriguez
146044bd36
Merge pull request #4578 from taratatach/force-comments-sort-order-in-mobile-spv
...
force comments sort order in mobile spv
2013-11-07 18:16:52 -08:00
Fabian Rodriguez
fdfe50b581
Merge pull request #4567 from Flaburgan/refactor-modify-aspect-facebox
...
Refactor modify aspect facebox
2013-11-07 17:53:43 -08:00
Erwan Guyader
0afdb134f8
force comments sort order in mobile spv
2013-11-07 17:19:23 -08:00
flaburgan
bee2c63762
Change icon when adding, fix #4568
2013-11-07 12:55:50 -08:00
flaburgan
3df0fdc09b
Improve the management of the contacts visibility settings in an aspect
2013-11-07 12:55:35 -08:00
Jonne Haß
3251fce3d6
Merge pull request #4580 from svbergerem/refactor-publisher
...
Refactor publisher css
2013-11-07 11:26:29 -08:00
Steffen van Bergerem
d5c3079623
refactor publisher css
2013-11-07 17:12:35 +01:00
Fabian Rodriguez
665f9735d9
Merge pull request #4569 from Flaburgan/reorder-menu
...
Put the stream first in the left menu
2013-11-04 17:50:26 -08:00
flaburgan
47645dd985
Put the stream first in the left menu
2013-11-04 17:46:45 -08:00
Jonne Haß
76c75af373
Merge pull request #4556 from Raven24/conversations
...
refactor conversation message creation
2013-10-21 03:46:57 -07:00
Florian Staudacher
1c4ad0986c
refactor message creation (conversations)
2013-10-20 22:46:53 +02:00
Jonne Haß
ada6594755
Merge pull request #4551 from Raven24/conversations
...
refactor conversations_controller#create
2013-10-11 01:14:01 -07:00
Florian Staudacher
830747a11e
refactor conversations_controller#create
2013-10-10 21:42:46 +02:00
Florian Staudacher
a75a5088ef
Merge pull request #4387 from MrZYX/refactor_twitter
...
refactor twitter service model
2013-09-30 09:13:14 -07:00
Jonne Haß
eea9467846
refactor twitter service model
2013-09-30 10:13:14 +02:00
Jonne Haß
4bc28f2285
Merge pull request #4547 from Raven24/conversations
...
refactor conversations_controller a bit
2013-09-30 01:11:33 -07:00
Florian Staudacher
260d86d501
refactor ConversationsController, move query builing to User model
2013-09-30 01:44:57 +02:00
Dennis Schubert
6e62a99732
Merge pull request #4542 from Raven24/empty_publishing
...
avoid publishing empty posts
2013-09-25 13:49:52 -07:00
Florian Staudacher
e614562470
avoid publishing empty posts ( fixes #4401 )
...
invalidate empty posts when created by a local user
add changelog entry
2013-09-24 21:57:22 +02:00
Jonne Haß
5aa13adfb1
Do not fail when environment.sidekiq.retry is set to false, closes #4545
2013-09-24 13:59:07 +02:00
Jonne Haß
1da6664712
updated 44 locale files [ci skip]
2013-09-24 13:46:59 +02:00
Jonne Haß
41733eab72
Merge pull request #4543 from Flaburgan/regression-404
...
Fix regression in 404.html
2013-09-23 03:19:57 -07:00
Jonne Haß
981fbc6a85
Merge pull request #4544 from ssrihari/fix-green-color-regression
...
Removing the conflicting green in colors
2013-09-23 03:19:05 -07:00
Srihari Sriraman
c379fb351e
Removing the conflicting green in colors
...
- This was a regression from pull request #4541
- Moved the red color to the section above to separate it from the rgb
colors that aren't used
2013-09-23 09:48:45 +05:30
flaburgan
635f83b240
Fix regression in 404.html
2013-09-22 20:29:35 -07:00
Jonne Haß
141fc814ba
Merge pull request #4541 from ssrihari/merge-variables-to-colors
...
Moving colors in variables.scss to colors.scss
2013-09-22 04:31:10 -07:00
Srihari Sriraman
91d9d5aea5
Removing the comment regarding the source of the lines
...
MrZyk pointed out that this information is preserved in git.
2013-09-22 15:31:27 +05:30
Srihari Sriraman
034361154f
Moving colors in variables.scss to colors.scss
...
- Fixed the conflicting red color
- Currently using the darker red
2013-09-22 14:40:56 +05:30
Florian Staudacher
39810e6196
decode URLs before processing them ( fixes #4507 )
2013-09-21 15:23:30 +02:00
Jonne Haß
134c7faf45
Merge pull request #4540 from Flaburgan/remove-last-post-link
...
Remove last post link
2013-09-21 03:10:25 -07:00
flaburgan
02ef9e08f6
Remove the (now useless) last post link from the user profile.
2013-09-20 17:37:34 -07:00
Jonne Haß
d4504589c9
add translation for connect to wordpress
2013-09-20 18:54:13 +02:00
Jonne Haß
a2b6740fed
pluralize admins.user_search.you_currently
2013-09-20 13:21:33 +02:00
Fabian Rodriguez
abc06686ce
Merge pull request #4523 from Flaburgan:improve-getting-started
...
Conflicts:
Changelog.md
2013-09-19 19:37:54 -03:00
Jonne Haß
363103cdaf
Make sure there always was a call to Diaspora.I18n.loadLocale before running a jasmine spec
2013-09-20 00:21:16 +02:00
Jonne Haß
ad20a8487b
bump ruby-oembed
2013-09-19 23:39:13 +02:00
Jonne Haß
68da48f0d6
Merge pull request #4079 from Flaburgan/patch-3
...
Fix #4078 by refactoring 404.html
2013-09-19 14:34:34 -07:00
Jonne Haß
2296489704
Merge pull request #4532 from Flaburgan/add-help-link
...
Add help link
2013-09-19 14:33:39 -07:00
Jonne Haß
ac13e79225
Merge pull request #4529 from Flaburgan/fix-timeago-color
...
Change .timeago color and align notification, fix #4502
2013-09-19 23:32:32 +02:00
Jonne Haß
e6be888707
Merge pull request #4522 from fubik/transparent_background
...
Add a white background to images displayed in the lightbox
Conflicts:
Changelog.md
2013-09-19 23:27:57 +02:00
Jonne Haß
540d233052
Merge branch 'PallaviTS-fix-commenting' into develop
2013-09-19 23:23:16 +02:00
Florian Staudacher
96f80c8cab
cleanup jasmine tests
...
and added changelog entry for bugfix #4005
2013-09-19 23:22:49 +02:00
PallaviTS
5caa46cc83
fixing commenting
...
Added jamisne tests for comments
Added 2 jasmine tests for fixing commenting
Bugfix: #4005 added changelog entry
2013-09-19 23:22:48 +02:00
flaburgan
126e7bdc9c
Refactor getting_started page, test if facebook is available, fix #4520
2013-09-18 22:06:47 -07:00
Antoine D
48dcea0746
Fix #4078 by refactoring 404.html
...
I moved 404 to the assets to avoid loading font and images from joindiaspora.
#- Can I move the design to a 404-style.css file which will be in the public repository too ?
#- This pull request proposes to insert the two font files and the cat image, do you agree ? Depend of amazon seems really bad for me.
2013-09-18 15:55:46 -07:00
flaburgan
0c8adb2070
Add link to the faq in the right panel
2013-09-18 15:53:04 -07:00
Jonne Haß
5a821efa18
hardcode default(=fallback) language
2013-09-18 22:14:47 +02:00
flaburgan
fcad95109f
Change .timeago color and align notification, fix #4502
2013-09-17 14:50:32 -07:00
Titouan Lorieul
b53c207477
Add a white background to ALL the images in the navigation bar of the lightbox
2013-09-16 18:35:38 +02:00
Titouan Lorieul
1aca1e1e51
Add a white background to the images shown in the navigation bar of the lightbox
2013-09-16 14:18:37 +02:00
Jonne Haß
5598cd803a
Merge pull request #4510 from diaspora/improve_tests2
...
Improve tests2
2013-09-14 14:47:58 -07:00
Jonne Haß
e6adb8a7ad
Merge pull request #4526 from movilla/comment_mobile_test
...
Add mobile test: logged out user mobile
2013-09-14 11:24:17 -07:00
Jonne Haß
e2825e6ba7
Merge pull request #4525 from marekjm/bugfix/issue-4499
...
Fix issue #4499 : changed :width in .item_count to :min-width
2013-09-14 20:23:26 +02:00
Jonne Haß
f76f35c097
Merge branch 'WebSpider-remove_s3_dependency' into develop
2013-09-14 20:17:28 +02:00
Nils Vogels
27c4b01350
Adding media files from Joindiaspora's S3 storage
...
Changing 404 message to no longer use Joindiaspora's media on S3
2013-09-14 20:16:16 +02:00
movilla
7d8f4578a4
add mobile test for comment mobile
2013-09-14 19:38:47 +02:00
Fabian Rodriguez
9d5d0aaf73
remove repeated step and stop using the publisher to create posts when is not necessary
2013-09-14 13:46:41 -03:00
Fabian Rodriguez
f341e1e0e6
remove commented test and fix typo
2013-09-14 13:46:41 -03:00
Fabian Rodriguez
7b65fdf77c
add missing shoulds
2013-09-14 13:46:41 -03:00
Marek Marecki
0b37e9f736
Fix issue #4499 : changed :width in .item_count to :min-width
2013-09-14 09:35:15 +02:00
Titouan Lorieul
8bad0673b3
Add a white background to images shown in the lightbox
...
Fixes issue #4475
2013-09-13 09:47:57 +02:00
Fabian Rodriguez
1dbf9642c8
Merge pull request #4515 from fubik/develop
...
Disables submit button in sign up form after submission to avoid email already exists error
2013-09-12 14:32:55 -07:00
Jonne Haß
f65671b29e
updated 73 locale files [ci skip]
2013-09-12 22:52:23 +02:00
Titouan Lorieul
6bd575d05c
Changelog updated
2013-09-12 08:28:47 +02:00
Titouan Lorieul
26a3f56c22
Disables submit button in sign up form after submission to avoid email already exists error
2013-09-11 20:49:23 +02:00
Jonne Haß
1a8541ff1a
Fix another 500 in the mobile site for signed out browsing
2013-09-10 23:41:29 +02:00
Jonne Haß
72e421b38f
Merge pull request #4480 from Raven24/publisher_backbone
...
Publisher - now with even more Backbone
2013-09-04 16:52:30 +02:00
Jonne Haß
d4e1cebe68
try something to stabilize features/desktop/oembed.feature
2013-09-04 15:57:41 +02:00
Jonne Haß
78b31f5298
fix some typos in the changelog [ci skip]
2013-09-04 14:50:53 +02:00
Jonne Haß
262925cc92
Merge branch 'railsgirls-generator-app-4304-add-ignore-user-icon' into develop
2013-09-04 14:47:59 +02:00
sjain1107
e47e5bd3be
Added success function and modified changelog.md
2013-09-04 14:47:29 +02:00
Florian Staudacher
b2ff1878e3
move ui feedback into success callback
2013-09-04 14:47:28 +02:00
Florian Staudacher
5ff05139a3
fix failing cuke - blocking from profile page
2013-09-04 14:47:28 +02:00
sjain1107
5223a2d906
Adding ignore user icon
...
Adding ignore user icon
Added jquery
Changed profile.js
2013-09-04 14:47:23 +02:00
Florian Staudacher
306890445e
remove obsolete view
2013-09-03 23:18:19 +02:00
Florian Staudacher
41c0880a9d
add jasmine specs for uploader, minor changes
2013-09-03 23:18:19 +02:00
Florian Staudacher
bedfacecfd
fix jasmine tests
2013-09-03 23:18:18 +02:00
Florian Staudacher
4da696253a
implement publisher uploader as backbone view
2013-09-03 23:18:18 +02:00
Florian Staudacher
4090f134f2
port 'getting started' to a backbone view, revert filename changes
2013-09-03 23:18:18 +02:00
Florian Staudacher
9560a8ec61
create actual backbone view for publisher aspect selection
2013-09-03 23:18:18 +02:00
Florian Staudacher
253ab23f5e
publisher: extract services into subview
2013-09-03 23:18:18 +02:00
Jonne Haß
5eb5057864
Merge pull request #4351 from netom/3711_fix_stream_render_time
...
Batch insert new posts to stream
2013-09-01 19:36:07 +02:00
Jonne Haß
fb7de8a4f5
Merge branch 'ssrihari-highlight-current-stream' into develop
2013-09-01 19:33:36 +02:00
Srihari Sriraman
f53aa3e0e5
Highlighting the currently active stream in the leftNavBar
...
- This gives the user the sense of what he/she is currently viewing
- The hover/selected are the same right now. Needs to change.
- Need to find a more meaningful place for `markSelected`
Moved markSelected to app.views.Stream
- Removes duplication
- All streams create this view, and this seems to do some setup on
initializing, which is a good place to markNavSelected
Changing highlight on hover to 'black' instead of the blue
- The blue was a little intruisive
- Also fixes the vertical alignment issue
Changing the background to bluebg on hover
2013-09-01 19:32:01 +02:00
Jonne Haß
991a505439
Merge pull request #4485 from colindean/rename_bitcoin_wallet_id
...
change bitcoin_wallet_id to bitcoin_address
2013-09-01 19:24:44 +02:00
Jonne Haß
99657947a9
Merge pull request #4487 from arlogn/word-wrap-on-single-post-view
...
Prevent overflow of strings too long on single page view
2013-09-01 19:23:07 +02:00
Jonne Haß
58e8df4455
Remove automatic setting of the DB variable from script/server
...
* It's broken for those that would benefit from it (postgres users)
* It's broken in the design: Reading it from the config requires bundle exec ruby, which requires it being set properly
2013-09-01 19:08:44 +02:00
Fábián Tamás László
18c22a5e4c
Batch insert new posts to stream
2013-09-01 10:16:09 +02:00
Colin Dean
a4ce4404ff
change bitcoin_wallet_id to bitcoin_address
...
It is better to call it an address than a wallet ID, because the latter may
confuse Bitcoin users who conflate the two. They are not the same.
Also adds convenience method to handle the deprecated variable.
2013-08-31 20:16:23 -04:00
arlogn
1b295a88e5
Prevent overflow of strings too long on single page view
2013-09-01 01:41:37 +02:00
Jonne Haß
0cdfc7cfbd
Make I18n systems more robust against missing keys in pluralization data
...
Should make situations like #4468 less frequent
2013-08-30 19:31:48 +02:00
Jonne Haß
9d092c1b2f
Merge pull request #4479 from ssrihari/fix-colors-more
...
Refactored the colors palette a little more
2013-08-30 15:23:05 +02:00
Jonne Haß
e38966cec0
Merge branch 'WebSpider-develop' into develop
2013-08-30 14:44:07 +02:00
Nils Vogels
a3f3bcf6ef
Adjusting the description of the 404 message, in order to avoid having
...
to specify why users got a 404, and possibly leaking information while doing this
See discussion in #3717 for rationale on not implementing specific HTTP codes
This solves around #3717 and #3728
Adjusting travis breakage
2013-08-30 14:42:19 +02:00
Srihari Sriraman
5bd5f9198d
Refactored the colors palette a little more
...
- Introduced text-dark-grey = #666666
- Converted text colors #777777 and #555555 to text-dark-grey
- Removed header-grey in favor of text-grey
- Included colors in a couple of files where it was missing
- Categorized the colors in the palette based on the contexts of usage
2013-08-30 17:58:39 +05:30
Jonne Haß
08dcc8c52d
Merge branch 'ssrihari-fix-colors' into develop
2013-08-30 10:37:24 +02:00
Srihari Sriraman
4348fc070d
Add border-dark-grey
...
Substituting -grey for #999
Moving #888 text color to -grey
Adding border-dark-grey
Removing border-dark-grey from places where it isn't appropriate
2013-08-30 10:32:02 +02:00
Jonne Haß
27f671814b
Merge pull request #4471 from svbergerem/fix-size-of-images-in-spv
...
Fix size of images in the SPV
2013-08-29 21:37:10 +02:00
Jonne Haß
770e436ee1
Merge pull request #4472 from svbergerem/fix-mentions-in-preview
...
Fix preview with more than one mention
2013-08-29 11:42:58 -07:00
Steffen van Bergerem
6bc16bcdba
Fix preview with more than one mention
2013-08-29 20:36:49 +02:00
Steffen van Bergerem
642946bd5b
Fix size of images in the SPV
2013-08-29 20:05:12 +02:00
Jonne Haß
d40b09878a
Merge branch 'ssrihari-hide-inactive-streams' into develop
2013-08-29 14:53:24 +02:00
Srihari Sriraman
3131eb920b
Collapsing aspects_list and followed_tags when they aren't active
...
- Each time a stream is rendered, other lists are emtied
- Using Backbone.history.fragment to detect active stream
- hideInactiveStreamLists is best pushed into a before/after filter
Added tests for hideInactiveStreamLists
2013-08-29 14:51:54 +02:00
Jonne Haß
eda65f3258
Merge pull request #4464 from movilla/profile_mobile_500
...
Error 500 when visit probile mobile and logged out. Fix #4458
2013-08-29 05:19:18 -07:00
movilla
2b97f74015
error 500 when visit probile mobile and logged out. Fix #4458
2013-08-29 12:18:53 +02:00
Jonne Haß
26e13c5edf
Merge branch 'ssrihari-disable-mark-all-read' into develop
2013-08-29 12:13:32 +02:00
Srihari Sriraman
0bcc62f07f
Disable 'Mark all as read' for notifications when everything is read
...
- This action needn't be performed when all notifications are read,
hence disabling it is a good practice
- Added a link-disabled-color
- Used css pointer-events to disable clicking on the link
Preventing default on click for the mark_all_read_link
- avoiding the use of pointer-events
- setting up disabled only for mark_all_read_link
Moved disabling of the link to a global handler
- Added disabled class to the button in /notifications when all are read
- Styled the disabled button
- Adding disabled class after completion of ajaxRequest
2013-08-29 12:12:26 +02:00
Jonne Haß
da23efa433
bump redis-namespace even though the security issue does not affect us
...
The issue only shows if you have a send :exec, user_input in your
codebase, neither we nor Sidekiq does that.
See https://github.com/resque/redis-namespace/issues/64 and
https://github.com/resque/redis-namespace/issues/65#issuecomment-22120560
2013-08-28 23:50:21 +02:00
Jonne Haß
e194a07f18
Merge branch 'develop' of github.com:diaspora/diaspora into develop
...
Conflicts:
Changelog.md
2013-08-28 20:43:01 +02:00
Jonne Haß
e24e024f5f
Merge branch 'ssrihari-click-to-select-invite-link' into develop
2013-08-28 20:41:33 +02:00
Srihari Sriraman
cbaaf86bae
Single click selects the invite link
...
- Earlier, triple-clicking or drag & select had to be performed to select
- Should consider a copy button
Moving away from the inline onClick handler
It didn't feel right to be writing js in a helper.
Refactoring setupInviteLinks into a sidebar Backbone View
2013-08-28 20:40:28 +02:00
Jonne Haß
7e3373a9a3
Merge pull request #4451 from svbergerem/patch-1
...
Fix style in profile sidebar / contacts
2013-08-28 04:46:57 -07:00
svbergerem
fa7a03e9a7
Fix style in profile sidebar / contacts
2013-08-28 13:07:01 +02:00
Jonne Haß
ec97c2e760
Merge branch 'ssrihari-color-palette' into develop
2013-08-28 10:25:46 +02:00
Srihari Sriraman
a6dc845f59
First stab at extracting a color palette
...
- Pulled out the existing palette in _mixins
- Took a stab at naming greys after their usage count in contexts
- Replaced #a40802 with #a80000, since they are very close and $red was already in the palette
Missed importing 'colors' in a couple of places
Removing a redefined in favor of in colors.css.scss
Fixing missed imports #2
Renamed $background to $background-white
Explicitly calling out the color of the background, since we have many
background colors
2013-08-28 10:25:04 +02:00
Jonne Haß
b51f48dc88
Travis RVM doesn't know it yet
...
Revert "bump recommended rubygems version"
This reverts commit e9526ee93f .
2013-08-28 01:37:43 +02:00
Jonne Haß
e9526ee93f
bump recommended rubygems version
2013-08-27 23:01:51 +02:00
Florian Staudacher
ba9e715c66
Merge branch '4239-move-federation-stuff-into-lib' of github.com:oliverbarnes/diaspora into oliverbarnes-4239-move-federation-stuff-into-lib
2013-08-27 22:05:27 +02:00
Jonne Haß
18a7210250
Merge branch 'develop' of github.com:diaspora/diaspora into develop
2013-08-27 21:59:49 +02:00
Jonne Haß
17580c123d
Merge pull request #4353 from netom/oembed_to_mobile_view
...
Added oembed display to mobile stream view
Conflicts:
app/views/status_messages/_status_message.mobile.haml
2013-08-27 21:59:00 +02:00
Jonne Haß
472a294bb8
Merge pull request #4393 from diaspora/improve_tests
...
Improve tests
2013-08-27 12:52:48 -07:00
Jonne Haß
c94ca826b2
Merge pull request #4448 from ssrihari/fix-invite-code-input-width
...
Fixing Invite code input width to be same across browsers
2013-08-27 21:48:29 +02:00
Jonne Haß
f86ecdb327
Merge pull request #4441 from ssrihari/user-menu-highlight
...
Hightlighting the down-arrow next to user name on hover
2013-08-27 21:46:56 +02:00
Srihari Sriraman
623d517e89
Hightlighting the down-arrow next to user name on hover
...
- the right-arrow wasn't highlighted on hover, which was
inconsistent with the other header items
- changed the user-menu items highlight color from #fff to #fafafa, which is
consistent across the header
- refactored the css to reduce specificity
- refactored css to use nesting in class names instead of nesting in
scss (as advocated by http://smacss.com ) to reduce specificity and
to enhance readability
2013-08-28 00:13:24 +05:30
Fabian Rodriguez
261ac786c1
avoid use :visible option in capybara finders
2013-08-27 10:59:44 -03:00
Fabian Rodriguez
e9af8d55af
reorganize cukes into desktop and mobile folders
2013-08-27 10:59:44 -03:00
Fabian Rodriguez
cdfdf37a17
use #hover instead of execute_script hacks
2013-08-27 10:59:44 -03:00
Fabian Rodriguez
d489dfc8e3
remove unused steps
2013-08-27 10:59:43 -03:00
Fabian Rodriguez
c69853e0cf
replace asserts with rspec equivalents
2013-08-27 10:59:43 -03:00
Jonne Haß
625159c8ad
start new development cycle
2013-08-27 09:59:46 +02:00
Jonne Haß
eaedba11a3
Merge branch 'release/0.2.0.0' into develop
2013-08-27 09:58:09 +02:00
Jonne Haß
5d7d295067
Merge branch 'release/0.2.0.0'
2013-08-27 09:57:59 +02:00
Jonne Haß
2919c7c73f
bump to 0.2.0.0
2013-08-27 09:57:46 +02:00
Jonne Haß
38f01b9cd5
remove extra is in help section [ci skip]
2013-08-27 09:42:34 +02:00
Srihari Sriraman
5b41539985
Fixing Invite code input width to be same across browsers
...
- It was wide on firefox and narrow on chrome
- This fits it within the parent's padding on all browsers
2013-08-27 11:51:15 +05:30
Jonne Haß
c5c20926bf
Merge pull request #4443 from Flaburgan/fix-check-icon-aspect-dropdown
...
Re align check icon in aspect dropdown
2013-08-26 12:27:01 -07:00
flaburgan
3899e383ee
Re align check icon in aspect dropdown
2013-08-26 21:24:02 +02:00
Jonne Haß
5f518fec0d
Merge pull request #4405 from svbergerem/feature/add-help-page
...
add help page
2013-08-26 07:03:10 -07:00
Steffen van Bergerem
324b09a72a
add help page
2013-08-26 15:26:18 +02:00
Jonne Haß
748b38434f
update plural rules and make bosnian available
2013-08-26 13:16:51 +02:00
Jonne Haß
5238004eff
updated 58 locale files [ci skip]
2013-08-26 11:06:29 +02:00
Jonne Haß
1067d6a731
fix link to the tutorials in the sidebar [ci skip]
2013-08-26 10:54:27 +02:00
Jonne Haß
f9a3990562
do not leak photos through photos#show
2013-08-26 09:39:39 +02:00
Jonne Haß
e58019fe8e
Merge pull request #4440 from Flaburgan/fix-contacts-page
...
Add aspect modification and fix check icon regression on contacts page, close #4397
2013-08-25 15:46:11 -07:00
Jonne Haß
20adeae204
add gem updates to changelog [ci skip]
2013-08-25 23:05:44 +02:00
flaburgan
96e18c6a7b
Add aspect modification and fix check icon regression on contacts page, close #4397
2013-08-25 21:42:32 +02:00
Fabian Rodriguez
f0c6f8b4a8
Merge pull request #4434 from MrZYX/links_and_branding
...
Links and branding
2013-08-25 12:24:57 -07:00
Fabian Rodriguez
4177e40140
Merge pull request #4438 from MrZYX/spv_paragraph_spacing
...
add consistent spacing to paragraphs in the SPV
2013-08-25 10:23:34 -07:00
Jonne Haß
348a7b6c5b
update branding
2013-08-25 18:21:14 +02:00
Jonne Haß
0d1bf85931
drop outdated hints from right sections
2013-08-25 18:21:14 +02:00
Jonne Haß
2124dba3e8
update header and footer links
2013-08-25 18:21:14 +02:00
Jonne Haß
a07950b04a
add consistent spacing to paragraphs in the SPV
2013-08-25 18:10:30 +02:00
Jonne Haß
2d18184653
Merge branch 'ssrihari-header_icons_hover' into develop
2013-08-25 11:51:41 +02:00
Srihari Sriraman
e8b00458d3
Adding hover icoons for notifications & conversations
...
Added white versions of the icons on hover to match the hover of other
header items.
Changing the notifications hover icon to the regular notifications icon when active so
it is visible with the white background.
Fixing the hard coded background-position value for notifications_grey
Can not depend on generated sprite background position as it will change
with changes in icons
Moving the $icons variable to a broader scope
Since the variable is used in the header, the sprites now are imported
before the header
Using the default sprite map instead of the explicitly created sprite map
2013-08-25 11:49:34 +02:00
Jonne Haß
51a553a811
Merge pull request #4430 from svbergerem/add-no-comments-message-to-spv
...
Add 'no comments' message to SPV
2013-08-23 02:04:40 -07:00
Steffen van Bergerem
0cf50838e1
Add 'no comments' message to SPV
2013-08-23 01:36:58 +02:00
Jonne Haß
d891bcb6e4
Merge pull request #4428 from svbergerem/4421-display-photos-inline
...
Fix photos in spv and always show visibility of post
2013-08-22 11:35:31 -07:00
Steffen van Bergerem
6c2267b9ac
fix photos in spv and always show visibility of post
2013-08-22 19:06:06 +02:00
Florian Staudacher
5e177bf052
Merge pull request #4427 from MrZYX/spv_comments_order
...
spv comments order
2013-08-22 10:04:54 -07:00
Jonne Haß
75d3b1598f
make sure comments are sorted in ascending order from oldest to newest in the SPV
2013-08-22 16:21:51 +02:00
Jonne Haß
1b7bc02eee
Merge pull request #4410 from rogerbraun/feature/spv-redesign
...
New single post view
Conflicts:
app/assets/stylesheets/application.css.sass
2013-08-22 10:37:25 +02:00
Steffen van Bergerem
96436c5ca6
fix notification dropdown
2013-08-22 09:56:36 +02:00
Steffen van Bergerem
f337e4e9a0
add link to person and small fixes
2013-08-22 09:56:36 +02:00
Steffen van Bergerem
532ec72bcf
comment button style
2013-08-22 09:56:36 +02:00
Jonne Haß
796b6a805b
make sure flash messages are not hidden behind the header in the new SPV
2013-08-22 09:56:36 +02:00
Jonne Haß
0012a82f48
add the footer to the SPV
2013-08-22 09:56:36 +02:00
Roger Braun
039cf4dea1
Fix changelog.md
2013-08-22 09:56:36 +02:00
Steffen van Bergerem
a354745283
fix reshare button when already reshared
2013-08-22 09:56:36 +02:00
Steffen van Bergerem
0de0d8855c
fix weird bug with comment_box focus
2013-08-22 09:56:36 +02:00
Roger Braun
328fb7113f
Staying consistent
2013-08-22 09:56:36 +02:00
Jonne Haß
f0b68ff6d1
restyle informational section in the new SPV
2013-08-22 09:56:36 +02:00
Roger Braun
7c46a74582
Fix login page background.
2013-08-22 09:56:36 +02:00
Roger Braun
ee98cc2bab
sass -> scss
2013-08-22 09:56:36 +02:00
Steffen van Bergerem
51ee8b4e93
control icons just visible on hover
2013-08-22 09:56:36 +02:00
Jonne Haß
f9cb662ff7
enable tooltips in the new SPV
2013-08-22 09:56:36 +02:00
Steffen van Bergerem
e036525e8d
Add hover for single-post-actions and fix comment deletion links
2013-08-22 09:56:36 +02:00
Jonne Haß
ee960ae9fd
polish SPV a bit
...
* Move lock icon to the timestamp
* Add spacing around the interation icons
* Increased size of the interaction icons
* Pulled root post author next to reshare author
2013-08-22 09:56:36 +02:00
Roger Braun
059521b0aa
Actually scroll to the comment box.
2013-08-22 09:56:36 +02:00
Roger Braun
867efeb80f
Add comment focus button.
2013-08-22 09:56:35 +02:00
Roger Braun
9996cbaf15
Add divider between action buttons and content.
2013-08-22 09:56:35 +02:00
Roger Braun
c356e33f63
Fix text decoration for action buttons.
2013-08-22 09:56:35 +02:00
Roger Braun
690e47c946
Don't collapse comment content in the SPV.
2013-08-22 09:56:35 +02:00
Roger Braun
c6e2a91359
Deactivate content collapsing for SPV.
2013-08-22 09:56:35 +02:00
Jonne Haß
96149cfe23
Precompile the assets for jasmine too
2013-08-22 09:56:35 +02:00
Roger Braun
44ee6b4892
User entypo font for large icons..
2013-08-22 09:56:35 +02:00
Roger Braun
a875ce7011
Fix typo.
2013-08-22 09:56:35 +02:00
Roger Braun
5bed6d8cf7
Implement a way to deactivate hovercards.
2013-08-22 09:56:35 +02:00
Roger Braun
79a849ad97
Revert "Import mixins."
...
This reverts commit 1d6802bec43223606e1387d037658eb194c478fb.
2013-08-22 09:56:35 +02:00
Roger Braun
c911248340
Import mixins.
2013-08-22 09:56:35 +02:00
Jonne Haß
fa7b756d4d
improve new SPV
...
* Hopefully fix OEmbed view
* Fix OpenGraph view
* Fix middle border
* Add spacing at the bottom
* Fix comment styles by not including old SPV styles for them (TODO: maybe rescue some stuff there, like the code tag styling)
* Fix avatar size for default avatar
* Remove border below comment pane
* Fix overflow of post body with a lot of text
* Fix stylesheet inclusion
2013-08-22 09:56:35 +02:00
Roger Braun
b8fb70d44e
Visual changes to the spv.
2013-08-22 09:56:35 +02:00
Roger Braun
d7aaaea86e
Fix specs for new single post view.
2013-08-22 09:56:35 +02:00
Roger Braun
8c695ecec2
Switch to new single post view.
2013-08-22 09:56:35 +02:00
Roger Braun
72f8d58c06
Questionable css for the new single post view.
2013-08-22 09:56:35 +02:00
Roger Braun
958793e338
Implement new single post view.
2013-08-22 09:56:34 +02:00
Roger Braun
46d2240ed4
Add hacky bootstrap header fix for single post view.
2013-08-22 09:56:34 +02:00
flaburgan
149c812d03
add missing sprite file
2013-08-22 09:56:34 +02:00
flaburgan
10e52f970c
improve design
2013-08-22 09:56:34 +02:00
flaburgan
d63dc9f0a5
Add images, fix layout rendering
2013-08-22 09:56:34 +02:00
flaburgan
abba8d8dfc
Add header to the single post view
2013-08-22 09:56:34 +02:00
Jonne Haß
a365d29896
Merge pull request #4374 from svbergerem/profile-message-and-mention-icons
...
Tidy up profile sidebar
2013-08-21 15:02:20 -07:00
Steffen van Bergerem
7fe972555a
profile message and mention icons
2013-08-21 23:05:42 +02:00
Jonne Haß
6987bacaa3
Merge pull request #4356 from Flaburgan/valid-meta-elements
...
Valid meta elements, add pod personalization
2013-08-21 02:29:20 -07:00
flaburgan
ba886d127a
Valid meta elements, add pod personalization
2013-08-21 10:30:20 +02:00
Jonne Haß
554d0a93d0
Do not leak photos in the profile sidebar
2013-08-20 20:56:37 +02:00
Jonne Haß
a9e9961761
Merge pull request #4414 from svbergerem/always-show-control-icons
...
Fix opacity of control icons
2013-08-20 12:28:30 +02:00
Steffen van Bergerem
e5e63b09a3
fix opacity of control icons
2013-08-20 12:20:24 +02:00
Jonne Haß
9793827f20
fix features/profile_photos.feature:17 I broke
2013-08-19 15:47:41 +02:00
Jonne Haß
da4bac0092
Merge pull request #4413 from svbergerem/unify-profile-sidebar
...
Unify profile sidebar
2013-08-19 06:34:22 -07:00
Steffen van Bergerem
d73da263d9
Unify profile sidebar
2013-08-19 14:57:42 +02:00
Jonne Haß
eea3818c45
streamline new profile sidebar elements
...
* titlecase "Photos"
* Pull "See all" to the left (to match up with "View all")
* Replace "See all" with "View all"
2013-08-19 14:26:14 +02:00
Jonne Haß
50e71422a0
Merge pull request #4360 from svbergerem/change-contact-list-on-profile
...
Change contact list on profile page
2013-08-19 05:14:14 -07:00
Steffen van Bergerem
f22b4d7da7
Change contact list on profile page
2013-08-19 14:02:08 +02:00
Jonne Haß
c0b86dcf99
Merge pull request #4369 from Team-D/feature/4347-add_photo_link_to_leftsidebar
...
Feature/4347 add photo link to leftsidebar
2013-08-19 04:46:31 -07:00
mokus
babcc1e66b
update profile_photo test and selenium version to make tests pass on firefox 23
2013-08-19 12:49:39 +02:00
carolina
f3817b996e
Modify photos unless condition and loop through thumbnails and test
2013-08-19 12:49:39 +02:00
carolina
fd05d30f20
Add tests for photo link in profile side bar
2013-08-19 12:49:39 +02:00
mokus
8df8855ac0
remove the limit 3 for @photos in photo controller
2013-08-19 12:49:38 +02:00
mokus
44d76fc6da
rename contact_count to item_count
2013-08-19 12:49:38 +02:00
carolina
d7e6ec8a4c
Add photo count
2013-08-19 12:49:38 +02:00
carolina
a7bfc542e1
Add view_all link below photo thumbnails
2013-08-19 12:49:38 +02:00
carolina
d107e7d11d
Changelog.md changed
2013-08-19 12:49:38 +02:00
carolina
9a5691c46a
Add to leftsidebar link to photos index + thumbnails from last 3 photos
2013-08-19 12:39:51 +02:00
Jonne Haß
caae0d6af6
Merge pull request #4358 from arlogn/2943-fix-embedded-media-over-elements
...
Fix the overlapping of youtube embedded videos
2013-08-19 09:23:42 +02:00
Jonne Haß
a1f4c4b1d0
wild shot at stabilizing features/aspect_navigation.feature:18 by making sure all aspects are deselected after deselecting all aspects
2013-08-18 12:05:05 +02:00
Jonne Haß
684067be4f
Merge pull request #4409 from movilla/remove_comments
...
Remove comments from the mobile site. Close #4225
2013-08-16 15:21:35 -07:00
Dennis Schubert
051cceaf34
Merge pull request #4371 from MrZYX/bump_devise
...
Update devise
2013-08-16 14:13:13 -07:00
movilla
d1c679cc22
remove comments from the mobile site. Close #4225
2013-08-16 22:14:52 +02:00
Jonne Haß
22db89a361
Merge pull request #4408 from movilla/reremove_post
...
Remove post from the mobile site
2013-08-16 12:21:31 -07:00
movilla
73825ab94a
Remove post from the mobile site
2013-08-16 20:44:22 +02:00
Jonne Haß
3b06184d72
Merge pull request #4398 from movilla/deleted_reshared_mobile
...
Mobile Error 500 if a reshared (original) post will be deleted.
Conflicts:
Changelog.md
2013-08-16 14:08:53 +02:00
Jonne Haß
30778ffbd0
Merge pull request #4407 from rogerbraun/feature/spv-photo-background-removal
...
SPV photo background removal,
2013-08-16 14:07:43 +02:00
movilla
795a7a5751
mobile error 500 if a reshared (original) post will be deleted.
2013-08-16 12:07:14 +02:00
Roger Braun
e9977af7b1
Fix specs for TemplatePicker
2013-08-16 11:08:22 +02:00
Roger Braun
ec9c8d7dae
Remove photo backdrop in single post view.
2013-08-16 10:46:15 +02:00
Fabian Rodriguez
3e15835386
Merge pull request #4341 from MrZYX/readme_rewrite
...
Proposal: new readme
2013-08-15 19:12:41 -07:00
Oliver Azevedo Barnes
8ee26f43e5
Remove commented requires
2013-08-14 15:08:47 -05:00
Jonne Haß
2207069b86
Merge pull request #4396 from movilla/registration_mobile_width
...
Fix layout on the registration page for mobile
Conflicts:
Changelog.md
2013-08-14 21:28:17 +02:00
Jonne Haß
e5bf54f2d0
Merge pull request #4385 from Flaburgan/change-default-value-profile
...
Remove placeholders for name fields in settings (no more Sofaer)
2013-08-14 12:24:26 -07:00
movilla
77c4731157
fix layout on the registration page for mobile
2013-08-14 13:52:52 +02:00
Oliver Azevedo Barnes
6b039fe9f6
Checkout schema from develop
2013-08-13 18:42:58 -05:00
Oliver Azevedo Barnes
c5a1078f45
Moved account_deleter as well, same tests break
2013-08-13 18:37:51 -05:00
Oliver Azevedo Barnes
7214dc184d
Remove namespacing from federation libs recently migrated from app/models/
2013-08-13 18:23:05 -05:00
flaburgan
485c0dae7f
Remove placeholders for name fields in settings (no more Sofaer)
2013-08-13 19:03:16 +02:00
Jonne Haß
420561c502
Merge pull request #4383 from oliverbarnes/4361-breaks-facebook-posting
...
Rewrite twitter access-level check - fixes #4361
2013-08-12 15:05:18 -07:00
Oliver Azevedo Barnes
4b516603f7
Fix #4361 twitter access level check breaking facebook addition to user
...
Rewrite twitter access-level check
Fixed tests, still working on getting facebook up
Add heroku example to diaspora.example.yml
2013-08-12 13:17:18 -05:00
Oliver Azevedo Barnes
1c9d65e94c
WIP refactor namespacing for federation libs, into Diaspora::Federated
2013-08-12 13:10:38 -05:00
Oliver Azevedo Barnes
5564644306
WIP
2013-08-12 13:10:38 -05:00
Oliver Azevedo Barnes
689abfb49c
Move non-model federation stuff into lib/
2013-08-12 13:10:38 -05:00
Jonne Haß
9c8dfb38ab
Merge pull request #4392 from movilla/search_mobile
...
Fix mobile search tags
2013-08-12 07:55:00 -07:00
movilla
152c08963a
fix mobile search tags
2013-08-12 16:01:26 +02:00
Sean Tilley
a5d7340129
Merge pull request #4388 from MrZYX/4378-reenable_getting_started
...
whitelist getting_started as a user settable attribute
2013-08-12 01:22:51 -07:00
Jonne Haß
ed7281d730
Merge branch 'refatoring-header' into develop
2013-08-11 23:30:37 +02:00
flaburgan
96337ef7d4
Fix regression in header style
2013-08-11 23:23:15 +02:00
Jonne Haß
2ca4cdec1b
Merge pull request #4389 from Flaburgan/refatoring-header
...
Extract and factorize the header css in a new file
2013-08-11 12:14:01 -07:00
flaburgan
820fa4e9b2
Extract and factorize the header css in a new file, fix ugly registration header design
2013-08-11 20:18:40 +02:00
Jonne Haß
14c78da6cd
whitelist getting_started as a user settable attribute, fixes #4378
2013-08-11 16:52:54 +02:00
Jonne Haß
041f7b7402
Merge branch 'max258-develop' into develop
2013-08-11 15:34:07 +02:00
Bender Bending Rodríguez
7086055f4e
Bitcoin donations
2013-08-11 15:31:05 +02:00
Jonne Haß
45e4817a58
expect the ajax request updating the profile name in features/signs_up.feature
2013-08-11 11:20:29 +02:00
Jonne Haß
bf9996b25d
lets see if page.should have_no_css actually waits for the element to disappear
2013-08-11 10:06:42 +02:00
Jonne Haß
f4169d7f30
Merge pull request #4384 from andrewcsmith/bug/4211-twitter-should-not-cut-links
...
Fixed problem where the add_post_link method would truncate the status update in the middle of a link
2013-08-11 00:25:12 +02:00
Sean Tilley
e7ea763ab5
Merge pull request #4373 from Flaburgan/patch-4
...
Make contacts visible in new aspect unchecked by default, close #4343
2013-08-10 15:00:16 -07:00
Andrew Smith
65a14ccc2c
Fixed problem where the add_post_link method would truncate the status update in the middle of a link. This led to sending Twitter broken links.
...
Refactored :extract_truncated_link method
Removed complicated while loop in avoiding cutting off links, using refactoring from MrZYX
2013-08-10 14:40:53 -07:00
Jonne Haß
9d157670a4
Merge pull request #4386 from Faldrian/develop
...
Fixed global search field, will search when a dropdown item is clicked
2013-08-10 14:03:39 -07:00
Jonne Haß
948939cd30
Merge pull request #4381 from goobertron/4380-facebook-count
...
Updated Facebook character limit.
2013-08-10 21:40:44 +02:00
Jonne Haß
4354e9497a
Merge pull request #4376 from Flaburgan/fix-mobile-view
...
fix mobile view
2013-08-10 12:39:09 -07:00
Faldrian
cc71ce4a2c
Fixed global search field, will search when a dropdown item is clicked
2013-08-10 19:59:05 +02:00
Jonne Haß
9b92d6a10a
bump devise to 3.0.2
2013-08-10 15:42:06 +02:00
Jonne Haß
cbfcea7198
Merge pull request #4379 from Flaburgan/fix-welcome-banner
...
Remove overflow hidden on welcome banner, close #4377
2013-08-10 12:02:58 +02:00
Sean Tilley
7eb4707606
Merge pull request #4382 from goobertron/develop
...
Update javascript.en_1337.yml
2013-08-10 00:41:26 -07:00
goobertron
00a63d381a
Update javascript.en_1337.yml
...
Corrected a couple of spelling mistakes (don't ask me what I was doing looking in the 1337 file...!)
2013-08-10 00:45:59 +01:00
goobertron
8bffdb873a
Updated Facebook character limit.
2013-08-10 00:18:49 +01:00
flaburgan
895a7c79a3
Remove overflow hidden on welcome banner, close #4377
2013-08-10 00:07:02 +02:00
flaburgan
2e36fd6c67
fix mobile view
2013-08-09 23:12:14 +02:00
Antoine D
ef24275f7c
Make contacts visible in new aspect unchecked by default, close #4343
2013-08-09 22:13:40 +02:00
Jonne Haß
769bc5ce90
update devise to 2.2.4
2013-08-08 15:40:46 +02:00
Jonne Haß
ff4a66ca5c
Merge pull request #4366 from oliverbarnes/4361-breaks-facebook-posting
...
Fix #4361 twitter access level check breaking facebook addition to user
2013-08-08 01:12:03 -07:00
Jonne Haß
884cead57e
bump selenium-webdriver, closes #4367
2013-08-08 09:53:09 +02:00
Oliver Azevedo Barnes
452301b34d
Fix #4361 twitter access level check breaking facebook addition to user
2013-08-07 18:59:49 -05:00
Jonne Haß
af2f0dd10e
bump safe_yaml
2013-08-07 09:29:47 +02:00
Jonne Haß
54311cb226
Merge pull request #4359 from goobertron/4357-locator-typo
...
Correct grammar error in Locator feature - fix 4357
2013-08-07 00:23:42 -07:00
Jonne Haß
a2e5f1f88e
Merge pull request #4335 from Team-D/feature/4169-tag_search_autocomplete
...
#4169 tag search autocomplete
2013-08-06 13:29:12 -07:00
Jonne Haß
a267f2a4db
Merge pull request #4354 from Flaburgan/improve-mobile-view
...
Improve mobile usability
Conflicts:
Changelog.md
2013-08-06 21:31:55 +02:00
Jonne Haß
efbd3c8605
Merge pull request #4344 from oliverbarnes/4124-check-twitter-write-access-before-auth
...
Issue #4124 Check write access before authorizing Twitter
2013-08-06 21:21:56 +02:00
Jonne Haß
a67e2dc1cd
Merge pull request #4348 from svbergerem/4346-post-preview-auto-expand
...
auto expand post preview
Conflicts:
Changelog.md
2013-08-06 21:17:35 +02:00
goobertron
005e12c3f7
My first attempt at a commit. Simply correcting a grammatical error in the Locator feature - 'Near from' becomes 'Posted from'.
...
I hope I have done this correctly. Please forgive me if not.
2013-08-06 20:13:48 +01:00
Jonne Haß
1ab14ef368
Merge pull request #4337 from oliverbarnes/4312-index-key-too-long
...
Limit index key length when creating oembed caches
Conflicts:
db/schema.rb
2013-08-06 20:52:37 +02:00
Steffen van Bergerem
8a8fb10b18
auto expand post preview
2013-08-06 20:48:27 +02:00
Jonne Haß
1639ae2b31
Merge pull request #4316 from Flaburgan/feature/4271-refactor-left-side-bar
...
Feature/4271 refactor left side bar
2013-08-06 11:45:15 -07:00
arlogn
81ebd05d6a
Fix the overlapping of youtube embedded videos
2013-08-06 20:34:46 +02:00
Jonne Haß
572472ee4b
Merge pull request #4355 from Flaburgan/resize-preview-button
...
Resize preview button
2013-08-06 11:26:19 -07:00
flaburgan
aa27b7a1f5
Resize preview button
2013-08-06 18:40:20 +02:00
flaburgan
ac533f8383
Refactor the left bar side menu, improve tag autosuggestion design, close #4271
2013-08-06 18:30:24 +02:00
flaburgan
086d512d83
Improve mobile usability
2013-08-06 17:05:35 +02:00
Fábián Tamás László
32d86254b5
Added oembed display to mobile stream view
2013-08-06 07:02:04 +02:00
Oliver Azevedo Barnes
55a58713a5
Issue #4124 Check write access before authorizing Twitter
2013-08-05 13:52:19 -05:00
Oliver Azevedo Barnes
2fc5a78c50
Add schema changes to migration fix
2013-08-05 13:41:59 -05:00
Jonne Haß
9ec9ae0c6c
Merge pull request #4349 from arlogn/webkit-cursor-pointer-on-input-file-button
...
Cursor pointer on upload-photos button in webkit browsers
2013-08-05 20:35:13 +02:00
Jonne Haß
c67a2deb7c
Merge pull request #4350 from andrewcsmith/bug/bump-oauth-wordpress-version
...
Bumped omniauth-wordpress gem to 0.2.0 for compatability
2013-08-05 09:35:55 -07:00
Andrew Smith
ffca9776d5
Bumped oauth-wordpress gem to 0.2.0 for compatability
2013-08-05 08:21:27 -07:00
arlogn
0cccd87259
Cursor pointer on upload-photos button in webkit browsers
2013-08-05 15:07:11 +02:00
mokus
df9a42c397
update search controller + serch.js so that autocomplete works
...
Added search_controller_spec, moved some tests from people_controller_spec to search_controller_spec
Fixed merged conflict in Changelog
update routes and search controller
remove useless except from search controller
Fix indentation in search_controller
2013-08-05 11:49:23 +02:00
Jonne Haß
6689f20710
Merge pull request #4321 from andrewcsmith/feature/4100-add-support-for-posting-to-wordpress-as-a-service
...
Feature/4100 add support for posting to wordpress as a service
Conflicts:
Gemfile.lock
2013-08-04 17:15:39 +02:00
Jonne Haß
274faebdd1
another attempt at stabilizing features/signs_up.feature
2013-08-04 17:01:12 +02:00
Andrew Smith
2bb6bc8eef
Added Wordpress service functionality,
...
for cross-posting to OAuth-enabled Wordpress.com or Jetpack-enabled Wordpress.org blogs.
Added model for Wordpress service
Added very very basic Wordpress cross-posting functionality.
Added markdown support to post body
Fixed Wordpress::MAX_CHARACTERS problem
cleanup
Added default settings for Wordpress OAuth
Added default settings for Wordpress OAuth
Added Wordpress to configured services spec.
changelog changes
2013-08-04 07:46:56 -07:00
Fábián Tamás László
ba3d60b00f
Only parse opengraph if oembed is not available
2013-08-04 15:55:09 +02:00
Fábián Tamás László
54b166bde9
Opengraph to mobile view
2013-08-04 15:47:10 +02:00
Fábián Tamás László
0a4b58ac12
rspec test for GatherOpenGraphData worker
...
Added rspec test for og in status_message model
Added rspec test for og_html helper
Improved tests for opengraph embedding
2013-08-04 15:47:09 +02:00
Fábián Tamás László
43363c13e5
Code style fixes, removed unneeded rescue
2013-08-04 15:47:07 +02:00
Tamas Laszlo Fabian
3cead93dbc
Load og data faster (after_save -> after_commit)
2013-08-04 15:46:44 +02:00
Fábián Tamás László
1a3ead3619
Og info appears only if oembed isn't available
2013-08-04 15:46:42 +02:00
Tamas Laszlo Fabian
22c644c2ae
Replaced opengraph with opengraph_parser
...
Code style fixes
2013-08-04 15:44:58 +02:00
Fábián Tamás László
6e4c1fe3c6
Improved opengraph data display
...
Style fixup
2013-08-04 15:44:56 +02:00
Fábián Tamás László
c3a76fa886
Added opengraph content to mood page
2013-08-04 15:42:33 +02:00
Fábián Tamás László
176c6826e0
opengraph POC
...
Fixed small-frame opengraph view
Fixed incompletely saved OpenGraphCache bug
2013-08-04 15:42:29 +02:00
Jonne Haß
38d3a342d0
rewrite readme [ci skip]
2013-08-03 19:32:13 +02:00
Jonne Haß
9d6ac1abe5
Merge pull request #4331 from meitar/tumblr-delete-deleted
...
Tumblr posts should be deleted when users delete their originating Diaspora post.
2013-08-03 14:41:57 +02:00
Meitar Moscovitz
7d40fd1add
Delete cross-posted Tumblr posts when user deletes their Diaspora post.
2013-08-03 04:23:22 -04:00
Jonne Haß
c7eed23c61
Merge pull request #4223 from svbergerem/3229-change-src-on-closing-lightbox
...
Change image to ajax-loader when closing lightbox
2013-08-02 06:26:49 -07:00
Steffen van Bergerem
f810e39f52
Change image to ajax-loader when closing lightbox
2013-08-02 14:46:15 +02:00
Jonne Haß
2e9de37594
add changelog entry for strong parameters [ci skip]
2013-08-02 11:51:43 +02:00
Jonne Haß
2055a0aef8
Merge branch 'jflemingprod-feature/4143-port_to_strong_parameters' into develop
2013-08-02 11:44:55 +02:00
James Fleming
9ca9a6f310
Remove duplicates and bad code habits.
...
Remove some blank line.
Do not chain bang methods.
2013-08-02 11:39:24 +02:00
James Fleming
66a07bd938
Remove attributes protection.
...
Use a blacklist approach instead of a blacklist approach in Profile#receive.
Remove attr_accessible from models and make specs pass.
2013-08-02 11:39:06 +02:00
James Fleming
e8db2804cb
Fix ProfilesController#update spec for tags.
2013-08-02 11:39:06 +02:00
James Fleming
94e9fc5ac4
Use strong params in profiles_controller
2013-08-02 11:39:06 +02:00
James Fleming
d6ba6d1b02
Use strong params in photos_controller
...
Add specs to check mass-assignment gotchas in PhotosController.
2013-08-02 11:39:05 +02:00
mokus
3ba63197e8
Fixes failing tests by changing user model
2013-08-02 11:39:05 +02:00
carolina
143a970e61
Added strong_parameters gem to Gemfile and created an initializer in config
2013-08-02 11:39:05 +02:00
James Fleming
0e26a496b8
Strong parameters for User
...
Fetch user params instead of require.
2013-08-02 11:39:04 +02:00
James Fleming
686d3baaad
Strong parameters for InvitationsController.
...
Make InvitationsController#create spec pass
2013-08-02 11:39:01 +02:00
James Fleming
b86b409f7d
Strong parameters for Conversation
2013-08-02 11:39:01 +02:00
James Fleming
509a407286
Strong parameters for Block
2013-08-02 11:39:01 +02:00
James Fleming
a0a9f01be1
Remove tests for strong parameters
...
Remove a duplicated test.
2013-08-02 11:38:56 +02:00
James Fleming
938de466f8
Strong parameters for Aspect
2013-08-02 10:09:04 +02:00
James Fleming
2a57f4851a
Install strong_parameters
2013-08-02 10:09:04 +02:00
Jonne Haß
1c6ed356cb
Merge pull request #4295 from diaspora/update_gems
...
Update gems
2013-08-01 15:04:32 -07:00
Jonne Haß
a5b654de60
bump coffee-script-source
2013-08-01 23:20:07 +02:00
Jonne Haß
dd9e563322
bump sinon-rails
2013-08-01 23:20:07 +02:00
Jonne Haß
5119759bcf
bump uglifier
2013-08-01 23:20:07 +02:00
Jonne Haß
607a2e4eca
bump temple
2013-08-01 23:20:07 +02:00
Jonne Haß
f8cb203c87
bump database_cleaner
2013-08-01 23:20:07 +02:00
Jonne Haß
db8b137899
bump warden
2013-08-01 22:21:50 +02:00
Jonne Haß
cc5addf7e2
bump sass
2013-08-01 22:21:50 +02:00
Jonne Haß
af749b2a72
bump redcarpet
2013-08-01 22:21:50 +02:00
Jonne Haß
f85f7e0840
bump mysql2
2013-08-01 22:21:50 +02:00
Jonne Haß
b5c2578af5
bump pg
2013-08-01 22:21:50 +02:00
Jonne Haß
f5015f27a7
bump nokogiri
2013-08-01 22:21:50 +02:00
Jonne Haß
6d53f989f3
bump fog
2013-08-01 22:21:50 +02:00
Jonne Haß
bbe8f6373c
bump faraday
2013-08-01 22:21:49 +02:00
Jonne Haß
b22cb395b7
bump asset_sync
2013-08-01 22:21:49 +02:00
Jonne Haß
b98710bc63
bump net-scp
2013-08-01 22:21:49 +02:00
Jonne Haß
5d602a2774
bump font-awesome-rails
2013-08-01 22:21:49 +02:00
Jonne Haß
229be9e140
bump bcrypt-ruby
2013-08-01 21:59:36 +02:00
Jonne Haß
1bb2485c33
bump webmock
2013-08-01 21:59:36 +02:00
Jonne Haß
a3dba71809
bump foreigner
2013-08-01 21:59:36 +02:00
Jonne Haß
2fcc6bfc5a
bump fixture_builder
2013-08-01 21:59:36 +02:00
Jonne Haß
3c9e3853e8
bump addressable
2013-08-01 21:59:36 +02:00
Jonne Haß
d113538171
bump remotipart
2013-08-01 21:59:36 +02:00
Jonne Haß
e3de9ad52d
bump guard
2013-08-01 21:59:36 +02:00
Jonne Haß
b9d130f962
bump cucumber
2013-08-01 21:59:36 +02:00
Jonne Haß
70d1384cb1
bump omniauth-twitter
2013-08-01 21:59:36 +02:00
Jonne Haß
b2e7eb4e2b
bump twitter
2013-08-01 21:59:36 +02:00
Jonne Haß
f76cd9c596
bump rails-i18n
2013-08-01 17:54:55 +02:00
Jonne Haß
7310375c77
bump i18n-inflector
2013-08-01 17:54:55 +02:00
Jonne Haß
beda9b2a1a
bump carrierwave
2013-08-01 17:54:55 +02:00
Jonne Haß
6672b1c941
bump unicorn
2013-08-01 17:53:50 +02:00
Jonne Haß
5026eccc6a
Refactor and reorder backbone app initialization, fixes hovercards
...
Also added cucumber feature for hovercards
2013-08-01 12:52:16 +02:00
Oliver Azevedo Barnes
7f4bc5550d
Limit index key length when creating oembed caches
2013-07-31 14:42:49 -05:00
Jonne Haß
7057f77924
fix ActivityStreams::Photo migration
2013-07-31 20:57:01 +02:00
Jonne Haß
2916b8b216
hide other flash messages before showing a new one
2013-07-31 20:17:31 +02:00
Jonne Haß
46ab67beed
stabilize features/reshare_mobile.feature
2013-07-31 19:05:54 +02:00
Jonne Haß
3ae2d2e43c
stabilize features/signs_up.feature
2013-07-31 17:00:13 +02:00
Jonne Haß
14a3251d3b
Merge branch 'L3MNcakes-4163-user-sharing' into develop
2013-07-31 15:21:30 +02:00
Plurrtard
6900146852
fix #4163 - Now updating correct contact attribute on retraction
...
Added test case for Issue #4163
2013-07-31 15:20:57 +02:00
Jonne Haß
7729b1e8e0
Merge branch 'Team-D-feature/4144-convert_ActivityStreamSPhoto_to_StatusMessages' into develop
2013-07-31 15:18:28 +02:00
carolina
f6fe74aeae
Migration to turn ActivityStreams::Photo to StatusMessage
...
deletes ActivityStream model and all it's references
update migration with the without_protection option to disable mass assignment protection
2013-07-31 15:15:08 +02:00
Jonne Haß
4710144b02
Merge pull request #4293 from Team-D/feature/4274-error_message_vanishes_too_fast
...
fixes issue 4274 flash-messages stay longer
2013-07-31 15:12:44 +02:00
Jonne Haß
7ea2888c6d
Merge branch 'tsrivishnu-publisher_autoclose' into develop
2013-07-31 15:09:23 +02:00
Sri Vishnu Totakura
f5c8ebcb90
publisher closes when clicked anywhere outside its division after opening
...
fixed app.publisher undefined error
app view removed and click event binder added in the publisher view initializer.
removed unwanted console log
attempted to fix this.el undefined error
2013-07-31 15:04:57 +02:00
Jonne Haß
77c94bf4c2
Merge branch 'ZBarg-feature/improve-post-title' into develop
2013-07-31 15:01:44 +02:00
Damien
f4b3f2fd1e
Consider Markdown header content as post title
...
clarify regexp and correct some bad backtracking
add specs
rewrite regex
convert mardown style title to plain text title
fix bad indentation
add jasmine test for post-viewer.js
tries to fix bad jasmine test
2013-07-31 14:59:02 +02:00
Jonne Haß
d5fbeff03b
Merge branch 'Ruxton-develop' into develop
2013-07-31 14:27:08 +02:00
Ruxton
3c605c47e0
Fix error in facebook service delete_post
...
Add spec coverage for FB delete_post
2013-07-31 14:23:13 +02:00
Florian Staudacher
fd748b314c
Merge pull request #4332 from MrZYX/bump_cabybara
...
Update capybara
2013-07-31 05:03:58 -07:00
Jonne Haß
300752fc87
bump capybara
...
* removed wait_until where possible
* replaced wait_until with DOM obersavtions
* added match: :first to all finders that assumed getting the first element
* replaced evaluate_script with execute_script where possible
* replaced a few execute_script with DOM observations through Capybara
* removed sleep where possible
* replaced sleep with DOM obersvations
* replaced "wait for ajax" with DOM obersavations
* replaced alert confirmation with new selenium API
* bump selenium webdriver
* made any other fixes to get green again
2013-07-31 01:47:23 +02:00
Jonne Haß
cdc29e449d
Move facebox configuration into the initialization of the Backbone app
...
Facebox is already called from some Backbone views very early, making its icons 404 otherwise.
2013-07-29 12:20:05 +02:00
Jonne Haß
3627f46b2d
Merge pull request #4309 from jflemingprod/feature/4068-logout-delete-request
...
Log out should be a DELETE request
2013-07-17 21:56:15 +02:00
J. Fleming
b75bb8dc0a
Change devise config and templates to make logout a delete request.
2013-07-17 21:00:18 +02:00
Jonne Haß
4d196c5453
Merge pull request #4289 from rivendale2010/patch-2
...
fix link to background image
2013-07-09 19:23:06 +02:00
carolina
8ba60853e9
fixes issue 4274 flash-messages stay longer
2013-07-09 14:35:35 +02:00
rivendale
f2481b0f55
fix link to background image
2013-07-07 18:06:01 -03:00
Jonne Haß
4fb3170f7f
Merge branch 'netom-4257-conversations-timeago' into develop
2013-07-07 14:45:45 +02:00
Tamas Laszlo Fabian
37505c5ece
Fixed timago tooltip in conversations
...
Fixed timeago errors
Added cucumber stuff to test timeago at inbox
Show localized date/time in tooltip
Remove title attributes
2013-07-07 14:43:47 +02:00
Jonne Haß
af332b6cab
Fix typo in diaspora.yml.example
2013-07-06 15:45:30 +02:00
Jonne Haß
266f47526f
Merge branch 'fabianfiorotto-patch-1' into develop
2013-07-06 13:11:00 +02:00
fabianfiorotto
3e5b29b289
Fix pagination for people list on the tag stream page
...
Update _index.html.haml
This params broken the pagination of the followers list in tags page
To reproduce try to paginate in
https://joindiaspora.com/tags/diaspora
test for people pagination patch
reducing the per page limit
removing tabs
2013-07-06 13:10:29 +02:00
Jonne Haß
d4b5261ba0
Merge branch 'Ruxton-feature/autofollow_any_user' into develop
2013-07-06 13:03:40 +02:00
Ruxton
dce1531ba6
Changed follow_diasporahq to be configurable to auto follow any user on join.
...
Fixing example config file
Updated changelog
2013-07-06 13:02:27 +02:00
Jonne Haß
405622ba6a
Merge branch 'netom-4028-gon-current-user' into develop
2013-07-06 12:46:46 +02:00
Fábián Tamás László
aa472b25de
Put preloads into gon.preloads
...
Fixed tagFollowing not getting into preloads
2013-07-06 12:45:23 +02:00
Fábián Tamás László
fb9b3e35c3
Put current user into gon
...
Fixed bug in app.js, removed unnecessray test
2013-07-06 12:44:08 +02:00
Jonne Haß
3da9b1bf7f
Merge pull request #4259 from netom/4173-disable-invite-button
...
Disable invite button after sending invite
Conflicts:
Changelog.md
2013-07-06 12:40:05 +02:00
Jonne Haß
9d4377dc23
Merge pull request #4251 from 0TWAIN0/feature/4182-render-markdown-in-mails
...
Feature/4182 render markdown in mails
Conflicts:
Changelog.md
2013-07-06 12:20:09 +02:00
Jonne Haß
d762ca5a43
Merge pull request #4226 from kevivmatrix/ajax_message
...
private message sending changed to ajax
2013-07-06 02:41:24 -07:00
kevivmatrix
6623e86a5a
private message sending changed to ajax
...
added specs for change in controller
one form of hash used in single line of code
rendering create response on sending message
redirect user to conversation page if message sent successfully
removed deprecated way of rendering file
conversations create for mobile fixed
minor code style change
updated changelog
2013-07-06 14:35:09 +05:30
Jonne Haß
091951a929
bumped unicorn timeout to 90 seconds and made it configurable
2013-07-03 12:52:35 +02:00
twain
e1ca8df15e
added strip_markdown to notification mails
2013-07-03 11:16:31 +02:00
Jonne Haß
2c70222a76
add changelog entry for #4277 [ci skip]
2013-07-02 09:16:47 +02:00
Jonne Haß
07083c7076
Merge pull request #4277 from davexunit/feature/4069
...
Background actual mailing when sending invitations
2013-07-02 00:14:54 -07:00
David Thompson
0cc02fb512
Use InviteEmail worker in InvitationsController create action.
2013-07-01 21:10:56 -04:00
David Thompson
33f858b558
Create an InviteEmail worker.
2013-07-01 21:10:56 -04:00
Fábián Tamás László
6e178af551
Disable invite button after sending invite
2013-07-01 10:19:56 +02:00
Jonne Haß
30dff802d5
Merge pull request #4243 from davexunit/feature/2948
...
Show the user if a contact is sharing with them when viewing their profile page
2013-06-29 10:16:41 +02:00
Jonne Haß
521aaf894b
Merge pull request #4255 from netom/4194-mobile-photo-view
...
4194 mobile photo view
2013-06-29 10:06:46 +02:00
Jonne Haß
92d3bb9c69
Merge pull request #4252 from Raven24/diasp-feature/1283-coppa-admin
...
Admin: find users under the age of 13 (COPPA)
2013-06-29 10:03:59 +02:00
Jonne Haß
bcd3ceac15
Merge pull request #4267 from svbergerem/4265-show-more-comments-behaviour
...
Don't focus comment form on 'show n more comments'
2013-06-29 01:01:50 -07:00
Steffen van Bergerem
71f03544e4
Don't focus comment form on 'show n more comments'
2013-06-28 20:40:24 +02:00
Jonne Haß
e0812c9a0e
start new development cycle
2013-06-28 17:50:01 +02:00
Jonne Haß
032163b450
Merge branch 'release/0.1.1.0' into develop
2013-06-28 17:39:37 +02:00
Jonne Haß
d3053ec1ea
Merge branch 'release/0.1.1.0'
2013-06-28 17:39:00 +02:00
Jonne Haß
2e7c571fa7
bump to 0.1.1.0
2013-06-28 17:38:13 +02:00
Jonne Haß
0bc1cb7177
make wolof and western frisian available
2013-06-28 16:10:35 +02:00
Jonne Haß
464cc34177
updated 37 locale files [ci skip]
2013-06-28 16:10:35 +02:00
Florian Staudacher
57312746b6
Merge pull request #4249 from MrZYX/prepare_uuid
...
Remove restriction on guid length
2013-06-28 06:12:10 -07:00
Jonne Haß
e286531687
remove restriction on guid length
2013-06-28 08:10:57 +02:00
Jonne Haß
837a1ba564
Merge pull request #4238 from Flaburgan/patch-4
...
Improve participants link style, close #4236
2013-06-27 23:09:40 -07:00
Antoine D
8e2633f8b3
Improve participants link style in conversation, close #4236
...
Move it to the right and replace the text by an image with the nice tooltip, modify the test.
2013-06-28 00:41:44 +02:00
Jonne Haß
a6dfdf45e4
... and make the specs actually pass
2013-06-27 18:07:26 +02:00
Jonne Haß
94207e844c
Drop weird stop in conversations controller spec
2013-06-27 17:50:44 +02:00
Jonne Haß
e7954132aa
bump recommended Ruby version to 1.9.3-p448
...
See http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/
2013-06-27 17:15:56 +02:00
Jonne Haß
8ea237d4b3
Merge pull request #4260 from Gallaecio/gl
...
Updated the Galician (gl) translation
2013-06-27 04:00:28 -07:00
Adrián Chaves Fernández (Gallaecio)
42bccb2bfc
Updated the Galician (gl) translation
2013-06-27 06:45:26 +02:00
Tamas Laszlo Fabian
d59648504d
Added test to avoid regression
2013-06-24 15:37:17 +02:00
Tamas Laszlo Fabian
175908e079
Return 404 for nonexistent photo on mobiles
2013-06-24 15:23:57 +02:00
Florian Staudacher
02be4a5335
make age search postgres compatible, add spec, changelog
2013-06-24 12:34:22 +02:00
Florian Staudacher
44fbb6472f
Merge branch 'feature/1283-coppa-admin' of https://github.com/diasp/diaspora into diasp-feature/1283-coppa-admin
2013-06-23 13:38:48 +02:00
Duke
13fa4af26f
fixed #cat-footer overlay
2013-06-22 02:49:10 +02:00
Jonne Haß
9c7237ca1c
Merge pull request #4244 from svbergerem/4237-consistent-conversation-list
...
Show avatar of recent user in conversation list
Conflicts:
Changelog.md
2013-06-22 02:38:54 +02:00
Jonne Haß
8236e65f4e
Merge pull request #4240 from jaywink/3768-hashmark-first-character
...
Fix hashtags that start a line when posting to Facebook or Twitter
2013-06-21 17:25:43 -07:00
David Thompson
2e83736f43
Add SASS for sharing message.
2013-06-20 07:39:56 -04:00
David Thompson
1e5ef88d8c
Use PeopleHelper#sharing_message view helper method in the profile sidebar.
2013-06-19 22:04:07 -04:00
David Thompson
f7cceecb52
Add PeopleHelper#sharing_message method and english localized message text.
2013-06-19 22:03:37 -04:00
Jason Robinson
f30cee3b6e
Fix hashtags that start a line when posting to Facebook or Twitter, by applying all the same options to strip_markdown as applying to markdownify, fixes #3768 and #4154
2013-06-20 00:06:13 +03:00
Steffen van Bergerem
ffb150f227
Show avatar of recent user in conversation list
2013-06-19 22:59:05 +02:00
David Thompson
1109658e83
Show the user if a contact is sharing with them when viewing their profile page.
2013-06-19 07:38:14 -04:00
Jonne Haß
221c1bf959
update all wiki links
2013-06-17 20:00:48 +02:00
Jonne Haß
a97bc64b58
tweak readme [ci skip]
...
* Drop remaining links to the Github wiki
* Redirect Mailing list links through the wiki
* Update links that are redirects
* enable syntaxhighlighting
2013-06-17 17:07:23 +02:00
Jonne Haß
c9e981096c
Merge pull request #4229 from davexunit/4227-private-message-error
...
Check for nil before splitting contact_ids param in ConversationsController
2013-06-17 15:30:56 +02:00
Jonne Haß
d5c03f1d79
Merge pull request #4230 from Flaburgan/patch-1
...
#4180 was placed in the wrong milestone
2013-06-16 03:06:45 -07:00
Antoine D.
17067d6f79
#4180 was placed in the wrong milestone
2013-06-16 12:05:30 +02:00
David Thompson
b3c859bcd5
Check for nil before splitting contact_ids param.
2013-06-15 17:14:30 -04:00
Jonne Haß
ed36786edc
Merge pull request #4217 from svbergerem/4041-loading-indicator
...
Add loading indicator on tag pages, remove second one from profile page
Conflicts:
Changelog.md
2013-06-14 18:23:39 +02:00
Jonne Haß
69db16ab34
Merge pull request #4221 from svbergerem/4123-fix-login-short-password
...
Fix login for short passwords
2013-06-14 09:21:43 -07:00
Jonne Haß
d475a7d935
Merge pull request #4222 from rivendale2010/patch-1
...
Update robots.txt comments
2013-06-14 09:21:08 -07:00
rivendale
9aaf7ed422
Update robots.txt comments
...
clarify comments and update permanently moved URL
2013-06-14 12:58:02 -03:00
Jonne Haß
c6d2c714e9
never pass nil to image_tag
...
In production that results in a not precompiled error
2013-06-14 14:47:54 +02:00
Steffen van Bergerem
4cbab628c9
Fix login for short passwords
2013-06-14 12:02:44 +02:00
Steffen van Bergerem
a8ade65e1a
Add loading indicator on tag pages, remove the second one from the profile page
2013-06-14 01:25:36 +02:00
Jonne Haß
6948462f66
fix changelog [ci skip]
2013-06-13 21:46:32 +02:00
Jonne Haß
c6d158bd81
move asset_sync require to the earliest point possible
2013-06-13 20:57:38 +02:00
Jonne Haß
dfef6ee598
Do not load environment when precompiling assets
2013-06-13 20:57:10 +02:00
Sean Tilley
ea743b4b55
Updated Wiki sources in README
2013-06-12 22:26:16 -05:00
Jonne Haß
aaa8a44611
Merge pull request #4216 from svbergerem/4196-remove-alpha-branding
...
Remove alpha branding
2013-06-12 14:35:12 -07:00
Steffen van Bergerem
21ef1c8e41
Remove alpha branding
2013-06-12 23:08:13 +02:00
Jonne Haß
c7909a39cb
add gem updates to changelog [ci skip]
2013-06-12 20:40:15 +02:00
Jonne Haß
37e59facad
Merge pull request #4213 from svbergerem/3828-unify-hide-ignore
...
unify ignore and hide #bugmash #monday
2013-06-12 07:49:00 -07:00
Jonne Haß
b8db623aa4
update reference to postgres? in the migrations too
2013-06-12 16:44:19 +02:00
Steffen van Bergerem
a02fdc6e45
unify ignore and hide #bugmash #monday
2013-06-12 14:11:06 +02:00
Jonne Haß
d07073cf8e
Merge pull request #4179 from diaspora/update_gems
...
Update gems
2013-06-11 15:51:41 -07:00
Jonne Haß
339dba1aeb
bump crack
2013-06-12 00:23:47 +02:00
Jonne Haß
6720f6b3f7
bump fuubar
2013-06-12 00:23:47 +02:00
Jonne Haß
178b92d8ad
bump rack-cors
2013-06-12 00:23:47 +02:00
Jonne Haß
7323c9c0fc
bump twitter
2013-06-11 23:17:08 +02:00
Jonne Haß
0786a3d6b7
bump mobile-fu
2013-06-11 23:17:08 +02:00
Jonne Haß
b2b16ee3ab
bump gon
2013-06-11 23:17:08 +02:00
Jonne Haß
d3fe58407c
bump json
2013-06-11 23:17:08 +02:00
Jonne Haß
31b3100141
bump redis-namespace
2013-06-11 23:17:08 +02:00
Jonne Haß
5841793d78
bump raindrops
2013-06-11 23:17:08 +02:00
Jonne Haß
277f07d41b
bump rails_autolink
2013-06-11 23:17:08 +02:00
Jonne Haß
802656030f
bump hashie
2013-06-11 23:17:08 +02:00
Jonne Haß
8bd78493a9
bump ffi
2013-06-11 23:17:08 +02:00
Jonne Haß
06ca713d38
bump uglifier
2013-06-11 23:17:08 +02:00
Jonne Haß
c1635b34d6
bump slim
2013-06-11 23:17:08 +02:00
Jonne Haß
5859ceb5ea
bump rspec-rails
2013-06-11 23:17:08 +02:00
Jonne Haß
d3953720a8
bump rails_admin
2013-06-11 23:17:08 +02:00
Jonne Haß
d9b63b26ea
bump mini_magick
2013-06-11 23:17:07 +02:00
Jonne Haß
061bca7ca5
bump haml
2013-06-11 22:49:35 +02:00
Jonne Haß
858f447512
bump guard
2013-06-11 22:49:35 +02:00
Jonne Haß
fc3da627fb
bump fog
2013-06-11 22:49:32 +02:00
Jonne Haß
0a127a9076
bump database_cleaner
2013-06-11 22:15:45 +02:00
Jonne Haß
3bdb078dfc
bump cucumber
2013-06-11 22:15:45 +02:00
Jonne Haß
6467ee1962
bump acts-as-taggable-on
2013-06-11 22:15:45 +02:00
Florian Staudacher
fd2917271c
it appears autoload in production doesn't pick up the new
...
"Diaspora::Mentionable" module
2013-06-10 13:57:49 +02:00
Jonne Haß
32146fa660
Merge pull request #4161 from Raven24/issue_4160
...
evil mentions
2013-06-09 11:08:20 -07:00
Florian Staudacher
4ee5d5f19c
replace mentions of out-of-aspect people in limited posts with just a
...
markdown link to their profile (fixes #2516 )
add failing spec for #4160 / #2516
extend the spec a bit more
refactor mention handling in a status message
add method for filtering mentions by aspects
wire mention filtering into the status message model, adapt a few tests to
work properly
cosmetic changes
shorten helper methods
add changelog entry
2013-06-09 19:16:40 +02:00
Jonne Haß
3231133b60
Merge pull request #4195 from svbergerem/3999-no-hovercard-for-current-user
...
Don't show hovercards for current user in comments
2013-06-09 04:16:40 -07:00
Steffen van Bergerem
bcd43cbfee
Don't show hovercards for current user in comments
2013-06-09 12:31:18 +02:00
Jonne Haß
c60738654c
Merge pull request #4187 from jaywink/2758-twitter-crossposting
...
Fix Twitter crossposting by correctly calculating URL shortening
2013-06-08 12:20:14 -07:00
Jason Robinson
3fa9f6414d
Fix Twitter crossposting ( #2758 ). Refactor some service posting related code.
2013-06-08 17:38:07 +03:00
Jonne Haß
a561544905
Merge pull request #4203 from svbergerem/hovercard-medium-avatar
...
show medium avatar in hovercard
2013-06-07 05:12:12 -07:00
Steffen van Bergerem
17876d1de6
show medium avatar in hovercard
2013-06-07 11:23:28 +02:00
Florian Staudacher
653f7566df
fix failing conversations cuke
2013-06-05 01:07:05 +02:00
Jonne Haß
9cbfee9408
bump configurate
2013-06-04 22:58:20 +02:00
Florian Staudacher
f694a40992
use tooltip plugin to display the name under the avatar
...
(temporary solution until the proposed solution from the
[pull request](https://github.com/diaspora/diaspora/pull/4149 ) is
implemented)
2013-06-04 17:14:00 +02:00
Florian Staudacher
c2a9cb55ef
Merge branch 'add_conv_participants_preview' of https://github.com/marpo60/diaspora into marpo60-add_conv_participants_preview
2013-06-04 17:12:38 +02:00
Florian Staudacher
b7b4edeeb0
Merge branch 'reoponed_issue3897' of https://github.com/RoonyH/diaspora into RoonyH-reoponed_issue3897
2013-06-04 16:43:16 +02:00
Florian Staudacher
bcb1214f99
Merge pull request #4162 from MrZYX/typhoeus
...
bump Typhoeus and refactor HydraWrapper
2013-06-04 03:36:39 -07:00
Jonne Haß
5760f177ea
fix stupid heredoc usage in script/server
2013-06-02 20:25:10 +02:00
Juan Azambuja
3f3fe3ecc7
Add participants preview con conversations
2013-06-01 12:14:16 -03:00
Jonne Haß
619ffa9d74
Merge pull request #4191 from svbergerem/4185-BackToTop-other-streams
...
Add back-to-top button on tag and user pages
2013-05-31 04:56:06 -07:00
Steffen van Bergerem
272cf60788
Add back-to-top button on tag and user pages
2013-05-31 02:02:14 +02:00
Florian Staudacher
608a316bdd
remove ["a", "b", "C"] from the void of nothingness [wtf]
2013-05-30 17:24:49 +02:00
Jonne Haß
fc9229430c
Merge pull request #4186 from marpo60/fix_issue_4180_deletelabel_after_sprites
...
Fix icons-deletelabel styles
2013-05-30 08:00:03 -07:00
Juan Azambuja
e59066bd66
Fix icons-deletelabel styles
2013-05-27 10:25:04 -03:00
Aruna Herath
7803df5ecd
Changed post/comment submit keyboard shortcut to ctrl+enter from shift+enter
...
Fixes reopened #3897
2013-05-27 17:08:39 +05:30
Liane Nakamura
5f25a52676
Fix post iframe src url
...
Add test for posts helper
2013-05-26 20:49:56 +02:00
Jonne Haß
cae70d8194
Merge pull request #4133 from diaspora/fix_tags_ordering
...
Fix tags ordering in chrome
2013-05-25 11:55:53 -07:00
Fabián Rodríguez
aed81c1b3b
Fix tags ordering in chrome
2013-05-25 15:44:53 -03:00
Jonne Haß
3b03a7cdde
strip trailing newlines from stripped markdown
2013-05-25 15:55:20 +02:00
Jonne Haß
234ebdb2e9
bump redcarpet, should fix #4104
2013-05-25 15:21:17 +02:00
Jonne Haß
d331242d94
Merge branch 'feature/retract_tweets_when_post_retracted' of git://github.com/Ruxton/diaspora into develop
...
Conflicts:
Changelog.md
2013-05-25 13:50:28 +02:00
Jonne Haß
272f405ab7
Merge pull request #4177 from svbergerem/4157-post-preview-tag-page
...
Fix #4157 : post preview from tag pages
2013-05-25 04:46:58 -07:00
Jonne Haß
009209d939
bump Typhoeus and refactor HydraWrapper
2013-05-25 13:45:37 +02:00
Jonne Haß
f2f7800b30
drop fallback donation form
2013-05-25 13:37:17 +02:00
Steffen van Bergerem
7f596cfd36
Fix #4157 : post preview from tag pages
2013-05-25 12:39:01 +02:00
Dennis Schubert
cdb4be14ce
Merge branch 'hotfix/v0.1.0.1' into develop
2013-05-20 21:29:17 +02:00
Dennis Schubert
fe9485dccf
Merge branch 'hotfix/v0.1.0.1'
2013-05-20 21:28:13 +02:00
Dennis Schubert
1661615fe6
Changelog and version number for the hotfix
2013-05-20 21:28:10 +02:00
Jonne Haß
286e948054
federate location
2013-05-20 21:26:04 +02:00
Dennis Schubert
e33f4e68a8
Fix 500 caused by deleted reshares
2013-05-20 21:25:58 +02:00
Jonne Haß
63b667bbef
gracefully handle unavailable git in script/server
2013-05-20 18:14:33 +02:00
Ruxton
48b48470bc
Service.delete_post now more generic, for future implementations
...
Service.delete_post now accepts post to be more generic and supports deleting post from any service that overrides delete_post(post)
2013-05-20 12:19:39 +08:00
Maxwell Salzberg
66911801f7
use ActiveRecord#find_each to prevent memory spikes in our workers
2013-05-19 20:33:04 -07:00
Ruxton
20c38a0489
Fix dispatcher_spec to depend on Tumblr which isn't retracting
2013-05-20 11:00:49 +08:00
Ruxton
ba0e2509c9
Twitter service removes status from twitter when post is revoked
2013-05-20 11:00:49 +08:00
Ruxton
a8655e2e8d
Add tweet_id column to post
2013-05-20 11:00:00 +08:00
Florian Staudacher
3a0c9893e7
Merge pull request #4145 from MrZYX/refactor_config_directory
...
Refactor config/ directory
2013-05-19 10:40:52 -07:00
Jonne Haß
ac147cc9f4
Refactor config/ directory
...
* Get rid of early pathname requirement
* Use require_relative where approciate
* Drop unused files
* Imported new application.rb, environment.rb and environments/* from fresh Rails app
* Cleaned up boot.rb
* Load config in boot.rb
* Deduplicate environments/integration*.rb
* Move username blacklist into defaults.yml
* Ruby 1.9 Hash syntax everywhere
* Reorganize lib/diaspora/markdownify to match conventions
* Get rid of full path requires where possible
* Add dummy content to production section diaspora.yml.example to prevent warning
* Drop sqlite? method
* Move postgres? method into ConfigurationMethods
* Drop token authentication from User
2013-05-19 18:54:54 +02:00
Jonne Haß
bf90dfffbd
start new development cycle
2013-05-19 16:03:01 +02:00
Jonne Haß
9dfb413a96
Merge branch 'release/0.1.0.0' into develop
2013-05-19 16:01:52 +02:00
Jonne Haß
c63bcd5aea
Merge branch 'release/0.1.0.0'
2013-05-19 16:01:34 +02:00
Jonne Haß
79c9460e0b
change version to 0.1.0.0
2013-05-19 16:01:16 +02:00
Jonne Haß
1c61172b14
updated 186 locale files [ci skip]
2013-05-19 04:49:24 +02:00
Jonne Haß
69e115d234
Add the gem updates section for the current release to the changelog
2013-05-18 23:09:39 +02:00
Jonne Haß
11eecc3d3a
404, not 500, if signed out user wants to see a non public/existing post
...
Also add some specs for Post#find_by_guid_or_id_with_user
2013-05-18 20:55:22 +02:00
Jonne Haß
aa60fac217
Merge branch 'error_404_mobile' of git://github.com/movilla/diaspora into movilla-error_404_mobile
...
Conflicts:
Changelog.md
2013-05-18 20:06:49 +02:00
Jonne Haß
f5a4bc51c2
Merge branch 'patch-2' of git://github.com/rivendale2010/diaspora into develop
...
Conflicts:
Changelog.md
app/views/layouts/_header.html.haml
2013-05-18 20:03:59 +02:00
Jonne Haß
8865f72afa
Merge pull request #4150 from svbergerem/3746-fix-mentions
...
fix mentions at the end of a post
2013-05-18 10:56:43 -07:00
Steffen van Bergerem
63040bb8cc
fix mentions at the end of a post
2013-05-17 19:27:08 +02:00
Jonne Haß
477c9d2ef3
Revert "Do not pass AR objects to Sidekiq"
...
This reverts commit 32935be9b1 .
2013-05-17 17:35:53 +02:00
Jonne Haß
e3265aa650
Revert "bump sidekiq"
...
This reverts commit 9307a1aaeb .
2013-05-17 17:35:34 +02:00
Jonne Haß
32935be9b1
Do not pass AR objects to Sidekiq
...
In the new version Sidekiq calls JSON.generate on the passed arguments, which blows up with AR objects
2013-05-17 14:44:57 +02:00
Jonne Haß
e8f57d8fac
Revert "downgrade multi_json"
...
This reverts commit 4c4a98f42e .
2013-05-17 13:19:00 +02:00
Jonne Haß
4c4a98f42e
downgrade multi_json
2013-05-17 13:12:41 +02:00
Jonne Haß
9307a1aaeb
bump sidekiq
2013-05-17 12:30:33 +02:00
Jonne Haß
fdf52ffe9e
bump recommended ruby version to 1.9.3-p429
2013-05-17 10:19:20 +02:00
Jonne Haß
848e5d2a57
try to fix Jasmine failure on CI by not overwriting app.views.Location in spec
2013-05-16 23:33:54 +02:00
Jonne Haß
67d7f02faa
Merge pull request #4147 from svbergerem/post-preview-locator
...
Fix preview with locator feature
2013-05-08 05:14:30 -07:00
Steffen van Bergerem
da532e18bd
Fix preview with locator feature
2013-05-08 13:07:13 +02:00
Jonne Haß
775b560a94
Merge pull request #4131 from Ruxton/patch-1
...
Refactoring oEmbed Providers & Adding MixCloud oEmbed support
2013-05-08 01:28:40 -07:00
Ruxton
4f1bfd7eea
oembed_providers.yml added for custom (outside of ruby-oembed) oEmbed providers.
2013-05-07 09:38:30 +08:00
Ruxton
f6e31fdd95
Merge branch 'develop' of https://github.com/diaspora/diaspora into develop
2013-05-07 09:37:05 +08:00
Jonne Haß
e462b95316
add changelog entry for locator [ci skip]
2013-05-06 17:34:55 +02:00
Jonne Haß
6b1fdaafc0
Merge branch 'locator' of git://github.com/tangosource/diaspora into tangosource-locator
2013-05-06 17:33:10 +02:00
Jonne Haß
d37a8205b7
Merge pull request #4146 from eloydegen/patch-1
...
Update _header.html.haml
2013-05-06 06:50:09 -07:00
eloydegen
eb5bc379d1
Update _header.html.haml
...
Change blog url, now there is no 301 required :)
2013-05-06 16:27:40 +03:00
Jonne Haß
c41db6634c
Fix reading of redis namespace from config
...
Changed default to nil to not screw users running develop already
2013-05-05 16:12:22 +02:00
Jonne Haß
fdff9c8b8a
drop another capistrano leftover
2013-05-05 10:53:35 +02:00
Jonne Haß
e70c2593ff
bump configurate
2013-05-03 12:07:50 +02:00
Marco Gallardo
4aab8762fa
Locator feature
...
added marker image for publisher, showing div for address, and added
functionality to close it when clicking 'X' image
showing marker image in publisher
renamed map-marker to locator
fixed style for map marker image in publisher
added locator.js to get user's location
loading google maps api
removed unecessary append and showing location next to publisher
moved location address inside div and added image to close location
styled div location address an image to close location
removing location when clicking close image
cleaned code
cleaned code
showing loader while location is being obtained, translated normal js to
backbone structure, created locations db stuff, and removing location
div when clicking 'share'
refactored code; started to move code to backbone
refactored js code; moving functionality to backbone structure
created address function to make accessible address variable value
refactored locator.js
showing and removing location div from dom
created location; it belongs_to status_message
added location model and created association with status_message
added hidden field for location address and added respective code on js files to retrieve it on ajax call
saving location for status_message (post)
removing location when sharing
renamed locator backbone view to location, added template, showing
location, and saving lat and lng
prepared and added template to show location
added location to post model in order to have it accessible in backbone
retrieving location to show it in template
removed console.log XD
fixes when removing location
cleanind location_address hidden field when location is removed
more fixes; showing location when sharing
saving location just when it exists
created method to retrieve location address just when location was created
fixed issue about showing 'Near from' message when there was not any location
added style for location
cleaned code
renamed locator view
retrieving lat and lng from locator.js
saving lat and lng in location_coords
saving lat and lng
added style for input location_address
removed location_address hidden field; the value will be taken directly from input with the location
replaced div with location for input; the user will be able to edit the place
avoiding submitting the form when pressing Enter key on new input for location
added missed spec file for location model
refactored location_view code
refactored location_view code
cleaned code
added sinon library for testing
added describes for new publisher's view functions
created test for destroyLocation function
added test for showLocation publisher view function
created test for avoidEnter publisher view function
removed unnecessary div
Created first test for locations view, added more specs, added Sinon.js,
and fixed issue with assets
loading locator.js for tests
moved location stuff to app/assets
moved locator.js and sinon.js to app/assets
fixed route for images
included locator.js to assets
fixed issue when post object is different than StatusMessage; also fixed issue with lat and lng
loading Sinon for specs
refactoring locator errorGettingposition and start replacing google maps stuff with OSM
added OpenLayers JS, osmlocator, and added them into the main js
changing the locator from Google to OSM instance
changing lat and lng value in the backbone view
removing google javascript tag in application layout
adding jasmine to locator test and removed locator.js
adding jasmine to locator test using OSM
adding Jasmine test to OSM locator
removed locator.js
removed require locator and updated schema
fixed js response; added location
since we are using OSM Locator we don't need locator-spec test
fixed spec for location view; we are not using google maps anymore
changed description of osmlocator-spec
fixed issue with status-message-location template
fixed style for location_address textbox
fixed tests for locator
moved split function to model
created test for location model
removed puts
added effect for location marker
added translations for locator
removed conflicting-unnecessary lines that were loading files for specs
removed sinon library; using sinon-rails gem
removed useless code
removed puts; added Rails.logger.error
added sinon.js file
added specific version of sinon-rails gem
improving validations sintax
using openlayers-rails gem
removed 'google API' text
using sinon gem
isolating LocationStream view
refactored validation
getting location when post is a Reshare
refactored code
fixed aligment for elements under location message
improved styling for location message
refactored begin-rescue block
getting absolute root instead of just the root
added address method to retrive address of location
removed code from Post model; also added descriptinon why it was removed
removed validation when retrieving address; with latest refactorizations we dont need them any more
interpolated location; using file in locales
fixed width for div of location
moved Sinon gem into development and test group
fixed method's description
added missed indexes
updated schema with locations table
removed openlayers-rails gem
preventing location to be saved if there are not coordinates
fixed spec; wrong closing tag
2013-05-02 17:31:53 -05:00
Jonne Haß
3cd60c3061
Merge pull request #4139 from brauliomartinezlm/remove_found_ruby187_hack
...
Remove unnecessary ruby187 hacks
2013-05-02 07:04:30 -07:00
Braulio Martinez
00a3332013
Remove unnecessary ruby187 hacks
2013-05-02 10:07:30 -03:00
Jonne Haß
d2c9295389
Merge pull request #4111 from Raven24/install_refactor
...
refactor install script
2013-05-01 13:33:35 -07:00
Jonne Haß
4ed9a8a83e
Merge pull request #4138 from movilla/translation_backtotop
...
Fix missing translation back to top - Only develop branch
2013-05-01 13:30:13 -07:00
movilla
19d22a8928
fix missing translation back to top
2013-05-01 19:22:53 +02:00
Florian Staudacher
4005cd05ea
refactor install script
...
the script is now split up in parts that will be fetched from github
on demand.
fixes #4047
2013-05-01 14:01:11 +02:00
rivendale
4f8ce5cb98
Update Changelog.md
2013-04-29 10:57:28 -03:00
rivendale
b77c6f8a86
fix missing indent for correct header container relative positions
2013-04-29 01:27:54 -03:00
Ruxton
694fc01124
Added MixCloud oEmbed to oembed_providers_list
2013-04-29 12:11:11 +08:00
Greg Tangey (Ruxton)
9f66e32cce
MixCloud oEmbed support
...
Adding support for MixCloud oEmbed
2013-04-26 15:25:08 +08:00
Jonne Haß
ea792246d0
bump sidekiq
2013-04-25 21:30:35 +02:00
Dennis Schubert
aab960d896
Merge pull request #4125 from movilla/reactions_mobile
...
Fix reactions link on mobile broken. Close #3972
2013-04-25 10:34:41 -07:00
movilla
5839d304db
Fix reactions link on mobile broken
2013-04-25 13:55:57 +02:00
movilla
f17d16385f
mobile private post dont show error 404
2013-04-24 22:17:47 +02:00
Jonne Haß
25b3f6bcdc
Merge pull request #4127 from marpo60/fix_aspects_max_selection
...
Fix select & deselect all aspects check image
2013-04-22 08:34:13 -07:00
Juan Manuel Azambuja
06ef58bc97
Add changelog entry for pull 4127
2013-04-22 10:25:24 -03:00
Jonne Haß
dec639cbd5
Merge pull request #4126 from Raven24/ruxton_service_user
...
show username of the services in the publisher
2013-04-22 00:09:00 -07:00
Juan Manuel Azambuja
de7044c602
Fix select & deselect all aspects check image
2013-04-21 21:38:03 -03:00
Florian Staudacher
c1b680e51d
show username of the services in the publisher
...
original work by @Ruxton
rebased and extended to include feedback from the original PR #3959
2013-04-21 23:29:04 +02:00
Florian Staudacher
3cb6f1cc3f
Merge pull request #3940 from MrZYX/embed_photo_xml
...
Embed associated photos into the status message xml
2013-04-21 13:32:26 -07:00
Jonne Haß
322f4da4d8
Embed associated photos into the status message xml
2013-04-21 19:44:09 +02:00
Florian Staudacher
6bcac2a7ad
Merge pull request #4117 from MrZYX/script_server
...
Refactor script/server
2013-04-21 07:25:33 -07:00
Jonne Haß
95cef200bd
do slightly less metaprogramming in script/get_config.rb
2013-04-20 17:38:42 +02:00
Jonne Haß
9935dc9999
Merge pull request #4097 from diaspora/update_gems
...
Update gems
2013-04-20 07:09:53 -07:00
Jonne Haß
6302de458d
bump sidekiq
2013-04-20 14:37:42 +02:00
Jonne Haß
38ceb93377
bump temple
2013-04-20 14:37:41 +02:00
Jonne Haß
cf506114c0
bump facter
2013-04-20 14:37:41 +02:00
Jonne Haß
9c582a775a
bump addressable
2013-04-20 14:37:41 +02:00
Jonne Haß
4bbbe93b2d
bump acts-as-taggable-on
2013-04-20 14:37:41 +02:00
Jonne Haß
b3e1d860e9
bump rails_admin
2013-04-20 14:37:41 +02:00
Jonne Haß
c8eec463e5
bump configurate
2013-04-20 14:37:41 +02:00
Jonne Haß
849b0befd6
bump gon
2013-04-19 19:25:44 +02:00
Jonne Haß
347ea03042
bump pg
2013-04-19 19:25:43 +02:00
Jonne Haß
b2ae15fe6c
bump nested_form
2013-04-19 19:25:43 +02:00
Jonne Haß
83ab708d44
bump uglifier
2013-04-19 19:25:43 +02:00
Jonne Haß
e4f2c7128f
bump subexec
2013-04-19 19:25:43 +02:00
Jonne Haß
d7c68347b9
bump hike
2013-04-19 19:25:43 +02:00
Jonne Haß
734f6cadbd
bump fog
2013-04-19 19:25:42 +02:00
Jonne Haß
73aa63565c
bump cucumber
2013-04-19 19:25:42 +02:00
Jonne Haß
0694b3e9d0
bump foreigner
2013-04-19 19:25:42 +02:00
Jonne Haß
eeba00cde4
bump omniauth
2013-04-19 19:25:42 +02:00
Jonne Haß
f98b8e30d6
bump haml
2013-04-19 19:25:42 +02:00
Jonne Haß
07b2ceaf69
bump selenium-webdriver
2013-04-19 19:25:42 +02:00
Jonne Haß
62c6ccdc56
bump rspec-mocks
2013-04-19 19:25:41 +02:00
Jonne Haß
ec32e33a37
bump faraday
2013-04-19 19:25:41 +02:00
Jonne Haß
20c5857612
bump client_side_validations
2013-04-19 19:25:41 +02:00
Jonne Haß
90c294c4d5
bump omniauth-twitter
2013-04-19 19:25:41 +02:00
Jonne Haß
9028616bdc
bump safe_yaml
2013-04-19 19:25:41 +02:00
Jonne Haß
aca134d54a
Refactor script/server
...
* Made style consistent
* Add helper functions to print messages
* Abort script if critical command fails
* Made number of started Sidekiq workers configurable again
2013-04-15 17:03:41 +02:00
Jonne Haß
cdaffbd906
bump oauth2
2013-04-15 01:36:48 +02:00
Jonne Haß
6feb7969a3
bump mime-types
2013-04-15 01:36:48 +02:00
Jonne Haß
63732d8722
bump rake
2013-04-15 01:36:48 +02:00
Jonne Haß
d136fd56e7
bump guard
2013-04-15 01:36:48 +02:00
Jonne Haß
dacaaca7e5
bump chunky_png
2013-04-15 01:36:48 +02:00
Jonne Haß
bef8b1ea3c
Fix typo in devise initializer
2013-04-15 02:35:53 +03:00
Jonne Haß
5607a71458
Merge pull request #4116 from Raven24/remove-capistrano
...
remove capistrano from the main source code repo
2013-04-14 15:55:23 -07:00
Florian Staudacher
f3aa802a0d
remove capistrano from the main source code repo
...
capistrano deployment scripts will be maintained in a separate deployment repo
2013-04-15 00:50:23 +02:00
Jonne Haß
19206fb67d
Merge pull request #4115 from movilla/small_fix
...
Correction typos for changelog and activity mobile feature
2013-04-13 13:32:20 -07:00
movilla
c1479b36ca
Correction typos for changelog and activity mobile feature
2013-04-13 22:24:07 +02:00
Jonne Haß
3572ae8d2e
Merge branch 'remove_navbar' of git://github.com/movilla/diaspora into movilla-remove_navbar
...
Conflicts:
Changelog.md
2013-04-13 13:04:52 +02:00
Jonne Haß
fd069af2c6
Merge branch 'activity_more' of git://github.com/movilla/diaspora into movilla-activity_more
...
Conflicts:
Changelog.md
2013-04-13 12:53:31 +02:00
Jonne Haß
7a0d1c647a
Merge pull request #4096 from RoonyH/3897-submit_a_comment_by_shift+enter
...
3897 submit a comment by shift+enter
2013-04-13 03:49:40 -07:00
Jonne Haß
ac7bccfe4c
bump sidekiq
2013-04-13 11:27:26 +02:00
Jonne Haß
bef05c14d7
Merge branch '3681-infinite-scroll-on-contact-page' of git://github.com/asphxia/diaspora into develop
...
Conflicts:
Changelog.md
2013-04-10 18:24:47 +02:00
Jonne Haß
15418eae67
Merge pull request #4112 from marpo60/issues_4017_4107_fixes
...
close issues #4017 and 4107 by including jquery.textchange
2013-04-10 07:58:30 -07:00
Juan Manuel Azambuja
01d91e02d4
Add changelog entry for #4017 & #4107
2013-04-10 11:17:40 -03:00
Jonne Haß
f272c7ed03
Merge branch 'brauliomartinezlm-4058_redirect_to_downcase_version_of_tags' into develop
2013-04-10 10:20:18 +02:00
Braulio Martinez
c651cbab78
Always redirect user to downcase version of tags on UTF-8 encoding
2013-04-10 00:08:58 -03:00
Juan Manuel Azambuja
5a85fd71f1
close issues #4017 and 4107 by including jquery.textchange
2013-04-09 16:21:19 -03:00
Diaspora Europe
783d98745a
added to admin section: which users are under the age of 13 #1283
2013-04-08 16:50:33 +02:00
Aruna Herath
b0879dd256
added same feature to publisher
2013-04-08 19:29:36 +05:30
Aruna Herath
5f6ce87a23
added shift+enter key from new comment box to submit the comment.
2013-04-08 19:08:29 +05:30
movilla
bc87b501f2
Fix show more post in my activity mobile page. Close #4108
2013-04-08 00:04:42 +02:00
Florian Staudacher
06d67bf854
Merge pull request #4099 from svbergerem/feature/post-preview
...
Preview posts in stream
2013-04-07 11:38:11 -07:00
Steffen van Bergerem
6e724fc1d4
preview posts in stream
2013-04-07 17:43:27 +02:00
Jonne Haß
0ca40d0abc
ignore warning about .ruby-version
2013-04-07 11:13:58 +02:00
Jonne Haß
65ce91bbd1
Merge pull request #4106 from jaywink/4057-bookmarklet-post-cannot-be-edited
...
Include missing javascript in bookmarklet to fix uneditable post content
2013-04-06 14:41:34 -07:00
Jason Robinson
9c0c5a7258
Include missing javascript in bookmarklet, regression introduced in commit ffc6c1102e. Fixes #4057
2013-04-07 00:06:02 +03:00
Jonne Haß
6fae984e5a
Merge pull request #4101 from brunomachado/feature/3796-convert-stylesheets-to-scss
...
Convert some stylesheets to SCSS
2013-04-06 12:52:08 -07:00
Bruno Machado
1e50d1465a
Convert some stylesheets to SCSS #3796
2013-04-06 15:34:15 -03:00
Jonne Haß
0149dbf9ad
Merge pull request #4102 from movilla/fixed_navbar
...
Mobile buttons are only clickable when scrolled to the top. Close #3847
2013-04-05 11:25:38 -07:00
movilla
33ecc50fbc
Mobile buttons are only clickable when scrolled to the top
2013-04-05 19:16:15 +02:00
Jonne Haß
0f05506f8d
Merge pull request #4098 from embs/feature/3795-fix-default-profiles-image-url
...
Fix default image url in profiles table. Closes #3795
2013-04-04 15:54:15 -07:00
embs
16cf699d4b
Fix default image url in profiles table. Closes #3795
2013-04-04 19:22:43 -03:00
Jonne Haß
be470784c5
add app directory to the autoload paths so that the worker files are loaded in development mode too
2013-04-04 23:32:11 +02:00
Florian Staudacher
19f94fb169
Merge pull request #4095 from embs/feature/3064-add-services-explanation
...
Add explanation to services index page. Closes #3064
2013-04-04 12:38:50 -07:00
embs
4ef37c64be
Add explanation to services index page. Closes #3064
2013-04-04 15:51:11 -03:00
Jonne Haß
92a2a9189d
bump sidekiq and cleanup unicorn.rb
2013-04-04 20:42:41 +02:00
Dennis Schubert
3b7bb2c44e
Fix the tag number in sidekiq's changelog notes
...
... it's been a while ...
2013-04-04 12:22:50 +03:00
Dennis Schubert
f3b7d57b3a
Merge pull request #3993 from MrZYX/sidekiq
...
Sidekiq (+ some cleanup)
2013-04-03 15:19:15 -07:00
Florian Staudacher
f08f4a22f7
Merge pull request #4089 from svbergerem/feature/add-hotkeys
...
added hotkeys to navigate in stream
2013-04-02 13:11:06 -07:00
Steffen van Bergerem
a693a0970b
added hotkeys to navigate in stream
2013-04-02 19:24:20 +02:00
Jonne Haß
85ae8e2ac5
Merge pull request #4091 from instrumentio/feature/rubygems-2
...
ensure v2 release of rubygems
2013-04-02 10:10:17 -07:00
Alexander Wenzowski
a2e9711c76
bundler version should not be a hard dependency per #4091
2013-04-02 12:29:18 -04:00
Alexander Wenzowski
5b0d33ade0
ensure v2 release of rubygems
2013-04-01 22:17:25 -04:00
Jonne Haß
4c5a298304
Merge pull request #4088 from brunomachado/feature/2940-remove-borders
...
Remove unnecessary dotted CSS borders
2013-04-01 12:39:20 -07:00
Bruno Machado
29af94ce4e
Remove unnecessary dotted CSS borders. Closes #2940
2013-04-01 15:53:27 -03:00
Jonne Haß
704113f896
replace remaining Postzord::Dispatcher.build(self, profile).post with call to the new method
2013-03-31 16:52:18 +02:00
movilla
8375433788
* Remove unnecessary navigation bar to access mobile site
...
* Re-add flash warning to registrations mobile
* Remove excess :css
* Fix littles css errors
2013-03-30 23:09:45 +01:00
Tom Scott
74690088f2
Update changelog. Apologize for idiocy.
2013-03-30 09:33:42 -04:00
Tom Scott
cdc4e869d1
Merge pull request #3841 from tubbo/fix-close-buttons
...
Align close button images
Sorry this took so long to merge in guys, I had this weird feeling that I had already done so. Looks like the 'X' button is coming after the custom popover HTML so this looks OK to merge in.
2013-03-30 06:29:19 -07:00
Tom Scott
8a7f6c9fdf
Merge pull request #4067 from movilla/multiphoto
...
Add multiphoto for mobile post. Close #4053
2013-03-30 06:26:07 -07:00
Tom Scott
af8485f47f
Merge pull request #4074 from L3MNcakes/feature/3975-send-profile-update
...
Issue #3976 : Send a profile update alongside a sharing notification
2013-03-30 06:07:16 -07:00
movilla
b257939f7e
Add multiphoto for mobile post
2013-03-30 10:59:06 +01:00
Jonne Haß
2ebd1a8229
Merge pull request #4084 from marpo60/issue_4082_fix_right_section_mail_icon
...
Fix email icon on right section
2013-03-28 07:28:09 -07:00
Juan Manuel Azambuja
c10aefb30f
Fix email icon on right section
2013-03-28 11:16:18 -03:00
Jonne Haß
8c429c5915
Merge pull request #4083 from marpo60/issue_4081_fix_social_media_icons
...
Add inline-block directive to social_media_icons on publisher
2013-03-28 07:02:08 -07:00
Juan Manuel Azambuja
d68aac88f8
Add inline-block directive to social_media_icons on publisher
2013-03-28 10:52:10 -03:00
Jonne Haß
1b71436c63
revert to old behaviour of only having mysql in the Gemfile.lock, fixes #4080
2013-03-28 00:56:54 +01:00
Fabian Rodriguez
18f260a06f
Merge pull request #4073 from marceloeloelo/fix_getting_started_confirmation
...
Fix confirmation at getting_started page
2013-03-26 15:05:25 -07:00
Marcelo Casiraghi
b0f76f1764
Fix confirmation at getting_started page
2013-03-25 23:09:38 -03:00
Jonne Haß
f956fca494
make all database adapters available in test env, reensure test related rake tasks are available in development env
2013-03-24 13:48:12 +01:00
L3MNcakes
8eed16c245
Issue #3976 : Send a profile update alongside a sharing notification
...
Issue #3976 : Send a profile update alongside a sharing notification
2013-03-24 06:04:47 +00:00
Jonne Haß
79a79d65d6
Bye Resque. Ohai Sidekiq.
...
* Dropped all references to Resque
* Moved all jobs under app/workers since that's the Sidekiq convention
* Renamed Jobs module to Worker to match new location
* Adapted all jobs to Sidekiq
* Replaced all enqueue calls with perform_async
* Dropped Resque hacks from specs and features, replaced with
sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
* Updated scripts to start a Sidekiq server
* Inline Sidekiq sinatra app
* Let Sidekiq create the actual Redis instance
* Workaround already initialized constant warnings in service models
* Resolved ToDo in one job definition by creating proper exception clases
for some errors in receiving posts
* Added sidekiq section to configuration to make it completly
configurable to the user
* Add Sidekiq middleware for clean backtraces
* Delay HttpMulti retry to give offline pods a chance to come back up
* Do not retry on GUID already taken and alike errors
* Be graceful about deleted posts in GatherOEmbedData
2013-03-21 23:39:07 +01:00
Jonne Haß
3fc3b249e7
End the require mess
...
* Rename and reorganize post fetcher to fix autoloading, also let it use
Faradays default connection so we get nice redirects
* Add initializer to load libs at a central place
* added lib dir to autoload_once paths to increase thread safety
* Moved lib/exceptions.rb to lib/diaspora/ to conform namespacing
2013-03-21 23:37:53 +01:00
Jonne Haß
13ee6129e5
Merge pull request #4007 from diaspora/update_gems
...
Update gems
2013-03-21 15:10:21 -07:00
Jonne Haß
68a6fa3de7
bump slop
2013-03-21 22:07:32 +01:00
Jonne Haß
ba57fb52f2
bump rails-i18n
2013-03-21 22:07:32 +01:00
Jonne Haß
5869fc27c1
bump rack-piwik
2013-03-21 22:07:32 +01:00
Jonne Haß
e932b506b3
bump omniauth-twitter
2013-03-21 22:07:32 +01:00
Jonne Haß
97393faab3
bump rails_admin
2013-03-21 22:07:32 +01:00
Jonne Haß
c8829a703b
bump nokogiri
2013-03-21 22:07:32 +01:00
Jonne Haß
18c66ac6bf
bump lumberjack
2013-03-21 22:07:32 +01:00
Jonne Haß
39b64bd65b
bump ffi
2013-03-21 22:07:31 +01:00
Jonne Haß
90e1a654ad
bump jasmine
2013-03-21 22:07:31 +01:00
Jonne Haß
c320f59c96
bump fssm
2013-03-21 22:07:31 +01:00
Jonne Haß
3c7007c31d
bump chunky_png
2013-03-21 22:07:31 +01:00
Jonne Haß
47be1191f3
bump coffee-script-source
2013-03-21 22:07:31 +01:00
Jonne Haß
e7ff0448ed
bump foreman
2013-03-21 22:07:31 +01:00
Jonne Haß
cb1f31ae8e
bump timecop
2013-03-21 22:07:31 +01:00
Jonne Haß
802ef60cad
bump twitter
2013-03-21 22:07:31 +01:00
Jonne Haß
61841f22a8
bump jwt
2013-03-21 22:07:31 +01:00
Jonne Haß
05ba4d04e7
bump fog
2013-03-21 22:07:30 +01:00
Jonne Haß
2725ef799b
bump redis
2013-03-21 22:07:30 +01:00
Jonne Haß
8aa4d8e0e8
bump cucumber-rails
2013-03-21 22:07:30 +01:00
Jonne Haß
1e00d8b683
bump selenium-webdriver
2013-03-21 22:07:30 +01:00
Jonne Haß
6159074f61
bump childprocess
2013-03-21 22:07:30 +01:00
Jonne Haß
e5311653a8
bump foreigner
2013-03-21 22:07:30 +01:00
Jonne Haß
c6818617e4
bump faraday
2013-03-21 22:07:30 +01:00
Jonne Haß
283b26cc30
bump rspec-rails
2013-03-21 22:07:30 +01:00
Jonne Haß
d8770731fc
bump font-awesome-sass-rails
2013-03-21 21:25:19 +01:00
Jonne Haß
6677746333
bump safe_yaml
2013-03-21 21:25:19 +01:00
Jonne Haß
871abf8d4b
bump unicorn
2013-03-21 21:25:19 +01:00
Jonne Haß
3855eaf223
bump handlebars_assets
2013-03-21 21:25:18 +01:00
Jonne Haß
10e5bb7b0d
bump guard
2013-03-21 21:25:18 +01:00
Jonne Haß
74599f19fc
bump coderay
2013-03-21 21:25:18 +01:00
Jonne Haß
c1ffc59ddb
bump client_side_validations
2013-03-21 21:25:18 +01:00
Jonne Haß
3430e1f90b
bump sass
2013-03-21 21:25:18 +01:00
Jonne Haß
6813434e91
bump excon
2013-03-21 21:25:18 +01:00
Jonne Haß
669faa042d
bump addressable
2013-03-21 20:50:25 +01:00
Jonne Haß
56a1cc75bb
Merge pull request #4070 from workwareusa/patch-1
...
Update diaspora.yml.example
2013-03-21 11:12:14 -07:00
workwareusa
8745611f33
Update diaspora.yml.example
...
Fixed the wording so admins know invites are either enabled or disabled, and the number of invites is set by default to 25.
2013-03-21 14:30:13 -03:00
Jonne Haß
a55f6fd98c
Merge branch 'hotfix/0.0.3.4' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2013-03-18 21:10:29 +01:00
Jonne Haß
ae0acf2975
Merge branch 'hotfix/0.0.3.4'
2013-03-18 21:09:38 +01:00
Jonne Haß
1a995aa47c
bump rails to 3.2.13, release 0.0.3.4
2013-03-18 21:07:55 +01:00
Jonne Haß
1a58f9cf29
Merge branch 'mobile_comment' of https://github.com/movilla/diaspora into develop
...
Conflicts:
Changelog.md
2013-03-18 20:59:39 +01:00
Jonne Haß
6bb3967d33
Merge pull request #4063 from movilla/reshare_mobile_delete
...
Mobile error 500 if a reshared (original) post will be deleted. Close #3409
2013-03-18 12:32:50 -07:00
movilla
bf2bd5a97c
Hide comment button in the mobile view when not signed in
2013-03-18 20:15:55 +01:00
movilla
3990bebcf4
Fix mobile view of deleted reshares
2013-03-18 16:52:37 +01:00
Florian Staudacher
47046013ae
Merge pull request #4061 from MrZYX/gemfile_rework
...
rework Gemfile
2013-03-16 05:02:35 -07:00
Florian Staudacher
472649f0d7
Merge pull request #4050 from Flaburgan/patch-2
...
Update en.yml
2013-03-16 04:29:38 -07:00
Jonne Haß
2afa2899c5
rework Gemfile
2013-03-15 21:00:27 +01:00
Jonne Haß
e51443b3ef
Merge pull request #4059 from marpo60/remove_unnecessary_javascript_views
...
delete unused javascript views
2013-03-15 11:45:22 -07:00
Juan Manuel Azambuja
06dc53749a
delete unused javascript views
2013-03-15 14:39:34 -03:00
Jonne Haß
d9b36cd312
update changelog [ci skip]
2013-03-15 17:47:09 +01:00
Jonne Haß
8f6ae75423
Merge pull request #4039 from marpo60/diaspora_with_sprites
...
Add Sprites to Diaspora!
2013-03-15 09:44:27 -07:00
Jonne Haß
5a26d0b639
added sprites to .gitignore
2013-03-15 16:10:34 +01:00
Antoine D
fa1d0ce68e
Update en.yml
...
Only one sentence was not in future.
2013-03-14 20:42:04 +01:00
Florian Staudacher
ecd93bca6f
Merge pull request #4056 from marpo60/fix-4023
...
fix reshares in single post-view
2013-03-13 01:28:07 -07:00
Fabián Rodríguez
d63aff8ea8
update changelog
2013-03-12 20:24:03 -03:00
Juan Manuel Azambuja
78e1f6f251
add assets:preocompile prerequisite for cucumber specs on CI
2013-03-12 12:23:55 -03:00
Fabián Rodríguez
0a3e242e79
fix reshares in single post-view
2013-03-11 22:45:25 -03:00
Juan Manuel Azambuja
2556f08b89
[Sprites] update sprites after develop merge
2013-03-11 20:16:16 -03:00
Juan Manuel Azambuja
1115e10536
Merge branch 'develop' into diaspora_with_sprites
...
Conflicts:
Gemfile
Gemfile.lock
app/assets/stylesheets/application.css.sass
app/assets/templates/comment_tpl.jst.hbs
app/assets/templates/stream-element_tpl.jst.hbs
app/helpers/aspects_helper.rb
app/helpers/contacts_helper.rb
app/views/aspects/_aspect_listings.haml
app/views/aspects/toggle_contact_visibility.js.erb
app/views/contacts/_aspect_listings.haml
app/views/layouts/_header.html.haml
app/views/shared/_footer.html.haml
app/views/tags/_followed_tags_listings.haml
2013-03-11 20:10:55 -03:00
Juan Manuel Azambuja
8686cb4fcb
[Sprites] social media logos sprite usage
2013-03-11 19:27:35 -03:00
Juan Manuel Azambuja
8747e6601d
[Sprites] add sprites for branding
2013-03-11 19:26:57 -03:00
Juan Manuel Azambuja
f429cacd7a
[Sprites] add sprites for icon images
2013-03-11 19:26:11 -03:00
Jonne Haß
33acc1f7a2
Merge branch 'hotfix/0.0.3.3' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2013-03-11 21:24:56 +01:00
Jonne Haß
2ca35fbb24
Merge branch 'hotfix/0.0.3.3'
2013-03-11 21:23:43 +01:00
Jonne Haß
c7283c60a1
release 0.0.3.3
2013-03-11 21:23:28 +01:00
Alexander Wenzowski
57669017bd
bundler should communicate with rubygems using ssl
2013-03-11 21:21:31 +01:00
Florian Staudacher
0de68fb713
Merge pull request #4029 from MrZYX/4027-unicode-tags
...
decode tag name before passing it into TagFollowingAction
2013-03-11 05:51:54 -07:00
Jonne Haß
1761fc35a7
Merge pull request #4031 from movilla/test_mobile
...
Add some tests for mobile page
2013-03-10 09:14:06 -07:00
movilla
7a8269ebf3
* Add test for mobile page: Edit profile mobile, Conversations mobile, Getting Started mobile
...
* Complete the existing: Post mobile.
* Complete some test for no mobile: Edit profile, Post main.
* Fix little error css and js mobile.
* Add file-upload-custom javascripts to mobile.js.
2013-03-10 15:02:18 +01:00
Jonne Haß
97a8ff65ba
Merge pull request #4048 from marpo60/s3_max_age
...
Set max-age header to Amazon S3 resources
2013-03-10 06:14:49 -07:00
Jonne Haß
931577c801
Merge pull request #4052 from jaywink/3706-facebook-missing-link
...
If post has photos, always include url in post to Facebook
2013-03-10 06:13:47 -07:00
Jason Robinson
affa713616
If post has photos, always include url in post to Facebook to stay consistant with other servies, fixes #3706
2013-03-10 08:15:12 +02:00
Jonne Haß
3c29007c39
Merge pull request #4051 from Flaburgan/clean-delete-validation
...
Remove duplicate sentence from delete account confirmation pop up
2013-03-09 05:50:19 -08:00
Flaburgan
98da6a3978
Remove duplicate sentence from delete account confirmation pop up
2013-03-09 14:15:11 +01:00
Marcelo Dominguez
b950c4f171
Set max-age header to Amazon S3 resources
2013-03-08 16:07:56 -02:00
Florian Staudacher
8829d2a81e
zsh doesn't find custom source files otherwise ... [ci skip]
2013-03-08 15:50:42 +01:00
Jonne Haß
60bd29aa68
decode tag name before passing it into TagFollowingAction, fixes #4027
2013-03-08 13:47:55 +01:00
Florian Staudacher
f8513c2005
Merge pull request #3944 from MrZYX/modular_layouts
...
Modular layouts
2013-03-08 02:50:43 -08:00
Jonne Haß
f61ef4069d
Merge pull request #4046 from embs/feature/4042-show-timestamp-on-comment-hover
...
Show timestamp when hovering on comment time-ago string. Closes #4042
2013-03-08 02:03:34 -08:00
embs
e7daa978e3
Show timestamp when hovering on comment time-ago string. Closes #4042
2013-03-08 00:33:19 -03:00
Jonne Haß
20484fd3dd
Merge pull request #4036 from pestrada/4030-resize-textarea-after-commenting
...
reset comment box height after posting a comment
2013-03-07 12:12:59 -08:00
pestrada
18aeeb052b
reset comment box height after posting a comment
...
refactor create comment method
2013-03-07 12:55:03 -06:00
Jonne Haß
55cb070ac9
add header to sign up page
2013-03-06 19:01:07 +01:00
Jonne Haß
ffc6c1102e
dry up and modularize layouts
2013-03-06 19:00:34 +01:00
Jonne Haß
43f21d6e55
Pass the real values to stderr_path and stdout_path in unicorn.rb since it runs a case statement on them
2013-03-05 23:37:51 +01:00
Jonne Haß
d02e9b72c2
Merge pull request #4037 from marpo60/avoid_redirect
...
Avoid redirect
2013-03-04 00:41:12 -08:00
Marcelo Dominguez
88e76448b6
Avoid unnecessarily redirect
2013-03-03 23:10:53 -02:00
Marcelo Dominguez
e2ad0cbb81
Remove whitespaces
2013-03-03 23:10:31 -02:00
Jonne Haß
bc0a9c8f89
Merge pull request #4034 from Gallaecio/gl
...
Updated the Galician (gl) translation.
2013-03-03 12:34:34 -08:00
Adrián Chaves Fernández (Gallaecio)
3d84467532
Updated the Galician (gl) translation.
2013-03-03 21:15:07 +01:00
Jonne Haß
ad16451e1f
Merge pull request #4006 from afrerich/feature/3899-long-tags-break-the-layout
...
fade long tag names - refs diaspora/diaspora#3899
2013-03-02 12:20:15 -08:00
aaronf
cd78aa5a65
fade long tag names - refs diaspora/diaspora#3899
2013-03-02 13:57:30 -06:00
Jonne Haß
2ac16f41fb
Merge pull request #4024 from instrumentio/feature/corrupt-fsck-roxml
...
roxml should be loaded from rubygems
2013-03-01 15:46:42 -08:00
Alexander Wenzowski
98207ed9ea
roxml should be loaded from rubygems
2013-03-01 17:36:38 -05:00
Jonne Haß
7a89d8b161
only try to delete a post from a service if we're able to
2013-03-01 18:54:01 +01:00
Jonne Haß
1256fda24b
make randomly on postgres failing spec pending for now
2013-03-01 03:54:44 +01:00
Jonne Haß
7b56c2dd52
Do not fail on receiving a SignedRetraction via the public route
2013-03-01 03:38:36 +01:00
Jonne Haß
fa8f4bd0b1
Merge pull request #4018 from instrumentio/feature/bundler
...
bundler should communicate with rubygems using ssl
2013-02-28 16:31:40 -08:00
Alexander Wenzowski
63f9a6f1ba
bundler should communicate with rubygems using ssl
2013-02-28 19:05:39 -05:00
Jonne Haß
c5ecc872ce
add integration spec for retracting a comment
2013-02-28 17:20:33 +01:00
Jonne Haß
ccedb6eff0
delegate parent_author to the target of a RelayableRetraction
2013-02-28 17:01:58 +01:00
Jonne Haß
df1abefc1c
Merge pull request #4015 from movilla/upload_photo_1
...
Fix css and js error with upload photo mobile
2013-02-27 17:11:04 -08:00
movilla
9b2d3c66bf
fix css and js error with upload photo mobile
2013-02-28 01:09:40 +01:00
Jonne Haß
b1cdc30367
Merge pull request #4004 from movilla/upload_photo
...
Upload photo mobile. Close #3324
2013-02-26 15:30:09 -08:00
movilla
76b1e9b0dc
Add the ability to upload photos from the mobile site
2013-02-26 23:25:58 +01:00
Jonne Haß
cf9659de4a
fix XSS vulnerability in conversations#new, closes #4010
2013-02-26 19:09:30 +01:00
Jonne Haß
3e32472dbb
Merge branch 'hotfix/0.0.3.2'
2013-02-26 19:06:40 +01:00
Jonne Haß
d6ff67fde2
fix XSS vulnerability in conversations#new, closes #4010
2013-02-26 19:06:01 +01:00
Jonne Haß
1b4f919b5e
Merge pull request #4008 from pestrada/3836-avoid-empty-comments
...
avoid posting empty comments
2013-02-26 02:47:33 -08:00
pestrada
3f3409a0a5
avoid posting empty comments
...
fix Jasmine test
updated changelog with bugfix #3836
fix changelog update
remove wrong bug fix line
2013-02-25 18:27:46 -06:00
Jonne Haß
3c9ce435e1
Merge branch 'hotfix/0.0.3.1' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2013-02-24 17:26:45 +01:00
Jonne Haß
4a92508281
Merge branch 'hotfix/0.0.3.1'
2013-02-24 17:25:39 +01:00
Jonne Haß
b487c389bc
release 0.0.3.1
2013-02-24 17:25:02 +01:00
Jonne Haß
6bb644f058
Sort tag followings alphabetically, not in reverse, fixes #3986
2013-02-24 17:23:01 +01:00
movilla
5d46baf33e
Wrap text if too long in mobile notifications
...
Conflicts:
Changelog.md
2013-02-24 17:23:01 +01:00
movilla
bfa8b92c57
Fixed removing images from publisher on the profile and tags pages
2013-02-24 17:23:01 +01:00
Jonne Haß
ee0d7b2e8b
move custom splash page login into the controller, fixes #3991
2013-02-24 17:23:01 +01:00
movilla
099f4a61e4
Include our custom fileuploader on the mobile site too
2013-02-24 17:23:01 +01:00
Jonne Haß
e232e164e4
exec foreman in script/server
2013-02-24 17:23:00 +01:00
Jonne Haß
ce8b3c89db
update changelog; replace "pre" releases with a plain "head"
...
Conflicts:
config/defaults.yml
2013-02-24 17:22:56 +01:00
Florian Staudacher
c984499d38
Merge pull request #3997 from MrZYX/reversed_tag_followings
...
Sort tag followings alphabetically, not in reverse, fixes #3986
2013-02-24 08:05:26 -08:00
Jonne Haß
0cf1c2d020
Sort tag followings alphabetically, not in reverse, fixes #3986
2013-02-24 16:22:01 +01:00
Jonne Haß
75c67e7d9b
Merge pull request #4002 from marpo60/refactor_people_show
...
Refactor people show
2013-02-24 07:09:10 -08:00
Fabián Rodríguez
eb8e777873
update changelog
2013-02-24 12:24:35 -02:00
Fabián Rodríguez
c1eb986f5b
remove unnecessary code from people_controller#contacts and use #each in view
2013-02-23 22:36:04 -02:00
Fabián Rodríguez
e76935daaf
remove inline styles from views/people/show
2013-02-23 22:36:04 -02:00
Fabián Rodríguez
7472642bd1
Refactor:
...
*people_controller#show
*photos_controller#index
*views/people/show both html and mobile
2013-02-23 22:36:03 -02:00
Jonne Haß
19b9b0edb8
Merge pull request #3990 from movilla/mismatch_author_name
...
Wrap text if too long in mobile notifications
2013-02-22 07:51:20 -08:00
movilla
c52a878e86
Wrap text if too long in mobile notifications
2013-02-22 16:15:25 +01:00
Florian Staudacher
f788f3426a
Merge pull request #3946 from MrZYX/feature/1781-include-reshares-in-user-feed
...
Include reshares in the public user feed, closes #1781
2013-02-21 13:37:29 -08:00
Jonne Haß
fe850e9e6e
Merge pull request #3995 from movilla/delete_upload
...
Delete images uploaded publisher profile/tags
2013-02-21 13:28:11 -08:00
movilla
e0d0d0f668
Fixed removing images from publisher on the profile and tags pages
2013-02-21 22:19:24 +01:00
Jonne Haß
abaf7f9a27
bump selenium-webdriver
2013-02-21 16:54:26 +01:00
Jonne Haß
35350d1ceb
Include reshares in the public user feed, closes #1781
2013-02-21 14:32:28 +01:00
Jonne Haß
0fd3bcb397
move custom splash page login into the controller, fixes #3991
2013-02-21 13:46:04 +01:00
Jonne Haß
125cbef69c
Merge pull request #3994 from movilla/upload_mobile
...
Problem with the button to upload images on the mobile interface
2013-02-20 16:31:44 -08:00
movilla
5769abcc32
Include our custom fileuploader on the mobile site too
2013-02-20 16:01:08 +01:00
Jonne Haß
5cede18e8d
exec foreman in script/server
2013-02-18 21:31:54 +01:00
Jonne Haß
ba9aee5902
update changelog; replace "pre" releases with a plain "head"
2013-02-18 20:20:50 +01:00
Jonne Haß
1f4787aa6d
Merge pull request #3980 from L3MNcakes/feature/facebook_delete
...
Feature/facebook delete
2013-02-18 11:17:51 -08:00
L3MNcakes
1120cba5f0
Issue #3939 : Posts to Facebook do not delete
2013-02-18 18:21:59 +00:00
Jonne Haß
288e1ddd6c
Merge branch 'release/0.0.3.0'
2013-02-17 18:55:26 +01:00
Jonne Haß
35ba082ab5
Merge branch 'overflow_mobile_post' of git://github.com/movilla/diaspora into develop
...
Conflicts:
Changelog.md
2013-02-17 15:48:34 +01:00
Jonne Haß
40b10dc0d9
Merge branch 'overflow_author_infor' of git://github.com/movilla/diaspora into develop
...
Conflicts:
Changelog.md
2013-02-17 15:47:20 +01:00
Jonne Haß
4264804343
Merge pull request #3984 from movilla/frienliar_new_conversation
...
Friendlier new conversation mobile
2013-02-17 06:44:59 -08:00
Jonne Haß
c5e712b17a
fix markdown syntax in the changelog [ci skip]
2013-02-17 15:09:15 +01:00
Jonne Haß
469b361869
update changelog [ci skip]
2013-02-17 14:58:28 +01:00
Jonne Haß
f3093ca8ae
Merge pull request #3864 from Raven24/aspect_memberships
...
[WIP] aspect membership dropdown Backbone.js rework
2013-02-17 05:54:12 -08:00
Jonne Haß
1f0f9dabc1
last minute updates to french locale
2013-02-17 14:52:25 +01:00
Jonne Haß
20f6034bbb
fix missing quote in javascript.ca.yml
2013-02-17 14:10:37 +01:00
Jonne Haß
3111c805de
Merge branch 'master' of git://gitorious.org/diaspora-l10n-ca/diaspora-l10n-ca into develop
2013-02-17 14:08:39 +01:00
Jonne Haß
bfc811d912
updated 112 locale files [ci skip]
2013-02-17 14:08:36 +01:00
Jonne Haß
150f03489a
remove obsolete thin.yml
2013-02-17 14:02:33 +01:00
Jonne Haß
9ffe47aab4
bump recommend ruby to 1.9.3-p385
2013-02-17 13:57:15 +01:00
Florian Staudacher
7b340b0056
Merge pull request #3955 from diaspora/update_gems
...
Update gems
2013-02-17 04:50:19 -08:00
Florian Staudacher
4cbae601e8
[WIP] aspect membership dropdown Backbone.js rework
...
* initial backbone port
* changed AspectMembershipsController#destroy to use aspect_membership_id
* included rudimentary jasmine specs
* more specs, updating the list elements after de-/selection
* update selected aspect count on button
* don't even try to render html in AspectMembershipsController
* more specs for button summary text
* adapt aspect management on contacts page and in the popup boxes
* adapt inline creation of aspects + memberships
TODO
* more tests
2013-02-17 13:40:10 +01:00
Jonne Haß
131fdd4b2f
bump handlebars_assets
2013-02-17 12:48:31 +01:00
Jonne Haß
79d4751d73
bump ffi
2013-02-17 12:48:31 +01:00
Jonne Haß
2ae4d10431
bump remotipart
2013-02-17 12:48:31 +01:00
Jonne Haß
34a89a2794
bump omniauth
2013-02-17 12:48:31 +01:00
Jonne Haß
3ae073a2dc
bump mini_magick
2013-02-17 12:48:31 +01:00
Jonne Haß
f5df8a9c90
bump unicorn
2013-02-17 12:48:30 +01:00
Jonne Haß
a858ad83f6
bump faraday
2013-02-17 12:48:30 +01:00
Jonne Haß
90b3fdda8e
bump activerecord-import
2013-02-17 12:48:30 +01:00
Jonne Haß
d75ddbccab
bump mutli_json
2013-02-17 12:48:30 +01:00
Fabián Rodríguez
8d7dd965d8
update handlebars_assets to 0.10.0
2013-02-17 12:48:30 +01:00
Fabián Rodríguez
de112300ca
remove use csv instead of fastercsv
2013-02-17 12:48:29 +01:00
Fabián Rodríguez
ac866a321d
remove fastercsv form Gemfile & Gemfile.lock
2013-02-17 12:48:29 +01:00
Jonne Haß
e723d9f3d1
bump foreigner
2013-02-17 12:48:29 +01:00
Jonne Haß
9fdd1d4119
bump crack
2013-02-17 12:48:29 +01:00
Jonne Haß
1749cfd628
bump kgio
2013-02-17 12:48:29 +01:00
Jonne Haß
9a90a799e6
bump twitter
2013-02-17 12:48:28 +01:00
Jonne Haß
5cac4ce5d7
bump gherkin
2013-02-17 12:48:28 +01:00
Jonne Haß
de7acb1579
bump guard
2013-02-17 12:48:28 +01:00
Jonne Haß
70804a2f77
bump timecop
2013-02-17 12:48:28 +01:00
Jonne Haß
cc3f470502
bump rails_admin and haml
2013-02-17 12:48:28 +01:00
Jonne Haß
8d7073a475
bump factory_girl_rails
2013-02-17 12:48:27 +01:00
Jonne Haß
7337dd7972
bump carrierwave
2013-02-17 12:48:27 +01:00
Jonne Haß
2bad517ceb
bump selenium-webdriver
2013-02-17 12:48:27 +01:00
Jonne Haß
6366cf5a1d
bump fog
2013-02-17 12:48:27 +01:00
Jonne Haß
c4b0709851
bump rack-ssl
2013-02-17 12:48:27 +01:00
Jonne Haß
0a124acdf0
Revert "fix regression from #3968 "
...
Revert "Merge pull request #3968 from marpo60/limit_shareable_from_person_queries"
This reverts commit ddfc558a9b .
This reverts commit 30ed4b4e70 , reversing
changes made to f50ce2cb1d .
limiting the fetch of the IDs breaks paginating, there's no quick way to fix that
I left the spec in for future use.
2013-02-16 23:48:10 +01:00
Jonne Haß
ddfc558a9b
fix regression from #3968
...
Not ordering the IDs caused incorret ones returned
The spec is totally at the wrong level but I couldn't make
something up that exposed the bug at a deeper level :(
2013-02-16 23:22:14 +01:00
movilla
ce76f12591
friendlier new-conversation mobile
2013-02-16 22:53:43 +01:00
movilla
dfcc8e7c80
Overflow info_author mobile web
2013-02-16 14:51:51 +01:00
movilla
4d6110246e
Overflow name author mobile post
2013-02-15 17:44:54 +01:00
Jonne Haß
4dd1c728e5
...and make sure that it is a new list item... [ci skip]
2013-02-15 01:10:46 +01:00
Jonne Haß
ea8fd164be
Update Code Climate badge [ci skip]
2013-02-15 01:09:30 +01:00
Jonne Haß
ad4ba363a9
Merge branch 'hotfix/0.0.2.5' into develop
...
Conflicts:
Changelog.md
Gemfile.lock
config/defaults.yml
2013-02-11 20:54:35 +01:00
Jonne Haß
2f5ef39e1a
Merge branch 'hotfix/0.0.2.5'
2013-02-11 20:51:29 +01:00
Jonne Haß
f2ce9fa17f
* Fix CVE-2013-0269 by updating the gems json to 1.7.7 and multi\_json to 1.5.1. [Read more]( https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/4_YvCpLzL58 )
...
* Additionally ensure can't affect us by bumping Rails to 3.2.12. [Read more](https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/AFBKNY7VSH8 )
* And exclude CVE-2013-0262 and CVE-2013-0263 by updating rack to 1.4.5.
2013-02-11 20:51:02 +01:00
Jonne Haß
c5f52248a6
Merge pull request #3967 from prellele/autoscroll_to_unread_messages_in_conversation
...
added a id and a autoscroll to first unread message in conversation
2013-02-11 08:22:03 -08:00
Lennart Prelle
2d0abe8309
added a id and a autoscroll to first unread message in conversation ( Fix : #3216 )
2013-02-11 16:15:01 +01:00
Jonne Haß
1c2b80b7aa
Merge pull request #3973 from movilla/buttons_mobile
...
Buttons on mobile are hard to click on
2013-02-09 10:21:10 -08:00
movilla
63f1d1c197
friendlier mobile buttons
2013-02-09 15:23:04 +01:00
Jonne Haß
30ed4b4e70
Merge pull request #3968 from marpo60/limit_shareable_from_person_queries
...
limit ShareablesFromPerson queries to improve performance
2013-02-06 05:27:07 -08:00
Jonne Haß
f50ce2cb1d
Merge pull request #3963 from movilla/publisher_counter
...
Twitter/Facebook/Tumblr count down characters is hidden by the picture of the post. Close #3956
2013-02-06 05:24:53 -08:00
Fabián Rodríguez
38cf1efdd4
update changelog
2013-02-05 23:52:04 -02:00
Fabián Rodríguez
703c52f74c
limit ShareablesFromPerson queries to improve performance
2013-02-05 23:35:00 -02:00
movilla
4343914cdb
Twitter/Facebook/Tumblr count down characters is hidden by the picture of the post
2013-02-04 21:31:48 +01:00
Jonne Haß
3f3b8f0d28
Merge pull request #3921 from Ruxton/feature/changelog_url
...
Add a changelog_url helper
2013-02-04 03:29:24 -08:00
Ruxton
60f5173c77
Spec coverage for changelog_url and adjustment to behaviour
2013-02-04 11:00:57 +08:00
Ruxton
ff7308685a
Add a changelog_url helper so that pods can report a more correct changelog
2013-02-04 09:45:36 +08:00
Jonne Haß
880d440f3b
bump recommended ruby and rubygems version to the latest and greatest
2013-02-04 00:40:12 +01:00
Jonne Haß
1b73817a5e
bump and lock down rmagick
2013-02-04 00:39:41 +01:00
Jonne Haß
5a5d891a09
Merge pull request #3953 from movilla/search_mobile
...
Adapt css for search mobile page
2013-02-02 16:56:27 -08:00
movilla
0ea7bc5258
Adapt css for search mobile page
2013-02-02 23:23:22 +01:00
Jonne Haß
865152be90
Merge pull request #3949 from movilla/gettins_started
...
Add Getting_Started page mobile. Close #3854
2013-02-02 08:00:16 -08:00
Jonne Haß
801669850f
Merge pull request #3951 from movilla/status_new
...
Excessive padding with select aspect in mobile publisher
2013-02-02 07:56:06 -08:00
movilla
27813ec5dd
Excessive padding with select aspect in mobile publisher
2013-02-02 16:41:14 +01:00
movilla
507e8ee199
Add Getting_Started page mobile
2013-02-02 16:02:19 +01:00
Jonne Haß
b8128d356b
Merge branch 'hotfix/0.0.2.4' into develop
...
Conflicts:
Changelog.md
app/views/people/show.html.haml
config/defaults.yml
spec/helpers/layout_helper_spec.rb
2013-02-01 22:24:37 +01:00
Jonne Haß
dfbb6fa324
Merge branch 'hotfix/0.0.2.4'
2013-02-01 22:22:09 +01:00
Jonne Haß
7134513b28
Fix XSS vulnerabilities caused by not escaping a users name fields when loading it from JSON. #3948
...
From a quick look at the for us available databases this was not actually used in the wild.
2013-02-01 22:20:31 +01:00
Asphyxia
6df84ed703
Fix wrong message on infinite scroll on contact page
2013-01-31 23:09:51 -03:00
Jonne Haß
1b3664a157
Merge pull request #3947 from asphxia/3272-repeated-post-on-stream
...
Repeated post on stream fails when content is the same
2013-01-31 17:42:20 -08:00
Asphyxia
07ae4e618c
Repeated post on stream fails when content is the same
2013-01-31 22:01:09 -03:00
Jonne Haß
baadb49ebf
Merge pull request #3844 from asphxia/feature/3672-reshare-alert-box-appearing-twice
...
Issue #3672 : Reshare alert box is appearing twice
2013-01-31 11:13:13 -08:00
Jonne Haß
ff10ffe43c
update feature to match overriden translation
2013-01-31 19:31:38 +01:00
Jonne Haß
01299ee8e8
update spec to match overriden translation
2013-01-31 19:25:30 +01:00
Jonne Haß
1aa8b6e9f2
do not display the publisher on the profile photos page
2013-01-31 19:25:30 +01:00
Asphyxia
1ed0318db7
Reshare alert box is appearing twice
2013-01-31 14:52:47 -03:00
Jonne Haß
dc8a0eb94b
Merge pull request #3914 from asphxia/3149-timeago-show-timestamp
...
Hovering a Timeago-String should show the Timestamp
2013-01-31 08:54:03 -08:00
Asphyxia
b91ed859a1
Hovering a Timeago-String should show the Timestamp
2013-01-31 13:43:37 -03:00
Jonne Haß
cba76060bf
ensure our locales are at the bottom of the load path, fixes #2614
2013-01-31 16:41:09 +01:00
Jonne Haß
c763586a6a
Merge pull request #3918 from asphxia/3910-stream-form-on-profile-page
...
Stream form on profile page
2013-01-31 03:32:54 -08:00
Asphyxia
389e93a3ae
Stream form on profile page
2013-01-31 00:15:27 -03:00
Jonne Haß
d398365641
Merge branch 'movilla-settings_mobile' into develop
2013-01-29 15:13:19 +01:00
Jonne Haß
4eb98cd7dc
Merge branch 'settings_mobile' of git://github.com/movilla/diaspora into movilla-settings_mobile
...
Conflicts:
Changelog.md
2013-01-29 14:58:11 +01:00
Jonne Haß
58b4907de8
Merge pull request #3937 from marpo60/refactor-contacts-view
...
Refactor contacts view
2013-01-29 04:08:59 -08:00
Fabián Rodríguez
8c6b539224
update changelog
2013-01-29 10:02:46 -02:00
Fabián Rodríguez
8b4aab0780
change #count to #size in notifications_helper to reduce queries
2013-01-29 10:01:09 -02:00
Fabián Rodríguez
d4d3bf8af6
fix translation in contacts_helper
2013-01-29 10:01:08 -02:00
Fabián Rodríguez
649844ea6a
Refactor contacts/index
2013-01-29 10:01:08 -02:00
Jonne Haß
099b4063d2
Merge pull request #3932 from marpo60/improve-tags-query
...
don't join the tags table here, it makes the query slower
2013-01-29 03:56:49 -08:00
Jonne Haß
6ded1238c7
bump configurate
2013-01-29 12:54:35 +01:00
Fabián Rodríguez
130e4cfbd2
update changelog
2013-01-28 19:24:27 -02:00
Fabián Rodríguez
4fa04e88ac
don't join the tags table here, it makes the query slower
2013-01-28 18:57:26 -02:00
Jonne Haß
74613b0b15
Merge branch 'hotfix/0.0.2.3' into develop
...
Conflicts:
Changelog.md
Gemfile.lock
2013-01-28 20:41:25 +01:00
Jonne Haß
7f865e739c
Merge branch 'hotfix/0.0.2.3'
2013-01-28 20:39:06 +01:00
Jonne Haß
8a8ee42ebc
Update Devise to 2.1.3
...
http://blog.plataformatec.com.br/2013/01/security-announcement-devise-v2-2-3-v2-1-3-v2-0-5-and-v1-5-3-released/
2013-01-28 20:38:30 +01:00
movilla
0010819343
add settings web mobile
2013-01-27 20:38:19 +01:00
Jonne Haß
6653684f64
Merge pull request #3920 from asphxia/3906-left-side-panel-ui-changes
...
Side panel ui changes
2013-01-27 08:24:47 -08:00
Jonne Haß
dc2d403ae1
Merge pull request #3930 from divout/feature/2339-rtl-usernames
...
fix #2339 : set unicode-bidi property to prevent username to overlay the pubdate [ci skip]
2013-01-27 05:39:33 -08:00
Ivan K
549aa29cf1
fix #2339 : set unicode-bidi property to prevent username to overlay the pubdate
2013-01-27 18:49:42 +06:00
Asphyxia
6ee921235e
Side panel ui changes
2013-01-27 08:04:33 -03:00
fhsdi2
931e4c4f41
Fix uncapitalization of a word
2013-01-26 16:09:34 -02:00
Jonne Haß
b654fb2d02
one unicorn worker should be enough for development
2013-01-26 13:28:40 +01:00
Jonne Haß
946121f672
Merge pull request #3827 from diasp/feature/1338-links-sidebar
...
Show links in sidebar #1338
2013-01-26 04:09:22 -08:00
Jonne Haß
8944d5668f
Merge pull request #3818 from diasp/feature/3793-scaled-full-images
...
#3793 resize full scaled image to a specific width
2013-01-26 04:04:04 -08:00
Diaspora Europe
6d4e577676
show links in sidebar #1338
2013-01-26 11:59:15 +01:00
Diaspora Europe
e8d86f09bb
resize full scaled image to a specific width #3793
2013-01-26 11:36:01 +01:00
Jonne Haß
d5de50c255
Merge pull request #3861 from movilla/user-controls
...
Excesive padding "user-controls" in single post view - Only 0.0.3.0 -
2013-01-25 08:51:13 -08:00
movilla
5d3e9f5c3d
Excesive padding with "user-controls" in single post view
2013-01-25 17:34:23 +01:00
Jonne Haß
cb640b91b3
Merge pull request #3880 from Ruxton/feature/oembed_providers
...
Oembed Update - Added instagram, better display for rich/photo
2013-01-25 07:50:24 -08:00
Ruxton
e8decc200e
Adding jasmine coverage for oEmbed updates
2013-01-25 23:47:49 +08:00
Ruxton
60024d7e20
Someone isn't a StarWars fan.
2013-01-25 22:43:56 +08:00
Ruxton
40fdf3819b
Added DailyMotion & Twitter oEmbeds
2013-01-25 22:31:44 +08:00
Jonne Haß
aadbd95215
Markerb got a release so we can get rid of another gem pulled from git \o/
2013-01-25 13:26:19 +01:00
Jonne Haß
ed2258a294
Merge pull request #3849 from asphxia/feature/3806-overflow-comment-textarea
...
Issue #3806 : Overflow comment textarea
2013-01-25 03:24:34 -08:00
Jonne Haß
49cabca34b
Merge pull request #3884 from malavbhavsar/develop
...
Fix services index view
2013-01-25 03:22:18 -08:00
malavbhavsar
4629afb1f5
Fix services index view.
2013-01-24 23:00:53 -05:00
Asphyxia
f2c67b0d8a
Overflow comment textarea
2013-01-24 22:52:14 -03:00
Ruxton
89042078ca
Oembed Update - Added instagram, better display for rich/photo
2013-01-22 22:37:36 +08:00
Jonne Haß
31849e1442
Merge pull request #3878 from asphxia/3874-distorted-profile-image
...
Issue #3874 : Distorted profile thumbnail
2013-01-22 02:09:48 -08:00
Asphyxia
7f34c7af7a
Issue #3874 : Distorted profile thumbnail
2013-01-21 22:43:48 -03:00
Jonne Haß
bbaa94f3a5
Merge pull request #3835 from asphxia/3828-unify-tooltip-format-streams
...
streamline / unify "hide" and "ignore" option
2013-01-18 11:14:50 -08:00
Asphyxia
1af0f4bf2d
Issue #3828 : Unify hide and ignore options
2013-01-18 16:08:02 -03:00
Jonne Haß
9ff9364cae
Merge pull request #3858 from asphxia/feature/3851-profile-pictures-not-centered
...
Issue #3851 : Profile pictures not centered
2013-01-18 10:55:05 -08:00
Asphyxia
d6a9818632
Issue #3851 : Profile pictures not centered
2013-01-18 15:51:59 -03:00
Jonne Haß
2708198a89
Merge pull request #3848 from asphxia/feature/3846-wrong-message-on-mobile
...
Issue #3846 : Wrong message on mobile
2013-01-18 10:42:36 -08:00
Asphyxia
5a6090a0fb
Issue #3846 : Wrong message on mobile
2013-01-18 15:40:00 -03:00
Jonne Haß
3a3a56b539
Merge pull request #3860 from asphxia/feature/3840-extra-blank-on-streams
...
Issue #3840 : Fix extra blank on streams
2013-01-18 10:29:41 -08:00
Asphyxia
284c40b4da
Issue #3840 : Fix extra blank on streams
2013-01-18 15:25:01 -03:00
Jonne Haß
8d72447d47
Merge pull request #3832 from asphxia/logged-out-user-streams-options
...
Logged out user streams options
2013-01-18 10:12:13 -08:00
Asphyxia
c0dd888e61
Issue #3832 : Logged-out users stream options
2013-01-18 15:10:13 -03:00
Jonne Haß
86e0addd62
Merge pull request #3725 from diaspora/update_gems
...
Update gems
2013-01-17 04:22:15 -08:00
Jonne Haß
d6bc226e27
update changelog for gem changes
2013-01-17 13:19:50 +01:00
Jonne Haß
cf01b33b5f
bump will_paginate
2013-01-17 02:00:20 +01:00
Jonne Haß
ac2fa74ac8
bump foreman
2013-01-17 02:00:20 +01:00
Jonne Haß
3023fbdee3
bump ffi
2013-01-17 02:00:20 +01:00
Jonne Haß
fe7a49226c
bump asset_sync
2013-01-17 02:00:20 +01:00
Jonne Haß
32c5f25bd0
bump rack
2013-01-17 02:00:20 +01:00
Jonne Haß
2c9f619638
bump gon
2013-01-17 02:00:20 +01:00
Jonne Haß
9de76c10cd
bump sass and sass-rails
2013-01-17 02:00:20 +01:00
Jonne Haß
e07bc6a548
bump nokogiri
2013-01-17 02:00:20 +01:00
Jonne Haß
7c76d42a4d
bump rack-rewrite
2013-01-17 02:00:19 +01:00
Jonne Haß
d91e9517b8
bump selenium-webdriver
2013-01-17 02:00:19 +01:00
Jonne Haß
e0682daba8
bump unicorn
2013-01-17 02:00:19 +01:00
Jonne Haß
44da915489
bump mobile-fu
2013-01-17 02:00:19 +01:00
Jonne Haß
9535e894f3
bump ruby-oembed
2013-01-17 02:00:19 +01:00
Jonne Haß
fb8923232c
bump jquery-rails
2013-01-17 02:00:19 +01:00
Jonne Haß
e1794d89de
bump bootstrap-sass
2013-01-17 02:00:19 +01:00
Jonne Haß
6acbb169d8
bump handlebars_assets
2013-01-17 02:00:19 +01:00
Jonne Haß
df066c9b7a
bump guard
2013-01-17 02:00:19 +01:00
Jonne Haß
d863510543
bump fixture_builder
2013-01-17 02:00:19 +01:00
Jonne Haß
64b86b27c1
bump rspec-rails and rspec
...
fix two specs by not checking for object identity
2013-01-17 02:00:03 +01:00
Jonne Haß
e45ed19c33
bump rails_admin
2013-01-17 01:03:51 +01:00
Jonne Haß
6757845398
bump rails-i18n
2013-01-17 01:02:36 +01:00
Jonne Haß
f57afa7d88
bump omniauth-twitter
2013-01-17 01:02:36 +01:00
Jonne Haß
0282782293
bump twitter
2013-01-17 01:02:36 +01:00
Jonne Haß
0c39e2521b
bump timecop
2013-01-17 01:02:04 +01:00
Jonne Haß
1d9ecfd22e
bump fog
2013-01-17 00:28:57 +01:00
Jonne Haß
ab86423fe9
Merge pull request #3850 from marpo60/port-my-aspects-to-backbone
...
Port my aspects to backbone
2013-01-16 15:13:56 -08:00
Fabián Rodríguez
ed21b327f8
update changelog
2013-01-16 20:14:38 -02:00
Fabián Rodríguez
d7574a9efb
add locale to aspects
2013-01-16 19:59:10 -02:00
Fabián Rodríguez
0f499e7c2e
make publisher work with backbone
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
68e39e0393
fix specs
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
ed4020b9b3
Update stream's title and publisher's dropdown on aspect selection
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
8d202e481b
fix aspect's select_all deselect_all
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
53ba55c9ca
adds stream_aspect class
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
3f314cc7bb
remove streams-aspects
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
f978a75b8c
bootstrap my_aspects data
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
e9031a7bf3
add toSentence support in aspects
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
c0417fab93
add specs for the aspects
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
30a2f0bc33
remove aspect-navigation.js
2013-01-16 19:33:20 -02:00
Fabián Rodríguez
29c48ca557
Add ability to toggle aspects
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
a3162d76dd
little refactor in streams_controller
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
2eba28266b
remove server side rendering of aspects
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
4a07602ad3
add aspects route to backbone router
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
572e6b5639
render aspects client side
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
62fc9880f9
add aspects_list handlebar template
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
00ef2ce1c0
add aspect\'s handlebar template
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
28b3acf36e
add aspects_list_view
2013-01-16 19:33:19 -02:00
Fabián Rodríguez
a9d93beca8
Add aspect_view
2013-01-16 19:33:18 -02:00
Fabián Rodríguez
ae1317dbc0
Add Aspect model and collection to backbone
2013-01-16 19:33:18 -02:00
Jonne Haß
4fc8b52c70
Merge pull request #3785 from diasp/feature/unicorn-log
...
Write unicorn stderr and stdout
2013-01-16 07:04:13 -08:00
Diaspora Europe
fe2a6b5f85
Write unicorn stderr and stdout log
2013-01-16 13:11:33 +01:00
Florian Staudacher
69f0cba5a6
Merge pull request #3822 from diasp/feature/3705-pod-version
...
Show pod version in footer #3705
2013-01-15 10:19:23 -08:00
Diaspora Europe
ac3b2bc99f
pod version in footer and updated link to changelog #3705
2013-01-15 16:45:10 +01:00
Tom Scott
51db25e333
Fix .close img looking off-center.
2013-01-13 23:47:15 -05:00
Tom Scott
e5d027e29e
Merge pull request #3839 from asphxia/feature/3837-hovercard-causes-horizontal-scrollbar
...
Hovercard no longer causes horizontal scrollbar to appear. Fixes #3837 .
2013-01-13 20:41:32 -08:00
Asphyxia
bcc11b3c41
Issue #3837 : Hovercard causes horizontal scrollbar to appear
2013-01-14 00:04:36 -03:00
Tom Scott
575e314cc4
Merge pull request #3834 from asphxia/3833-popups-overlap-header
...
Fix popovers overlapping the header topbar on scroll.
2013-01-12 07:50:45 -08:00
Tom Scott
abce12f274
Merge pull request #3831 from marpo60/fix-reshare
...
Remove the 'Reshare' link on posts if the user has already reshared the post, and displays an error in case a user tries to reshare a post they have already reshared.
2013-01-12 07:06:05 -08:00
Asphyxia
df8f46b5af
fix .popover overlapping header
2013-01-12 10:51:31 -03:00
Asphyxia
cd6bd0e28f
fix after sign-up popups overlaping header
2013-01-12 07:41:16 -03:00
Fabián Rodríguez
af6db5c043
update changelog
2013-01-12 04:52:59 -02:00
Fabián Rodríguez
aabbea6ee2
fix issue #3671 reshare a post multiple times
2013-01-12 04:52:56 -02:00
Jonne Haß
4793ee5d5a
Merge pull request #3821 from diasp/feature/notification-images
...
Add images to notifications
2013-01-11 03:59:10 -08:00
Diaspora Europe
c8ddba6b3e
add images to notifications
2013-01-11 12:30:12 +01:00
Jordi Mallach
d795ed2e3e
Update Catalan translation to 597ab20.
2013-01-09 01:31:58 +01:00
Jordi Mallach
56357ce0bd
Updated Catalan translation to 2d3df3e.
2013-01-09 01:22:25 +01:00
Jonne Haß
414e29f23e
remove merge conflict marker
2013-01-09 00:17:26 +01:00
Jonne Haß
a09a8cbffc
Merge branch 'hotfix/0.0.2.2' into develop
...
Conflicts:
Changelog.md
config/defaults.yml
2013-01-09 00:11:29 +01:00
Jonne Haß
eedf32ed9d
Merge branch 'hotfix/0.0.2.2'
2013-01-09 00:09:46 +01:00
Florian Staudacher
b320e50236
bump Rails to 3.2.11
...
see:
http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15-have-been-released/
2013-01-09 00:09:07 +01:00
Florian Staudacher
b97786661d
add clarifying message to install script (+ fix typo) [ci skip]
2013-01-08 10:11:50 +01:00
Jonne Haß
c6f92198ba
Merge pull request #3813 from Flaburgan/feature/3811-update-and-refactor-default-public-view
...
Feature/3811 update and refactor default public view
2013-01-07 10:31:16 -08:00
Flaburgan
3c84f2e0bd
Update and refactor default public view, close #3811
2013-01-07 18:04:51 +01:00
Jonne Haß
38eba6703e
add Armenian pluralization rule
2013-01-03 23:32:50 +01:00
Jonne Haß
26139fc2dc
Merge branch 'hotfix/0.0.2.1' into develop
...
Conflicts:
Changelog.md
Gemfile
Gemfile.lock
config/defaults.yml
2013-01-02 23:45:53 +01:00
Jonne Haß
947127bec3
Merge branch 'hotfix/0.0.2.1'
2013-01-02 23:41:58 +01:00
Jonne Haß
beb32ce91f
hovercards everywhere (comments, likes, top left sidebar stream summary thingy...)
...
Say a word if you think it's getting too much...
2013-01-01 22:59:12 +01:00
Jonne Haß
fde28e9bea
display hovercards in reshares and on the linked name
2012-12-30 15:17:48 +01:00
Jonne Haß
5ff657204a
Merge pull request #3809 from archSeer/patch-1
...
Load the entire lib folder redux.
2012-12-30 04:31:48 -08:00
Blaž Hrastnik
d3f5f34fa0
Load the entire lib folder refactor.
...
Removed hack, replaced with a proper solution.
2012-12-30 13:08:16 +01:00
Dennis Schubert
679d119d4d
Merge pull request #3802 from Raven24/hovercards
...
Bring back the hovercards... backbone style
2012-12-29 06:41:17 -08:00
Florian Staudacher
0092acd492
re-add hovercards
...
* added a presenter for hovercard json
* added new backbone view for handling hovercard JS
* refactoring of PeopleController
* finished the backbone js version of hovercards
* don't try to make people_controller more restfull, out of scope
just add a new route and use that for hovercard json
* added spec for people_controller#hovercard
* add new exception for "AccountClosed" to be able to raise from anywhere
* removed legacy code, since everything got ported to backbone
(except the "cache" stuff, but that's not strictly necessary)
2012-12-28 22:37:13 +01:00
Jonne Haß
42a01f3a38
fix regression in 0.0.3.0 ( close #3805 )
2012-12-27 17:58:18 +01:00
Florian Staudacher
c2be999395
Merge pull request #3723 from movilla/notice_conversations
...
Show error and flash-notice when sending messages to non contacts
2012-12-26 04:03:32 -08:00
movilla
597ab20715
Show error and flash-notice when sending messages to non contacts
2012-12-26 12:23:37 +01:00
Florian Staudacher
dd8660b12e
Merge pull request #3787 from movilla/notications_all
...
Mark all unread post-related notifications as read, if one of this gets opened. Close #3665
2012-12-24 09:56:19 -08:00
movilla
c1b858a877
Mark all unread post-related notifications as read, if one of this gets opened
2012-12-24 00:13:32 +01:00
Florian Staudacher
4587a926ad
Merge pull request #3740 from movilla/progress_upload
...
Add progress percentage to upload images. Close #3633
2012-12-22 02:57:03 -08:00
movilla
ceace52762
Add progress percentage to upload images
2012-12-20 21:24:09 +01:00
Jonne Haß
760ff95282
Merge pull request #3797 from Raven24/screenshots
...
add cucumber feature for taking screenshots of important pages
2012-12-17 12:26:52 -08:00
Florian Staudacher
ff173e233c
add cucumber feature for taking screenshots of important pages
...
- for before/after comparisons,
including rake tasks for easily generating the images from command line
2012-12-17 20:25:34 +01:00
Jonne Haß
bf9201c002
Merge pull request #3794 from yurkobb/feature/uk-translation-improve
...
Fix and improve Ukrainian locale
2012-12-09 10:23:29 -08:00
Yury Bulka
d8dae23bc2
Fix typos, small improvements to Ukrainian translation
2012-12-09 13:55:26 +02:00
Yury Bulka
ae55f5ab9d
Fixed and improved Ukrainian translation
2012-12-09 13:24:02 +02:00
Jonne Haß
c2e6f69626
Merge pull request #3686 from movilla/flash_conversation_mobile
...
Add flash warning to conversation mobile, unification of flash warning with login and register mobile, and add support for flash warning to Opera browser
2012-12-08 06:35:18 -08:00
movilla
763a893829
Add flash warning to conversation mobile, unification of flash warning with login and register mobile, and add support for flash warning to Opera browser
2012-12-08 14:59:01 +01:00
Jonne Haß
0677459ff9
Merge branch 'css_mobi_notif' of git://github.com/movilla/diaspora into develop
2012-12-08 13:47:13 +01:00
Jonne Haß
15b6b7c56e
bump selenium-webdriver
2012-12-08 12:36:05 +01:00
Jonne Haß
7db763e67b
remove allowed failures from .travis.yml
2012-12-08 01:15:51 +01:00
Jonne Haß
2fcf729f64
don't use a rails method in a pre-rails environment
2012-12-08 00:50:30 +01:00
Jonne Haß
4150a89eb8
fix Gemfile.lock
2012-12-07 22:41:06 +01:00
Florian Staudacher
94760f4c04
update jasmine gem, removed useless spec, + changelog)
2012-12-07 21:21:27 +01:00
Tom Scott
e717eaac70
Remove debugger from the Gemfile.
...
Developers are free to choose their own debugging agent, but unless
it causes problems, personal development gems are not to be
included in the project's Gemfile. This is so each developer can
maintain their own comfortable environment without having workflows
enforced upon them.
Conflicts:
Gemfile.lock
2012-12-07 14:21:09 -05:00
Florian Staudacher
2c7f2d6fbb
Merge branch 'feature/3779-hide-post-icon-alignment' of https://github.com/Flaburgan/diaspora into Flaburgan-feature/3779-hide-post-icon-alignment
...
[ci skip]
Conflicts:
Changelog.md
2012-12-07 17:47:19 +01:00
Jonne Haß
366768eac7
the day I decide to switch to seleniums prerelease 2.27 comes out. great. anyway, still two timeouts, any ideas? anyone?
2012-12-06 18:38:06 +01:00
Jonne Haß
459df9b735
Merge pull request #3791 from movilla/suggest_member
...
Translation "suggest member" of Community Spotlight
2012-12-06 09:34:01 -08:00
Jonne Haß
c28412e1ea
Merge pull request #3792 from movilla/mail_podmin
...
Add feature contact podmin. Close #3770
2012-12-06 09:32:50 -08:00
movilla
491c2a537c
Add feature contact pod admin
2012-12-06 15:26:49 +01:00
movilla
65376a604b
Allow translation of "suggest member" of Community Spotlight
2012-12-06 13:15:34 +01:00
Jonne Haß
e05edcfda6
Revert "hmm, I hate it if these things work locally..."
...
This reverts commit 4cebe42375 .
2012-12-06 10:45:46 +01:00
Jonne Haß
4cebe42375
hmm, I hate it if these things work locally...
2012-12-06 10:45:12 +01:00
Jonne Haß
d836d1102a
let travis find the selenium prerelease
2012-12-06 10:39:31 +01:00
Jonne Haß
613fbb6ffd
lets see what travis has to say about the selenium prerelease
2012-12-06 10:37:11 +01:00
Flaburgan
65c16ac44c
Update changelog
2012-12-02 13:26:46 +01:00
Flaburgan
aee6068412
Resize deletelabel and ignoreuser images to align them
2012-12-02 13:20:24 +01:00
Jonne Haß
18573fe4bb
Merge pull request #3781 from liamn/feature/update-cat-image
...
Update cat image so it's secure - new image from khanb1 on flickr.
2012-12-02 03:13:23 -08:00
Liam
c9559b93f5
Update cat image so it's secure - new image from khanb1 on flickr.
2012-12-02 10:31:45 +00:00
Jonne Haß
9d954b1a60
Merge pull request #3777 from davecocoa/feature/3775-fix-tags-on-profile-edit
...
fix the tag handling on the profiles edit page
2012-12-01 09:18:09 -08:00
David McMullin
86ee4e2020
update changelog
2012-12-01 16:07:41 +00:00
David McMullin
6e912adb88
add a necessary param, fix the retrieve limit
2012-12-01 11:18:13 +00:00
Jonne Haß
bf27cca03a
Do not generate paths like /a/b/c/config/boot.rb/../../Gemfile to require and open things, create a proper path instead.
2012-11-30 18:16:56 +01:00
Jonne Haß
2a7a0b7b99
* made number of unicorn worker processes configurable
...
* made configuration loader indepenent of rails
* corrected mismatch between example and default config (server.db/server.database)
2012-11-30 14:00:25 +01:00
Jonne Haß
669dd87b11
extract configruation system to a gem
2012-11-30 13:35:59 +01:00
Dennis Schubert
656e52360f
Remove REEs garbage collection [ci skip]
...
We are not using REE anymore, so...
2012-11-29 22:57:38 +01:00
Jonne Haß
7aa0726971
use file? instead of exists? to check for correct ca bundle path
2012-11-27 21:14:44 +01:00
Jonne Haß
fc180a4521
guard: minimize running all specs [ci skip]
2012-11-26 14:30:30 +01:00
Jonne Haß
bf698f3882
Do not strip "markdown" in links when posting to services, fix #3765
2012-11-26 14:16:43 +01:00
Jonne Haß
995775955e
Merge pull request #3737 from davecocoa/feature/2704-fix-aspects
...
Feature/2704 fix aspects
2012-11-25 10:07:20 -08:00
David McMullin
c3c603f8cd
Update changelog
2012-11-25 17:41:58 +00:00
David McMullin
0873ae9ab7
improve behaviour of deselect all
2012-11-25 17:38:19 +00:00
David McMullin
f290bcf169
add tests so it doesn't break again
2012-11-25 17:38:19 +00:00
David McMullin
f6b32fd13a
rename the JS so the magic can return
2012-11-25 17:38:19 +00:00
Jonne Haß
96924b8458
updated changelog [ci skip]
2012-11-25 18:31:40 +01:00
Jonne Haß
7b548fd571
Merge pull request #3713 from davecocoa/feature/3630-backbone-ify-followed-tags
...
port tagFollowings to BackBone
2012-11-25 09:30:47 -08:00
Jonne Haß
e536622c4b
update changelog [ci skip]
2012-11-25 18:25:51 +01:00
Jonne Haß
6540fda1e7
Merge pull request #3748 from rschaden/3271-invitation-email-validation
...
3271 invitation email validation
2012-11-25 09:18:29 -08:00
rschaden
49d4079065
add email validation to invitations
2012-11-25 14:25:20 +01:00
Jonne Haß
b2606bc8c8
givup on installing FF16, just allow cucumber to fail until FF17 is supported
2012-11-24 10:35:07 +01:00
Jonne Haß
23cc8a806a
we really need a new selenium release...
2012-11-24 10:26:56 +01:00
Jonne Haß
19ac3bc45c
install libnotify4 too
2012-11-23 01:00:21 +01:00
Jonne Haß
0f6aab9593
giving up on apt, just download the right firefox deb
2012-11-23 00:57:24 +01:00
Jonne Haß
3b05490306
maybe that's a correct ff package version
2012-11-22 23:56:31 +01:00
Jonne Haß
1146421f83
maybe ff 16.0.2 is installable?
2012-11-22 23:45:45 +01:00
Jonne Haß
e8a7f40970
attempt to install ff 16 until there's a new selenium release
2012-11-22 23:42:08 +01:00
Jonne Haß
cb785195c9
update changelog for #3759
2012-11-22 21:19:16 +01:00
Jonne Haß
8b4b893c63
Merge pull request #3759 from bobbyw/feature/3750-last-post-link
...
Fix #3750
2012-11-22 12:16:42 -08:00
Jonne Haß
e25ebe2098
lets see if this fixes anything about the randomly failing comments cuke, still no clue about the recent timeouts
2012-11-22 21:14:26 +01:00
Bobby Wilson
abd4e17daf
Fix #3750
2012-11-22 13:00:47 -07:00
Jonne Haß
76bd782962
bump recommended ruby version to 1.9.3-p327 since it fixes a potential DoS attack
2012-11-22 20:17:00 +01:00
Jonne Haß
e38345bb1c
bump debugger-ruby_core_source
2012-11-22 20:11:11 +01:00
Jonne Haß
bbad82c5d2
this should restore compatibillity with ruby below 1.9.3-p125, not sure if we should hotfix this, if anyone wants to...
2012-11-22 20:04:19 +01:00
Jonne Haß
6ccdb40f6f
update changelog [ci skip]
2012-11-22 10:37:30 +01:00
Jonne Haß
c59bb35087
Merge pull request #3754 from marpo60/housekeeping
...
Housekeeping2
2012-11-22 01:06:30 -08:00
Jonne Haß
5f6e03cfe5
Merge pull request #3714 from marpo60/refactor
...
Housekeeping
2012-11-22 01:06:05 -08:00
Fabián Rodríguez
be2db47f02
remove unnecesary stuff from specs
2012-11-21 18:26:17 -02:00
Fabián Rodríguez
99abc22403
remove unused methods
2012-11-21 18:26:17 -02:00
Fabián Rodríguez
232539cdf9
remove unused helpers
2012-11-21 18:26:17 -02:00
Jonne Haß
c5be6be377
bump rails to 3.2.9
2012-11-21 19:27:03 +01:00
Jonne Haß
71b5695b6e
drop capistrano-ext, closes #3735
2012-11-21 19:18:43 +01:00
Jonne Haß
f1aeecc00b
force typhoeus (and thus curl) to use diaspora.yml's CA bundle
2012-11-21 17:28:39 +01:00
Jonne Haß
60aa1ffe2e
post release version bump [ci skip]
2012-11-20 22:02:54 +01:00
Florian Staudacher
442008657e
changelog update before release
2012-11-20 19:12:42 +01:00
movilla
3fa0254876
add simple background for unread messages/conversations mobile
2012-11-13 19:58:25 +01:00
David McMullin
97664cb880
port tagFollowings to BackBone
2012-11-12 21:37:00 +00:00
Fabián Rodríguez
75c943e876
remove app/views/aspects/update
2012-11-06 21:39:37 -02:00
Fabián Rodríguez
893c37004e
remove app/views/aspects/index
2012-11-06 21:39:37 -02:00
Fabián Rodríguez
ae2b459f0e
remove app/views/aspects/aspect_list_item
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
3743eac10d
remove app/views/aspects/aspect_contacts
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
1961ab3326
remove app/views/invitations/edit
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
cf48d384a8
remove app/views/invitations/token_not_found
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
f26d8fdf4c
remove app/views/people/profile_photo_upload
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
8bc64bdf4f
remove app/views/people/aspect_list
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
4056c0da9e
remove unused method #can_add?
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
8cf8fae396
remove app/views/people/add_contact_small
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
76c48f3c9c
privatize non-action controller method
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
b7a6f8b3b2
remove app/views/likes/likes_container
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
34c601bc41
remove app/views/notifications/popup
2012-11-06 21:39:36 -02:00
Fabián Rodríguez
3d061d92c6
remove unused templates
2012-11-06 21:39:35 -02:00
Fabián Rodríguez
48bb6ad25c
remove old experimental leftovers
2012-11-06 21:39:35 -02:00
Fabián Rodríguez
1d1b66f8cc
remove unused helper
2012-11-06 21:39:35 -02:00
Fabián Rodríguez
aa8b37f2be
remove app/views/requests/
2012-11-06 21:39:35 -02:00
Fabián Rodríguez
5d169a3d73
remove app/views/shared/mail_signup_form
2012-11-06 21:39:35 -02:00
Fabián Rodríguez
f22ec35989
remove app/views/shared/author_info
2012-11-06 21:39:35 -02:00