Sam
|
e06da1821d
|
BUGFIX: notifications were not updated correctly live
- missing notifications when multiple replies in topic (till refresh)
- not cleared properly on click
|
2014-05-23 11:34:34 +10:00 |
|
Neil Lalonde
|
d2c34d17b7
|
Fix failing spec. Stubbing intermittently does not stub...
|
2014-05-22 11:06:19 -04:00 |
|
Neil Lalonde
|
867c56d9c7
|
Add link to google config instructions. Fix dashboard warning for google oauth2.
|
2014-05-21 19:11:10 -04:00 |
|
Sam
|
7fee3d7f8f
|
Annotate models
|
2014-05-22 09:00:38 +10:00 |
|
Neil Lalonde
|
742841ddce
|
Add Google Oauth2 authenticator. The current Google OpenID authentication has been deprecated by Google and will NOT work for any new websites.
|
2014-05-21 18:35:10 -04:00 |
|
Neil Lalonde
|
68747c8d2d
|
FIX: category_list_spec would sometimes fail. It was passing only by luck.
|
2014-05-21 10:37:37 -04:00 |
|
Neil Lalonde
|
27cbc06563
|
Add fixed_category_positions site setting to handle whether categories are ordered by specified positions or by activity.
|
2014-05-16 11:33:52 -04:00 |
|
Sam
|
eff8c22638
|
There is this thing called SQL and it is about 1000x faster
|
2014-05-16 10:34:06 +10:00 |
|
Sam
|
5914d0e132
|
Merge pull request #2311 from vikhyat/badge-system
Add automatically assigned trust level badges
|
2014-05-16 09:08:00 +10:00 |
|
Sam
|
198cf851ff
|
BUGFIX: exact username match not correctly prioritized on search
|
2014-05-15 12:22:35 +10:00 |
|
Robin Ward
|
3211c60bbe
|
FEATURE: A new site setting public_user_custom_fields which allows you
to whitelist custom fields that will be exposed to the Ember client
application.
|
2014-05-14 14:39:01 -04: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 |
|
Neil Lalonde
|
c4d3aa3d47
|
Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline.
|
2014-05-14 10:18:12 -04:00 |
|
Régis Hanol
|
08dde3d881
|
BUGFIX: moderators can notify moderators
|
2014-05-13 17:47:00 +02:00 |
|
Neil Lalonde
|
6e0eb89697
|
Don't show suspended users in autocomplete fields unless you are staff
|
2014-05-13 11:44:15 -04:00 |
|
Wojciech Zawistowski
|
960d64930c
|
Wiki Post
|
2014-05-13 08:53:11 -04:00 |
|
Neil Lalonde
|
00390ee739
|
Add a way to show a custom message at the top of all notification emails. Customize it at /admin/site_contents/notification_email_top
|
2014-05-12 16:52:06 -04:00 |
|
Neil Lalonde
|
e68e97d986
|
FIX: moderators can't see private topics that they aren't invited to see.
|
2014-05-12 15:26:46 -04:00 |
|
Régis Hanol
|
b018b4ad18
|
BUGFIX: remove N+1 on topic lists
|
2014-05-12 10:11:05 +02:00 |
|
Régis Hanol
|
bc3de84ebf
|
FEATURE: remove bookmark button in activity feed
|
2014-05-12 09:33:26 +02:00 |
|
Régis Hanol
|
9125453628
|
FEATURE: add the first 3 participants in a private message
|
2014-05-12 09:32:49 +02:00 |
|
Robin Ward
|
eb0872c5d4
|
FIX: Topic archetype check should only happen when the topic exists
|
2014-05-11 15:53:57 -04:00 |
|
Robin Ward
|
2bb63ffb38
|
FIX: Don't show links to private messages in the gutter
|
2014-05-11 15:16:28 -04:00 |
|
Sam
|
084ec87850
|
FEATURE: admins can invite users to groups via the web UI
|
2014-05-09 18:22:36 +10:00 |
|
Sam
|
3f07c1d0a1
|
Backend support for group invites
|
2014-05-09 18:22:35 +10:00 |
|
Sam
|
34d1668f9f
|
FEATURE: backend for inviting a user to a group
|
2014-05-09 18:22:35 +10:00 |
|
Robin Ward
|
77d68ccf08
|
FIX: Robin is fired for the typo
|
2014-05-08 16:44:32 -04:00 |
|
Robin Ward
|
44ed0d5232
|
FIX: Even more safety, the topic must exist as well.
|
2014-05-08 16:41:25 -04:00 |
|
Robin Ward
|
5fb962a65f
|
FIX: Some extra safety - in the case that an imported post was deleted,
don't error out of the PollFeed job
|
2014-05-08 16:27:17 -04:00 |
|
Sam
|
cec18aba3f
|
Rails 4 upgrade
|
2014-05-08 14:47:54 +10:00 |
|
Sam
|
a2e2d0e886
|
Merge pull request #2316 from mutiny/refactor-where-first
Refactor `where(...).first` to `find_by(...)`
|
2014-05-08 09:10:45 +10:00 |
|
Régis Hanol
|
4b9acd6806
|
BUGFIX: make sure we do not try to pull images from the CDN
|
2014-05-07 19:49:16 +02:00 |
|
Régis Hanol
|
21e8ae0eca
|
BUGFIX: the /top page now shows the first non-empty period
|
2014-05-07 19:04:39 +02:00 |
|
Sam
|
ee0efab02f
|
More logging, less problems
|
2014-05-07 12:37:02 +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
|
f20fba041c
|
BUGFIX: improved top ranking formula (+ filter topics based on their creation date)
|
2014-05-05 23:05:35 +02: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 |
|
Régis Hanol
|
4642218662
|
FEATURE: add private messages counters in user activity feed
|
2014-05-02 22:53:58 +02:00 |
|
Régis Hanol
|
02dd80170a
|
BUGFIX: revision history was messed up when doing quick edits
|
2014-04-30 22:42:56 +02:00 |
|
Régis Hanol
|
11af466737
|
FEATURE: add a specific flag reason when a post has been hidden
|
2014-04-30 16:58:01 +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
|
f757706861
|
Ensure Reload reloads custom_fields, too
|
2014-04-29 19:34:56 +02:00 |
|
Benjamin Kampmann
|
0cf07d41ae
|
Move Concern from lib into app/models. refs #2279
|
2014-04-29 19:26:43 +02:00 |
|
Benjamin Kampmann
|
e502122c51
|
Add Custom Fields on Topics
|
2014-04-29 19:26:42 +02:00 |
|
Benjamin Kampmann
|
2450088c03
|
Add CustomFields to Post, Category and Group
|
2014-04-29 19:26:42 +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
|
0fc4c47927
|
Merge pull request #2295 from vikhyat/badge-system
Titleable badges
|
2014-04-29 11:26:51 +10:00 |
|
Neil Lalonde
|
340fd303c8
|
FIX: in multisite setup, links to the current forum are whitelisted when looking for spam hosts
|
2014-04-28 10:37:28 -04:00 |
|