]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
4 years agomode fixes
Dylan Hardison [Mon, 7 Sep 2020 01:53:43 +0000 (21:53 -0400)] 
mode fixes

4 years agopoint to correct CI and demo site
Dylan Hardison [Sun, 6 Sep 2020 16:59:52 +0000 (12:59 -0400)] 
point to correct CI and demo site

4 years agoIntegrate documentation overhaul (#51)
Dylan William Hardison [Sun, 6 Sep 2020 16:18:38 +0000 (12:18 -0400)] 
Integrate documentation overhaul (#51)

* Update contributors documentation

* Update README.md

Co-authored-by: Stasiek Michalski <hellcp@opensuse.org>
4 years agoAdd examples of systemd services (#50)
Michael [Sat, 5 Sep 2020 18:34:27 +0000 (20:34 +0200)] 
Add examples of systemd services (#50)

4 years agobmo sync - 2020-08-23 (#49)
Dylan William Hardison [Mon, 24 Aug 2020 00:42:33 +0000 (20:42 -0400)] 
bmo sync - 2020-08-23 (#49)

* Bug 1646559 - Phabricator to BMO OAuth2 authentication fails to work properly due to CSP protections

* Bumped version to 20200624.1

* no bug - fix broken build script when no new commits to master since last prod deploy

* no bug - remove warning "Odd number of elements"

The callback jwt_claims is called in list context.
Without an explicit return, when the if (!...) does not match it will
return a single false item. This causes the "Odd number of elements..."
perl warning.

Adding a `return` will prevent the warning and is also probably the
intent of the code.

* Bug 1645768 - Please add 'See Also' support for GitLab

* no bug - Updated tasks.json to include some admin tasks

* no bug - Fix build data script to help find the Mozilla CA cert

* Bug 1651591 - remove preloading of fonts and ga; r=dkl

Font preloading has been broken for more than a year, and doesn't appear
to work correctly even when provided URLs which exist; removed.

google-analytics likely does little to improve page load time
performance against all the other assets, is loaded async, and exists
outside of the GoogleAnalytics making it easy to miss when updating that
extension (eg. the preloading doesn't honour DNT); also removed.

* Bug 1535000 - Allow anyone with edit-comments to edit any bug's comment 0

* Bug 1652863 - setting the needinfo flag when filing a new bug in Core or Toolkit does not cause the textbox for user information to pop up

* Bumped version 20200722.1

* Bug 1647642 - when commenting on patch or reviewing one, bugzilla clears other (review, ui-review) flags

* Bumped version to 20200723.1

* Bug 1643526 - Attachment comments don't render markdown, but their preview does

* Bug 1654456 - needinfo? request email enhancements (#1594)

* Start WIP PR

* Modify default need info text

* Fix breaking bugwords.t

* You have to fix all the instances of the word.

* Adding conditional for needinfo to reporter

* fix failing bugwords.t again

* Don't divert people with questions to bmo team

* don't repeat bug url

* fix terms.bug

* Remove 'to see question,' question is in email

* Keep the link to the bug

* move text into a conditional branch

* link to needinfo docs

* Bug 1654370 - Remove remaining code that references Firefox OS from BMO code base

* Bug 1655808: send users in guided bug flow to GitHub for Android and iOS bug reports (#1600)

* Move all the products to the product template

* Link mobile products to GitHub

* Better boilerplate text

* Fix failing terms test

* no bug - Use standard docker mysql for docker-compose instead of bmo-mysql

* no bug - Updated docker-compose.test.yml for mysql settings in CircleCI environment.

* Bumped version to 20200805.1

* Bug 1657542 - During recent bmo deployment, emails were delivered to a file instead of SES which caused interruption of email service

* Bug 1658622 - "product responsibilities" on editusers should include Triage Owner

* Bug 1588661 - Design for Webhooks

* Bug 1659177 - Replace mozillians.org with people.mozilla.org in Reps Mentorship Form

* Bug 1649841 - Include data-review? requests in notification count

* Bug 1658317 - Make scopes more descriptive and user friendly when authenticating to BMO using OAuth2

* Bug 1656609: Make <html> the scrolling element

* Bug 1657778 - Offer link to Bugzilla for filing security issues in Fenix and iOS

* no bug - Show Bounty Attachments to the Bug Reporter

This will allow most bug bounty recipients to view the amount of their bounty. It will not show it to reporters if we filed the bug for them, however those are less liekly to be repeat filers.

* Bug 1658846 - Allow users to enable and disable their webhooks

Co-authored-by: dklawren <dklawren@users.noreply.github.com>
Co-authored-by: byron jones <byron@glob.com.au>
Co-authored-by: Emma Humphries <emceeaich@users.noreply.github.com>
Co-authored-by: David Lawrence <dkl@mozilla.com>
Co-authored-by: Lisset Cuevas <lisset.cuevasj@gmail.com>
Co-authored-by: Michael Kohler <me@michaelkohler.info>
Co-authored-by: Tom Ritter <tom@ritter.vg>
4 years agoonly run tests against the primary branch
Dylan Hardison [Sun, 23 Aug 2020 19:47:39 +0000 (15:47 -0400)] 
only run tests against the primary branch

4 years agoAdd release tests on ubuntu (#47)
Dylan William Hardison [Sun, 23 Aug 2020 19:17:35 +0000 (15:17 -0400)] 
Add release tests on ubuntu (#47)

This adds a github workflow action that runs the basic tests under
ubuntu. It also saves the local/ (local::lib) directory as an artifact
as a benefit to building ubuntu-based installations (such as docker
containers).

5 years agoMove lbheartbeat out of BMO (#46)
Ryan Gonzalez [Sat, 11 Jul 2020 17:32:33 +0000 (12:32 -0500)] 
Move lbheartbeat out of BMO (#46)

This would cause startup to fail when the BMO extension was disabled,
as assert_httpd would fail to test the __lbheartbeat__ endpoint.

5 years agoremove unused taskcluster config
Dylan Hardison [Sun, 28 Jun 2020 20:45:08 +0000 (16:45 -0400)] 
remove unused taskcluster config

5 years agot/001compile.t should not attempt to compile .cgi
Dylan Hardison [Sun, 28 Jun 2020 20:39:40 +0000 (16:39 -0400)] 
t/001compile.t should not attempt to compile .cgi

5 years agomake t/901-secure-mail-loop.t fail faster
Dylan Hardison [Sun, 28 Jun 2020 03:29:06 +0000 (23:29 -0400)] 
make t/901-secure-mail-loop.t fail faster

5 years agoNew Signup Flow
Dylan William Hardison [Sun, 28 Jun 2020 03:00:22 +0000 (23:00 -0400)] 
New Signup Flow

This introduces a much simplified signup flow, over email.

This code is live on https://harmony.bugzilla.ninja

## Before

1. Visit createaccount.cgi
2. Type email
3. Get email, click link
4. Create account
5. Re-enter login and password.

## After

1. Type email into any page
2. Get email, click link
3. Create account + login at the same time

5 years agoignore logs/ dir
Dylan Hardison [Sun, 21 Jun 2020 15:33:50 +0000 (11:33 -0400)] 
ignore logs/ dir

5 years agoensure Bugzilla::Util::remote_ip always works
Dylan Hardison [Sun, 21 Jun 2020 15:20:13 +0000 (11:20 -0400)] 
ensure Bugzilla::Util::remote_ip always works

5 years agothere is no mode key for MDC
Dylan Hardison [Sun, 21 Jun 2020 15:17:02 +0000 (11:17 -0400)] 
there is no mode key for MDC

5 years agoensure cleanup is always called at the end of dispatch
Dylan Hardison [Tue, 2 Jun 2020 01:49:17 +0000 (21:49 -0400)] 
ensure cleanup is always called at the end of dispatch

5 years agoassume utf8mb4 is always supported
Dylan Hardison [Sun, 21 Jun 2020 14:58:06 +0000 (10:58 -0400)] 
assume utf8mb4 is always supported

5 years agoadd useful default log config
Dylan Hardison [Sun, 21 Jun 2020 14:56:08 +0000 (10:56 -0400)] 
add useful default log config

5 years agoMerge remote-tracking branch 'bmo/master'
Dylan Hardison [Sun, 21 Jun 2020 14:33:13 +0000 (10:33 -0400)] 
Merge remote-tracking branch 'bmo/master'

5 years agoBug 1645455 - Can't attach some text, 500 internal server error
dklawren [Fri, 12 Jun 2020 20:19:23 +0000 (16:19 -0400)] 
Bug 1645455 - Can't attach some text, 500 internal server error

5 years agono bug - Figuring out proper Docker versions
David Lawrence [Fri, 12 Jun 2020 19:52:01 +0000 (15:52 -0400)] 
no bug - Figuring out proper Docker versions

5 years agono bug - Fixed docker version for build speedup and enabled docker layer caching.
David Lawrence [Fri, 12 Jun 2020 19:41:25 +0000 (15:41 -0400)] 
no bug - Fixed docker version for build speedup and enabled docker layer caching.

5 years agono bug - Some speed up for docker image build for each job
David Lawrence [Fri, 12 Jun 2020 19:30:07 +0000 (15:30 -0400)] 
no bug - Some speed up for docker image build for each job

5 years agoBug 1643821 - Add code to generate_conduit_data.pl to create an oauth2 client for...
dklawren [Tue, 9 Jun 2020 14:22:37 +0000 (10:22 -0400)] 
Bug 1643821 - Add code to generate_conduit_data.pl to create an oauth2 client for Phabricator when used for development

5 years agoBumped version to 20200603.1
dklawren [Wed, 3 Jun 2020 15:22:03 +0000 (11:22 -0400)] 
Bumped version to 20200603.1

5 years agoBug 1642654 - Add ability for users to reactivate their own account when disabled...
dklawren [Wed, 3 Jun 2020 14:57:51 +0000 (10:57 -0400)] 
Bug 1642654 - Add ability for users to reactivate their own account when disabled from inactivity

5 years agoBug 1641117 - Add Sentry to the list of See Also URLs.
dklawren [Tue, 2 Jun 2020 02:34:59 +0000 (22:34 -0400)] 
Bug 1641117 - Add Sentry to the list of See Also URLs.

5 years agoBug 1641897 - Cleanup old severity values in custom forms and other places
dklawren [Fri, 29 May 2020 21:40:12 +0000 (17:40 -0400)] 
Bug 1641897 - Cleanup old severity values in custom forms and other places

5 years agoBug 1641249 - Enable the crash signature field for the Focus and Fenix Stability...
dklawren [Thu, 28 May 2020 13:47:39 +0000 (09:47 -0400)] 
Bug 1641249 - Enable the crash signature field for the Focus and Fenix Stability components

5 years agoBumped version to 20200526.1
dklawren [Tue, 26 May 2020 15:52:07 +0000 (11:52 -0400)] 
Bumped version to 20200526.1

5 years agoBug 1639902 - Fix `Use of uninitialized value in string eq at /app/Bugzilla/Bug.pm...
dklawren [Mon, 25 May 2020 20:53:06 +0000 (16:53 -0400)] 
Bug 1639902 - Fix `Use of uninitialized value in string eq at /app/Bugzilla/Bug.pm line 4674`

5 years agoBug 1639903 - Fix `Use of uninitialized value in pattern match (m//) at /app/Bugzilla...
dklawren [Mon, 25 May 2020 20:52:20 +0000 (16:52 -0400)] 
Bug 1639903 - Fix `Use of uninitialized value in pattern match (m//) at /app/Bugzilla/App.pm line 71`

5 years agoBug 1639311 - Attaching a file with emojis breaks them
dklawren [Thu, 21 May 2020 13:50:29 +0000 (09:50 -0400)] 
Bug 1639311 - Attaching a file with emojis breaks them

5 years agoMerge branch 'set-mojo-mode-after-clear'
Dylan Hardison [Sun, 17 May 2020 00:34:00 +0000 (20:34 -0400)] 
Merge branch 'set-mojo-mode-after-clear'

5 years agoMerge remote-tracking branch 'bmo/master'
Dylan Hardison [Sun, 17 May 2020 00:33:12 +0000 (20:33 -0400)] 
Merge remote-tracking branch 'bmo/master'

5 years agono bug - clear request cache in Glue plugin, before setting usage mode
Dylan Hardison [Sun, 17 May 2020 00:22:32 +0000 (20:22 -0400)] 
no bug - clear request cache in Glue plugin, before setting usage mode

5 years agosearch_plugin.cgi can be cached
Dylan Hardison [Sat, 16 May 2020 03:14:53 +0000 (23:14 -0400)] 
search_plugin.cgi can be cached

5 years agoremove mozilla mark
Dylan Hardison [Sat, 16 May 2020 03:10:34 +0000 (23:10 -0400)] 
remove mozilla mark

5 years agoeven better no-caching
Dylan Hardison [Sat, 16 May 2020 03:05:26 +0000 (23:05 -0400)] 
even better no-caching

5 years agoSet some default caching headers
Dylan Hardison [Sat, 16 May 2020 02:58:38 +0000 (22:58 -0400)] 
Set some default caching headers

5 years agoEarlier sanity check on reverse proxy settings
Dylan Hardison [Sat, 16 May 2020 02:25:32 +0000 (22:25 -0400)] 
Earlier sanity check on reverse proxy settings

5 years agoBug 1638022 - Phabbugz should not try to set needs-review when the revision is closed...
dklawren [Fri, 15 May 2020 15:36:39 +0000 (11:36 -0400)] 
Bug 1638022 - Phabbugz should not try to set needs-review when the revision is closed or abandoned

5 years agoBumped version to 20200511.1
dklawren [Mon, 11 May 2020 18:17:29 +0000 (14:17 -0400)] 
Bumped version to 20200511.1

5 years agoBug 1635332 - [SECURITY] Upgrade Mojolicous to 8.42
David Lawrence [Mon, 11 May 2020 17:32:53 +0000 (13:32 -0400)] 
Bug 1635332 - [SECURITY] Upgrade Mojolicous to 8.42

5 years agoBug 1594066 - reproducible "Can't use ARRAY(0x17340610) as a field name." when Custom...
Kohei Yoshino [Mon, 11 May 2020 16:37:30 +0000 (12:37 -0400)] 
Bug 1594066 - reproducible "Can't use ARRAY(0x17340610) as a field name." when Custom Search used

5 years agoBug 1634342 - change links for security approval documents to source docs (#1564)
dklawren [Fri, 8 May 2020 23:13:50 +0000 (19:13 -0400)] 
Bug 1634342 - change links for security approval documents to source docs (#1564)

5 years agoBug 1636549 Guided Bug Form incorrect severity
Emma Humphries [Fri, 8 May 2020 18:41:59 +0000 (11:41 -0700)] 
Bug 1636549 Guided Bug Form incorrect severity

The form still had the 'normal' severity.

5 years agoBug 1633846 - Enable retries for uploading attachments to S3 when an error occurs
dklawren [Tue, 5 May 2020 18:49:23 +0000 (14:49 -0400)] 
Bug 1633846 - Enable retries for uploading attachments to S3 when an error occurs

5 years agoBumped version to 20200504.1
dklawren [Mon, 4 May 2020 20:09:42 +0000 (16:09 -0400)] 
Bumped version to 20200504.1

5 years agoBug 1635148 - Recent changes to add support for attachments in S3 caused a memory...
dklawren [Mon, 4 May 2020 17:37:43 +0000 (13:37 -0400)] 
Bug 1635148 - Recent changes to add support for attachments in S3 caused a memory leak in the phabbugz feed daemon

5 years agoBumped version to 20200429.1
dklawren [Wed, 29 Apr 2020 14:39:40 +0000 (10:39 -0400)] 
Bumped version to 20200429.1

5 years agoBug 1623009 - Long password denial of service in bugzilla.mozilla.org
David Lawrence [Wed, 29 Apr 2020 06:11:35 +0000 (02:11 -0400)] 
Bug 1623009 - Long password denial of service in bugzilla.mozilla.org

5 years agoBug 1633848 - Fix possible areas where memory leak can occur in the PhabBugz daemon...
dklawren [Wed, 29 Apr 2020 13:31:36 +0000 (09:31 -0400)] 
Bug 1633848 - Fix possible areas where memory leak can occur in the PhabBugz daemon code

5 years agoBug 1632994 - [Bugzilla.App] Can't use an undefined value as a subroutine reference...
dklawren [Tue, 28 Apr 2020 16:18:54 +0000 (12:18 -0400)] 
Bug 1632994 - [Bugzilla.App] Can't use an undefined value as a subroutine reference at /app/Bugzilla/Error.pm line 94

5 years agoBug 1632624 - When adding vars to the fields data that is logged to stack driver...
dklawren [Fri, 24 Apr 2020 15:11:52 +0000 (11:11 -0400)] 
Bug 1632624 - When adding vars to the fields data that is logged to stack driver, convert to a JSON string

5 years agoMerge branch 'master' of https://github.com/mozilla-bteam/bmo
David Lawrence [Thu, 23 Apr 2020 20:58:29 +0000 (16:58 -0400)] 
Merge branch 'master' of https://github.com/mozilla-bteam/bmo

* 'master' of https://github.com/mozilla-bteam/bmo:
  Bug 1632038 - Remove number of people from bug update toast notification
  Bug 1631971 - Adds link to Matrix in README

5 years agono bug - Update docker mysql config to 64M for max_allowed_packet.
David Lawrence [Thu, 23 Apr 2020 20:58:09 +0000 (16:58 -0400)] 
no bug - Update docker mysql config to 64M for max_allowed_packet.

5 years agoBug 1632038 - Remove number of people from bug update toast notification
Kohei Yoshino [Thu, 23 Apr 2020 15:02:16 +0000 (11:02 -0400)] 
Bug 1632038 - Remove number of people from bug update toast notification

5 years agoBug 1631971 - Adds link to Matrix in README
Mitchell Hentges [Tue, 21 Apr 2020 23:03:55 +0000 (16:03 -0700)] 
Bug 1631971 - Adds link to Matrix in README

5 years agoBug 1631051-Store current configuration of auto refresh button in My Dashboard
Lisset Cuevas [Mon, 20 Apr 2020 21:28:44 +0000 (16:28 -0500)] 
Bug 1631051-Store current configuration of auto refresh button in My Dashboard

5 years agoBumped version to 20200416.2
dklawren [Thu, 16 Apr 2020 20:26:45 +0000 (16:26 -0400)] 
Bumped version to 20200416.2

5 years agoBumped version to 20200416.1
dklawren [Thu, 16 Apr 2020 19:54:34 +0000 (15:54 -0400)] 
Bumped version to 20200416.1

5 years agoBug 1588221 - Update current s3 storage controller to only upload attachments over...
dklawren [Mon, 9 Dec 2019 16:28:14 +0000 (11:28 -0500)] 
Bug 1588221 - Update current s3 storage controller to only upload attachments over a certain size

5 years agoBug 1629648 - Remove the data science bug request icon from the Bugzilla homepage...
dklawren [Wed, 15 Apr 2020 19:15:08 +0000 (15:15 -0400)] 
Bug 1629648 - Remove the data science bug request icon from the Bugzilla homepage (#1550)

5 years agoBug 1628592 - Always display Severity field (#1549)
dklawren [Fri, 10 Apr 2020 21:25:42 +0000 (17:25 -0400)] 
Bug 1628592 - Always display Severity field (#1549)

5 years agoBug 1202669 - UX correction for change password and email
Lisset Cuevas [Wed, 8 Apr 2020 20:06:32 +0000 (15:06 -0500)] 
Bug 1202669 - UX correction for change password and email

5 years agoBug 1628467 - Button to stop auto-refresh in My dashboard
Lisset Cuevas [Wed, 8 Apr 2020 19:48:18 +0000 (14:48 -0500)] 
Bug 1628467 - Button to stop auto-refresh in My dashboard

5 years agoBug 1627601 - Copy Summary function doesn’t work properly if the bug summary contains...
Kohei Yoshino [Wed, 8 Apr 2020 17:47:49 +0000 (13:47 -0400)] 
Bug 1627601 - Copy Summary function doesn’t work properly if the bug summary contains HTML tags

5 years agoBug 1626543 - Some fields on enter bug page do not have associated labels
Kohei Yoshino [Thu, 2 Apr 2020 22:07:40 +0000 (18:07 -0400)] 
Bug 1626543 - Some fields on enter bug page do not have associated labels

5 years agoBug 1622311 - For security bugs, link the security issue banner to https://wiki.mozil...
dklawren [Thu, 2 Apr 2020 14:27:27 +0000 (10:27 -0400)] 
Bug 1622311 - For security bugs, link the security issue banner to https://wiki.mozilla.org/Security/Bug_Approval_Process

5 years agoBump version to 20200401.1
dklawren [Wed, 1 Apr 2020 20:39:43 +0000 (16:39 -0400)] 
Bump version to 20200401.1

5 years agoBug 1410994 - Add utility for mass-disabling stale accounts
byron jones [Wed, 1 Apr 2020 18:37:19 +0000 (02:37 +0800)] 
Bug 1410994 - Add utility for mass-disabling stale accounts

5 years agoBug 1183759 : Keyword suggestions should not show keywords which have been already...
Manya Agarwal [Wed, 1 Apr 2020 15:32:21 +0000 (21:02 +0530)] 
Bug 1183759 :  Keyword suggestions should not show keywords which have been already selected

5 years agoBug 1370492 - Assigned to you shows bugs priority in My dashboard
Lisset Cuevas [Wed, 1 Apr 2020 15:11:50 +0000 (09:11 -0600)] 
Bug 1370492 - Assigned to you shows bugs priority in My dashboard

5 years agoignore plenv .perl-version file
Dylan Hardison [Wed, 25 Mar 2020 23:52:44 +0000 (19:52 -0400)] 
ignore plenv .perl-version file

5 years agono bug - update to 2.1 for CircleCI pipelines
dklawren [Wed, 25 Mar 2020 21:51:01 +0000 (17:51 -0400)] 
no bug - update to 2.1 for CircleCI pipelines

5 years agoBug 849902 - My dashboard refreshes itself
Lisset Cuevas [Tue, 24 Mar 2020 17:04:27 +0000 (11:04 -0600)] 
Bug 849902 - My dashboard refreshes itself

5 years agoBug 1623727 - Graphviz needs to be installed in bmo-slim base container to allow...
dklawren [Fri, 20 Mar 2020 17:12:30 +0000 (13:12 -0400)] 
Bug 1623727 - Graphviz needs to be installed in bmo-slim base container to allow showdependencygraph.cgi to work properly

5 years agoBug 1344094 - Add a link to a wiki.mozilla.org page describing how to request a keyword
Manya Agarwal [Thu, 19 Mar 2020 17:28:44 +0000 (22:58 +0530)] 
Bug 1344094 - Add a link to a wiki.mozilla.org page describing how to request a keyword

5 years agoBug 1622956 - Update contact URL and Address
Emma Humphries [Tue, 17 Mar 2020 16:12:58 +0000 (09:12 -0700)] 
Bug 1622956 - Update contact URL and Address

5 years agoBug 1621278 - Make bug IDs on search results proper bug links
Kohei Yoshino [Thu, 12 Mar 2020 16:11:39 +0000 (12:11 -0400)] 
Bug 1621278 - Make bug IDs on search results proper bug links

5 years agoBug 1621160 - First row of stagger column headers will be hidden when table header...
Kohei Yoshino [Thu, 12 Mar 2020 15:33:36 +0000 (11:33 -0400)] 
Bug 1621160 - First row of stagger column headers will be hidden when table header becomes sticky

5 years agoBug 1621662 - Remove option for using Vagrant for BMO development and support Docker...
dklawren [Wed, 11 Mar 2020 20:18:50 +0000 (16:18 -0400)] 
Bug 1621662 - Remove option for using Vagrant for BMO development and support Docker as primary method

5 years agoBump version to 20200309.1
dklawren [Mon, 9 Mar 2020 19:30:14 +0000 (15:30 -0400)] 
Bump version to 20200309.1

5 years agono bug - Update VS Code tasks with Docker commands
Kohei Yoshino [Mon, 9 Mar 2020 16:27:13 +0000 (12:27 -0400)] 
no bug - Update VS Code tasks with Docker commands

5 years agoBug 1605761 - It's not clear at all that you need to hit -enter- to save a comment tag
Kohei Yoshino [Mon, 9 Mar 2020 16:19:41 +0000 (12:19 -0400)] 
Bug 1605761 - It's not clear at all that you need to hit -enter- to save a comment tag

5 years agoBug 1620236 - Comments on submitted bugs are re-populated if user chooses to show...
Kohei Yoshino [Sun, 8 Mar 2020 19:39:53 +0000 (15:39 -0400)] 
Bug 1620236 - Comments on submitted bugs are re-populated if user chooses to show next bug in my list after changing a bug

5 years agoBug 1619609 - Update /rest/whoami to return group membership, and support authenticat...
byron jones [Fri, 6 Mar 2020 16:11:16 +0000 (00:11 +0800)] 
Bug 1619609 - Update /rest/whoami to return group membership, and support authenticating with a Phabricator conduit token

5 years agoBug 1620452 - secbugs report should be updated to allow emailing to multiple addresses
dklawren [Fri, 6 Mar 2020 15:27:24 +0000 (10:27 -0500)] 
Bug 1620452 - secbugs report should be updated to allow emailing to multiple addresses

5 years agoBug 1619361 - Update Reps Application Form
Michael Kohler [Mon, 2 Mar 2020 19:29:33 +0000 (20:29 +0100)] 
Bug 1619361 - Update Reps Application Form

5 years agoBump version to 20200226.2
dklawren [Wed, 26 Feb 2020 19:53:12 +0000 (14:53 -0500)] 
Bump version to 20200226.2

5 years ago Bug 1612290 - Provide self-service UI for users to reactivate their account after...
dklawren [Wed, 26 Feb 2020 19:32:54 +0000 (14:32 -0500)] 
 Bug 1612290 - Provide self-service UI for users to reactivate their account after being disabled due to bouncing

5 years agoBump version to 20200226.1
dklawren [Wed, 26 Feb 2020 15:45:56 +0000 (10:45 -0500)] 
Bump version to 20200226.1

5 years agoBug 1612290 - Provide self-service UI for users to reactivate their account after...
dklawren [Wed, 26 Feb 2020 14:14:51 +0000 (09:14 -0500)] 
Bug 1612290 - Provide self-service UI for users to reactivate their account after being disabled due to bouncing (schema only)

5 years agoBug 1614634 - 13 hours ago was not "1 day ago"
Julian Descottes [Wed, 26 Feb 2020 04:17:11 +0000 (05:17 +0100)] 
Bug 1614634 - 13 hours ago was not "1 day ago"

5 years agoRevert "Bug 1612290 - Provide self-service UI for users to reactivate their account...
dklawren [Wed, 26 Feb 2020 03:03:31 +0000 (22:03 -0500)] 
Revert "Bug 1612290 - Provide self-service UI for users to reactivate their account after being disabled due to bouncing"

5 years agoBump version to 20200225.1
dklawren [Tue, 25 Feb 2020 21:40:24 +0000 (16:40 -0500)] 
Bump version to 20200225.1

5 years agoBug 1472757 - Comment field empty after clicking "go back page"
Kohei Yoshino [Tue, 25 Feb 2020 17:26:44 +0000 (12:26 -0500)] 
Bug 1472757 - Comment field empty after clicking "go back page"

5 years agoBug 1599865 - Bug description is erased during page load, leading to dataloss during...
Kohei Yoshino [Tue, 25 Feb 2020 17:24:06 +0000 (12:24 -0500)] 
Bug 1599865 - Bug description is erased during page load, leading to dataloss during Firefox session restore

5 years agoBug 1237874 - File size unit always plural: "1 bytes"
Kashinath Patekar [Tue, 25 Feb 2020 15:17:06 +0000 (20:47 +0530)] 
Bug 1237874 - File size unit always plural: "1 bytes"