Sam
|
bfb37054e8
|
Badge Grouping work in progress
|
2014-07-17 16:11:10 +10:00 |
Neil Lalonde
|
939e8505a9
|
Remove hub username integration
|
2014-07-16 12:25:24 -04:00 |
Neil Lalonde
|
01a68f8cc7
|
Emails are case insensitive
|
2014-07-16 10:22:01 -04:00 |
Sam
|
59c399c50a
|
FIX: count distinct badges for totals.
|
2014-07-16 16:21:46 +10:00 |
Robin Ward
|
f2dd35ab08
|
Improve the unsubscribe to digest experience. Give a link in case it
fails, provide a different message if you are logged in as a different
user, increase expiry to 2 months from 1 week.
|
2014-07-15 17:20:59 -04:00 |
Sam
|
88469721b9
|
FEATURE: Allow admins to disable specific badges
|
2014-07-14 17:40:36 +10:00 |
Sam
|
8fcc019ff8
|
FIX: only allow badge title selection if it exists
|
2014-07-09 15:31:49 +10:00 |
Sam
|
9a9ad9bda8
|
FEATURE: Badge progress
- Refactor model so it stores backfill query
- Implement autobiographer
- Remove sample badge
- Correct featured badges to only include a badge once
|
2014-07-03 17:29:44 +10:00 |
Régis Hanol
|
c0cd109e9d
|
TRIVIAL: code formatting
|
2014-06-26 19:50:29 +02:00 |
Andrew Bezzub
|
386d1e231a
|
move profile_background from User to UserProfile
|
2014-06-26 12:30:07 -04:00 |
Sam
|
56dcd00570
|
BUGFIX: trust_level_0 group not including trust_level_1
BUGFIX: manual trust level change not adding user to groups
BUGFIX: system not in correct trust level groups
|
2014-06-17 10:52:02 +10:00 |
Andrew Bezzub
|
9ffd173873
|
move bio to UserProfile from User
|
2014-06-13 14:55:32 -04:00 |
Andrew Bezzub
|
7db31adf35
|
move website from User to UserProfile
|
2014-06-06 21:54:32 -07:00 |
Sam
|
fa6f22dd39
|
Move letter avatars out of upload system
FIX: S3 issues around system avatars
FIX: reduced backup file size
|
2014-05-30 14:45:55 +10:00 |
Sam
|
5adc486cef
|
BUGFIX: missing avatars in topic map
Cleanup uneeded column
|
2014-05-29 14:59:14 +10:00 |
Sam
|
d9f51961c4
|
BUGFIX: pick gravatar if it was just downloaded
BUGFIX: don't go rebaking unless all avatars are downloaded
|
2014-05-28 16:54:21 +10:00 |
Sam
|
b1d5f4440b
|
Annotate models
|
2014-05-28 12:30:57 +10:00 |
Robin Ward
|
7c22d738b6
|
FEATURE: Add a location field to a user's profile
|
2014-05-27 13:54:04 -04:00 |
Sam
|
1e28668e9f
|
missed one spot where route changed
|
2014-05-28 01:09:01 +10:00 |
Sam
|
504cfcff96
|
Fix specs for avatars
Implement avatar picker
Correct avatar related jobs
|
2014-05-27 10:08:03 +10:00 |
Sam
|
6c1c8be794
|
Work in progress, keeping avatars locally
This introduces a new model to store the avatars and 3 uploads per user (gravatar, system and custom)
user can then pick which they want.
|
2014-05-27 10:08:03 +10:00 |
Sam
|
ff6755f1e5
|
Merge pull request #2343 from knutaldrin/patch-1
Fix suspended scope
|
2014-05-23 12:56:32 +10:00 |
Knut Aldrin Wikström
|
579f2bf7b8
|
Fix suspended scope
:non_suspended should check if suspension is <= NOW, else one could end up in neither group.
|
2014-05-15 15:47:49 +02:00 |
Vikhyat Korrapati
|
c07244a4e6
|
Refactor BadgeGranter.update_trust_level_badges! -> update_badges.
|
2014-05-14 21:01:41 +05:30 |
Vikhyat Korrapati
|
b144b75565
|
Add automatically assigned trust level badges.
|
2014-05-14 20:47:21 +05:30 |
Sam
|
34d1668f9f
|
FEATURE: backend for inviting a user to a group
|
2014-05-09 18:22:35 +10:00 |
Louis Rose
|
1574485443
|
Perform the where(...).first to find_by(...) refactoring.
This refactoring was automated using the command: bundle exec "ruby refactorings/where_dot_first_to_find_by/app.rb"
|
2014-05-06 14:41:59 +01:00 |
Régis Hanol
|
c21d3f41d0
|
BUGFIX: only redirect new users to top page once
Actually, new users will still be redirected to the top page during the first 30 seconds of their first visit.
|
2014-05-05 19:00:40 +02:00 |
Sam
|
f6c22cc299
|
Merge pull request #2297 from ligthyear/custom-fields
Custom fields for Topic, Category, Post and Group
|
2014-04-30 13:15:50 +10:00 |
Benjamin Kampmann
|
0cf07d41ae
|
Move Concern from lib into app/models. refs #2279
|
2014-04-29 19:26:43 +02:00 |
Benjamin Kampmann
|
e6e03a1a96
|
move custom fields into its own concern
|
2014-04-29 19:26:42 +02:00 |
Robin Ward
|
359d59242e
|
If a new user receives a mention, quote or response to their post, allow
them to continue posting in a topic.
|
2014-04-29 12:59:14 -04:00 |
Sam
|
e88e43bfb6
|
Merge pull request #2279 from fantasticfears/concern
move concerns to the model/concerns
|
2014-04-28 09:48:33 +10:00 |
Régis Hanol
|
f8d9fb7bdc
|
Revert "Merge pull request #2284 from jaimeiniesta/patch-1"
This reverts commit a6b88d1e7e , reversing
changes made to 9bee0b6e2d .
|
2014-04-25 11:40:38 +02:00 |
Sam
|
a6b88d1e7e
|
Merge pull request #2284 from jaimeiniesta/patch-1
escape gravatar URLs to comply with W3C standards
|
2014-04-24 12:56:16 +10:00 |
Sam
|
05efc8df16
|
BUGFIX: likes would cause whole post to re-render
|
2014-04-24 12:42:04 +10:00 |
Robin Ward
|
af877781b7
|
Allow admins to choose if groups are visible or not.
|
2014-04-22 16:43:46 -04:00 |
Sam
|
a3b2b4baca
|
FEATURE: custom fields on User
|
2014-04-22 13:52:13 +10:00 |
Jaime Iniesta
|
6084cb969d
|
escape gravatar URLs to comply with W3C standards
This fixes an HTML validation error due to & not being properly escaped on the gravatar URLs.
|
2014-04-21 00:46:00 +02:00 |
Erick Guan
|
6d45f71254
|
move concerns to the model/concerns
|
2014-04-19 12:00:40 +08:00 |
Vikhyat Korrapati
|
843023d7c9
|
Fix user_badges n+1 query.
|
2014-04-17 21:58:05 +05:30 |
Vikhyat Korrapati
|
4c0f85650e
|
Display badge count in the user admin page.
|
2014-04-16 18:08:10 +05:30 |
Vikhyat Korrapati
|
e0a4959dc9
|
Sort featured badges by badge type first, followed by grant count.
|
2014-04-16 18:08:10 +05:30 |
Sam
|
862a6696c0
|
Correct annotations
allow longer usernames (up to 60)
|
2014-04-15 15:53:48 +10:00 |
Régis Hanol
|
2505d18aa9
|
FEATURE: support email attachments
|
2014-04-14 22:55:57 +02:00 |
Sam
|
b0ed9082b3
|
FEATURE: Hidden site setting for max username length
|
2014-04-14 12:55:33 +10:00 |
Régis Hanol
|
6373de550f
|
update annotations
|
2014-04-08 17:35:44 +02:00 |
Sam
|
d71f62a9f9
|
Merge pull request #2180 from tomciopp/master
More idiomatic approach to finding drafts
|
2014-04-08 16:46:24 +10:00 |
Régis Hanol
|
ef24a4c71c
|
FEATURE: add redirect_users_to_top_page site setting (default to true)
|
2014-03-31 21:53:38 +02:00 |
Thomas Cioppettini
|
38882eb1a7
|
Remove threequals from ruby files
|
2014-03-26 12:20:41 -07:00 |