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ß
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ß
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ß
feb45a6291
Merge pull request #5135 from goobertron/tos2
...
Minor formatting changes to ToS
2014-08-24 13:30:51 +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ß
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ß
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ß
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
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
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
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ß
645a427798
Fix account deleter by not relying on protected_atrributes
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ß
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
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
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
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
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
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
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
Steffen van Bergerem
022bc1007d
Remove unused code
2014-08-16 11:47:31 +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
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
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
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
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
Błażej Pankowiak
255b8c02a2
Set top margin only on the body element
2014-08-07 00:15:17 +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
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
9d02b0a586
remove first thumbnail; duplicate of big photo
2014-08-03 12:47:44 +02:00
Faldrian
a2a37742e4
added keyboard shortcut help topic
2014-08-01 22:13:55 +02: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
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
Steffen van Bergerem
f615ad3115
Port people search to Bootstrap
2014-07-20 18:21:13 +02:00