Neil Lalonde
|
83f89b5c55
|
Fix check if you're up to date in javascript
|
2013-03-06 10:34:29 -05:00 |
Alexander
|
c4f1cb0d7b
|
Raise 404 from Admin::UsersController#show if no user found
[Fixes #353]
|
2013-03-05 14:02:23 -08:00 |
Robin Ward
|
e4277757c4
|
Fix onebox loading on every keystroke after a request fails.
|
2013-03-05 14:06:39 -05:00 |
Robin Ward
|
51f6ae69c9
|
Check when logging in whether a auth provider is enabled, including specs
|
2013-03-04 13:44:41 -05:00 |
Robin Ward
|
d410f043a9
|
Merge pull request #290 from alxndr/category-rss
RSS for topics in a category
|
2013-03-01 12:01:26 -08:00 |
Robin Ward
|
7c68224763
|
Merge pull request #309 from goshakkk/enums
Introduce Enum
|
2013-03-01 11:34:48 -08:00 |
Robin Ward
|
d2596c3c4c
|
Remove unusued site_settings, show checkbox in UI for boolean values, remove restrict_access
boolean to avoid locking yourself out by setting access_password to empty string. Minor
UI tweaks.
|
2013-03-01 14:27:41 -05:00 |
Gosha Arinich
|
0c99dea153
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
Alexander
|
fd240c1967
|
RSS for topics in a category
Creates a new route for category RSS
|
2013-03-01 09:52:59 -08:00 |
Robin Ward
|
dc8e1196fd
|
Code to support EmberJS + Discourse Tutorial feature: Admin Reports
|
2013-02-27 22:40:36 -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 |
Robin Ward
|
1221c393a3
|
Merge branch 'whitespace-cleanese' of git://github.com/goshakkk/discourse
Conflicts:
lib/oneboxer.rb
lib/oneboxer/whitelist.rb
spec/controllers/robots_txt_controller_spec.rb
|
2013-02-26 10:42:49 -05:00 |
Gosha Arinich
|
cafc75b238
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
Régis Hanol
|
79c19233bc
|
corrected spec labels
|
2013-02-25 23:58:16 +01:00 |
tms
|
3e6641c07e
|
Unsign auth token cookies per discussion on #215
|
2013-02-23 13:40:21 -05: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 |
tms
|
5616fdc475
|
Sign the auth token cookie and make it httpOnly
|
2013-02-20 17:24:19 -05:00 |
Neil Lalonde
|
c0371ff427
|
Add version checking that shows on the admin dashboard
|
2013-02-19 15:20:49 -05:00 |
Robin Ward
|
37b0c168bf
|
Support non-english topic titles
|
2013-02-14 17:13:03 -05:00 |
Robin Ward
|
5d4efa9100
|
Support for non-english categories
|
2013-02-14 16:51:48 -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 |
Ismael Abreu
|
80bec6efc9
|
Adds grant and revoke moderation buttons so admins can make users moderators
|
2013-02-14 01:12:23 +00:00 |
Neil Lalonde
|
824b09389f
|
Don't allow signups without a password
|
2013-02-12 15:42:16 -05:00 |
Grant Ammons
|
f3dc93a0db
|
WIP, a very nice refactoring of TopicsController#show
|
2013-02-11 17:54:56 -05:00 |
Neil Lalonde
|
c18b85873f
|
Prevent login until email is confirmed
|
2013-02-11 11:18:37 -05:00 |
Sam Saffron
|
c50a9e4d01
|
added support for disabling indexing by google using SiteSetting.allow_index_in_robots_txt = false
|
2013-02-11 11:02:57 +11:00 |
Robin Ward
|
03a798b202
|
Can clear flags on deleted posts if you're a moderator
|
2013-02-08 19:07:29 -05:00 |
Robin Ward
|
7c11c3fe0f
|
Can edit deleted posts.
|
2013-02-08 17:49:15 -05:00 |
Neil Lalonde
|
ce7088f081
|
check_username api now returns correct error message for invalid lengths etc
|
2013-02-08 14:12:48 -05:00 |
Neil Lalonde
|
79dfccf717
|
Username validation in signup and username change forms
|
2013-02-07 18:23:52 -05:00 |
Robin Ward
|
63c0fdda44
|
Merge pull request #57 from blowmage/user_search_refactor
Refactor UserController#search_users
|
2013-02-07 12:38:39 -08:00 |
Robin Ward
|
084a873b91
|
Give regular users a delete button. If they click it, their post will be revised to
say it was deleted.
|
2013-02-07 15:14:23 -05:00 |
Mike Moore
|
d72c26ff92
|
Refactor UserSearch tests
|
2013-02-07 09:35:38 -07:00 |
Mike Moore
|
e41b6537f9
|
Remove expectation of term case
|
2013-02-07 09:35:38 -07:00 |
Mike Moore
|
0136727595
|
Add test coverage for UsersController#search_users
|
2013-02-07 09:34:06 -07:00 |
Robin Ward
|
7d7d8c7d4f
|
Merge branch 'master' of github.com:discourse/discourse
|
2013-02-06 20:59:07 -05:00 |
Robin Ward
|
40da901e5d
|
Introduction of TextSentinel to enforce title and body quality.
|
2013-02-06 20:53:34 -05:00 |
Neil Lalonde
|
471c61fd69
|
Add honeypot and challenge to signup form
|
2013-02-06 19:25:36 -05:00 |
Robin Ward
|
21b5628528
|
Initial release of Discourse
|
2013-02-05 14:16:51 -05:00 |