5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-28 11:07:04 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Peter Bhat Harkins
0462a12c59 new attempt at nudging away from invite spam in chat 2022-02-15 09:45:49 -06:00
Borja o'Cook
61ad07dce3
Fix wording on IRC nudge (#1008) 2022-01-30 20:40:51 +00:00
Scott Antipa
98cd1cc952
grammar fix 2021-06-19 05:08:13 +00:00
Peter Bhat Harkins
6f141ada87 another nudge to try to keep this from reading as "please ask in #lobsters for an invite" 2021-05-19 13:34:39 -05:00
Peter Bhat Harkins
d3dca8680a match nudge in 30801f39 2020-09-03 12:44:00 -05:00
Thomas Dziedzic
2d1887cb35 set action_view.form_with_generates_remote_forms to default (true) (#687) 2019-07-02 06:55:22 -07:00
Peter Bhat Harkins
9711868670 prefetch js from login page
We only serve js to logged-in users, may as well hint the browser to prefetch
that just before it's used.
2019-03-20 20:45:41 -05:00
Peter Bhat Harkins
b10d659de4 fix hidden_fields for form_with 2018-12-22 11:38:51 -06:00
Abdullah Samman
089f3475ba Migrate deprecated form_tag and form_for to form_with
See next commit for note on running view style checks.
2018-12-09 09:51:30 -06:00
avinassh
4e784cddcc Feature: Configurable open signups
Set the environment variable (or tweak config/application.rb) to enable.
2018-03-21 14:25:12 -05:00
joshua stein
439ea35439 implement Rails.application.read_only? for maintenance mode 2017-10-15 11:28:00 -05:00
joshua stein
5fb86b08b1 login can also take a username, switch back to text_field_tag
closes #351
2017-03-15 09:44:57 -05:00
Chris Jones
7376958084 Update views with email entry to use email_field (#350) 2017-03-14 11:32:40 -05:00
joshua stein
850131873b link to /chat when talking about requesting invites
issue #244
2015-12-07 13:17:11 -06:00
joshua stein
5567bb0b7e when resetting a password, if user is deleted but not banned, undelete
Also mention on the login screen that a deleted account can be
recovered this way.

Closes #221
2015-09-06 15:00:20 -05:00
joshua stein
9f5e04bbba use _path for most things instead of _url
Instead of hard-coding the scheme and host everywhere, use _path
methods to show relative URLs.

Except that our previous setting of
Rails.application.routes.default_url_options in
config.after_initialize made this moot because Rails inserts that
host into all _path helpers for some reason.  So revert that
setting.

But then anything that wants an absolute URL doesn't know the
hostname and the root_url helper throws an exception.  So make a
Rails.application.root_url shortcut to pass the per-app settings in
Rails.application to root_url.

Now we can just use _path helpers most places but still use _url
ones where we need them, such as in RSS views and e-mail templates.
2015-01-02 17:02:55 -06:00
joshua stein
5497fbd7bb allow disabling public invitation requests through a setting 2014-10-03 17:19:00 -05:00
joshua stein
bdbfedfb23 for normal requests to /login, save the referrer and redir back there
properly closes #164
2014-08-08 10:31:06 -05:00
joshua stein
66f433176a add an invitiation request queue
the user tree is pretty big to look through now, so let users submit
a request for an invitation, which logged-in users can browse and
instantly send invites to
2013-10-18 15:49:20 -05:00
joshua stein
ef1b2e9dda on login and signup page, mention open signup isn't available and link to user tree 2012-12-08 13:14:43 -06:00
joshua stein
ffa9d35477 whitespace 2012-12-08 13:14:33 -06:00
joshua stein
d5cf5bc4f5 use autofocus attribute for text boxes instead of javascript 2012-09-18 09:44:22 -05:00
joshua stein
10faafc8af no need to say that 2012-08-24 11:41:36 -05:00
joshua stein
e47a054e75 focus certain text boxes on load where appropriate; minor tweaks 2012-08-24 11:41:34 -05:00
joshua stein
ada1571a53 invitation system, user settings 2012-08-24 10:57:11 -05:00
joshua stein
578c96d653 more work 2012-06-30 14:14:35 -05:00
joshua stein
093747b796 initial work on conversion from php tree 2012-06-16 20:15:46 -05:00