zulip/corporate
Steve Howell c44500175d database: Remove short_name from UserProfile.
A few major themes here:

    - We remove short_name from UserProfile
      and add the appropriate migration.

    - We remove short_name from various
      cache-related lists of fields.

    - We allow import tools to continue to
      write short_name to their export files,
      and then we simply ignore the field
      at import time.

    - We change functions like do_create_user,
      create_user_profile, etc.

    - We keep short_name in the /json/bots
      API.  (It actually gets turned into
      an email.)

    - We don't modify our LDAP code much
      here.
2020-07-17 11:15:15 -07:00
..
lib billing: Add option to request a sponsorship in /upgrade. 2020-07-01 16:45:38 -07:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations billing: Add option to request a sponsorship in /upgrade. 2020-07-01 16:45:38 -07:00
tests database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
__init__.py Create non-localserver "corporate" app with jobs pages. 2013-11-06 12:07:31 -05:00
models.py billing: Add option to request a sponsorship in /upgrade. 2020-07-01 16:45:38 -07:00
urls.py billing: Add option to request a sponsorship in /upgrade. 2020-07-01 16:45:38 -07:00
views.py billing: Use no-reply address as from_address in sponsorship emails. 2020-07-14 00:36:31 -07:00