Robin Ward
|
7c1ae451fe
|
Send emails to users who are watching topics
|
2013-02-27 15:38:44 -05:00 |
Robin Ward
|
cf867a35ff
|
Merge pull request #271 from goshakkk/topic-refactor
Refactor Topic
|
2013-02-27 10:32:44 -08:00 |
Robin Ward
|
007118b00c
|
Merge branch 'github-auth' of git://github.com/nverba/discourse
Conflicts:
config/locales/server.en.yml
db/structure.sql
spec/views/omniauth_callbacks/complete.html.erb_spec.rb
|
2013-02-27 12:09:22 -05:00 |
Alexander
|
8855a0bfbe
|
RSS of a topic via new route
Adds TopicView#recent_posts; Post#by_newest, #with_user, #author_readable; User#readable_name
Autodiscovery tag in topic show HTML.
|
2013-02-26 14:54:17 -08:00 |
Neil Lalonde
|
cd6c1de5b0
|
Add site settings for company name and domain, and use them in the Terms of Service
|
2013-02-26 15:50:42 -05:00 |
Gosha Arinich
|
12d664a610
|
refactor Topic
* move finding by username/email to User
* make SiteSetting return a range of possible post title lengths
* remove unnecessary conditions
|
2013-02-26 19:27:59 +03:00 |
nverba
|
b45f872c04
|
Added Github authentication option, disabled by default with enable options in settings.
|
2013-02-26 05:00:21 +00:00 |
Gosha Arinich
|
cafc75b238
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
Gosha Arinich
|
054a699886
|
avoid unused variable warning in Topic
|
2013-02-25 22:13:36 +03:00 |
Sam Saffron
|
77a2d8ccc4
|
fixed a pile of notification craziness
addes some tests around post timings
|
2013-02-25 18:42:42 +11:00 |
Sam Saffron
|
b0b0e222f7
|
missed a spot where channel can be out of sync
|
2013-02-25 09:32:06 +11:00 |
Sam Saffron
|
47fedd8f4d
|
correct breakage
don't set permanent cookie, kill session if it conflicts
|
2013-02-24 22:56:08 +11:00 |
Sam Saffron
|
b66db4153d
|
refactor and organise current_user better
|
2013-02-24 21:42:04 +11:00 |
Sam Saffron
|
82e2fae1b8
|
isolate notifications in channel per user
|
2013-02-24 10:24:06 +11:00 |
Jeff Atwood
|
9464bf5576
|
remove unused client_setting
|
2013-02-22 12:55:18 -08:00 |
Neil Lalonde
|
fc33c63585
|
EmailToken.active needs to check created_at too
|
2013-02-22 15:20:00 -05:00 |
Robin Ward
|
e2fed6fcef
|
Merge pull request #229 from danneu/topic-patch
make topics consume their own scope
|
2013-02-22 10:59:07 -08:00 |
Robin Ward
|
532b1f5450
|
Can edit category descriptions, they show up in a `title` attribute
|
2013-02-22 13:43:47 -05:00 |
Neil Lalonde
|
ff3e012034
|
Add a link that allows you to send activation email again
|
2013-02-22 11:49:58 -05:00 |
Dan Neumann
|
65b59f8612
|
make Topic consume its own scope.
|
2013-02-21 21:22:02 -06:00 |
Neil Lalonde
|
8620024798
|
Show which SHA is installed on the admin dashboard
|
2013-02-21 13:48:14 -05:00 |
Robin Ward
|
42d996aae1
|
Show empty categories to those who can create them (admins/mods)
|
2013-02-21 10:43:10 -05:00 |
Neil Lalonde
|
560411eece
|
Add site_setting to disable version checks
|
2013-02-21 10:19:17 -05:00 |
Robin Ward
|
f661fa609e
|
Convert all CoffeeScript to Javascript. See:
http://meta.discourse.org/t/is-it-better-for-discourse-to-use-javascript-or-coffeescript/3153
|
2013-02-20 19:01:13 -05:00 |
Neil Lalonde
|
85f8f8f2d5
|
Better checking of blacklisted emails on create and when email is being updated
|
2013-02-20 16:25:08 -05:00 |
Neil Lalonde
|
046c330858
|
Changes to email_domains_blacklist shouldn't invalidate existing users
|
2013-02-20 12:16:16 -05:00 |
Dan Neumann
|
37ca391f50
|
validate category user_id.
|
2013-02-19 21:24:38 -06:00 |
Robin Ward
|
836c3a7379
|
Support for Fancy topic titles
|
2013-02-19 16:14:04 -05:00 |
Neil Lalonde
|
c0371ff427
|
Add version checking that shows on the admin dashboard
|
2013-02-19 15:20:49 -05:00 |
Robin Ward
|
b7e027cfd1
|
Notifications on PMs respect access rights.
|
2013-02-19 12:59:46 -05:00 |
Robin Ward
|
ae9bee2a91
|
Merge pull request #172 from jeremybanks/master
Do not strip leading and trailing whitespace from raw posts
|
2013-02-19 08:15:39 -08:00 |
Sam Saffron
|
d9531d94d5
|
basic lightbox support
|
2013-02-19 17:57:14 +11:00 |
Jeremy Banks
|
d42782b318
|
Using LengthValidator's localized messages for StrippedLengthValidator.
|
2013-02-18 21:57:46 -05:00 |
Jeremy Banks
|
eb2a5e4654
|
Merge branch 'origin/master'
Conflicts:
lib/text_sentinel.rb
|
2013-02-18 21:41:20 -05:00 |
Sam Saffron
|
d520771c73
|
move stylesheet cache into the upload dir so its less crazy to sync across servers
|
2013-02-19 11:02:00 +11:00 |
Jeremy Banks
|
6af69f7e77
|
Do not strip leading and trailing whitespace from raw posts.
|
2013-02-15 20:58:33 -05:00 |
Sam
|
8631a6850b
|
Merge pull request #178 from danneu/update-stats-fix
Category year/month/week stats shouldn't include deleted topics.
|
2013-02-17 14:00:12 -08:00 |
Sam
|
e8b3821b41
|
Merge pull request #179 from tms/users-like-like-posts
Users like like posts
|
2013-02-17 13:57:52 -08:00 |
tms
|
fb5710b5d6
|
Improved action descriptions/links on user stream items
|
2013-02-17 01:38:20 -05:00 |
Dan Neumann
|
fac75401ef
|
category stats shouldn't include deleted topics.
|
2013-02-16 21:10:18 -06:00 |
tms
|
b7e392c7a3
|
Don't count bookmark stats for users who can't see them
|
2013-02-16 16:46:20 -05:00 |
tms
|
b91ac45359
|
Avoid grouping user stats by archetype (filter happens beforehand)
|
2013-02-16 16:33:51 -05:00 |
Robin Ward
|
b440e30f45
|
Better filtering out private messages on user stream.
|
2013-02-15 17:08:28 -05:00 |
Sam Saffron
|
6c73b3a971
|
bookmarks should only show up in a users stream
|
2013-02-15 11:44:14 +11:00 |
Robin Ward
|
37b0c168bf
|
Support non-english topic titles
|
2013-02-14 17:13:03 -05:00 |
Robin Ward
|
b9457197c0
|
First stab at new user education - configurable messages that pop up on a user's first
few posts/topics.
|
2013-02-14 15:33:51 -05:00 |
Neil Lalonde
|
39eab7c425
|
Replace mentions of mothership with discourse_hub
|
2013-02-14 12:57:26 -05:00 |
Neil Lalonde
|
68f32af240
|
User hashed name for local uploads instead of 'blob'
|
2013-02-14 12:08:37 -05:00 |
Robin Ward
|
cba4c9051a
|
Merge pull request #160 from jaimeiniesta/replace_hpricot_with_nokogiri
Replace hpricot with nokogiri
|
2013-02-14 07:55:19 -08:00 |
Robin Ward
|
b94b9d2383
|
Merge pull request #146 from ismaelga/moderators-buttons
Create moderators
|
2013-02-14 07:26:50 -08:00 |