Commit Graph

9 Commits (2112eb87414fb0a08d77ad018ca306cfd15d5761)

Author SHA1 Message Date
David Schneiderbauer d766d0c4e0 Prevent sending emails and notifications to inactive users ()
* Filter inactive users before sending emails or creating browser notifications

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>

* fix formatting issues

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>

* included requested changes

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>

* optimized database queries

* rebasing new master and add tablenames for clarification in xorm queries

* remove escaped quotationmarks using backticks

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
Ethan Koenig a27863b6d1 Fix issue updated_unix bug ()
Ethan Koenig 48898e5d0b Fix PR nil-dereference bug ()
* Fix PR nil-dereference bug

* Revert to original error format
Ethan Koenig 1a09afc729 Fix misspelled variables
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 ()
Sandro Santilli 447c9b428f Send notifications to partecipants in issue comments ()
* Send notifications to partecipants in issue comments

Closes 

Includes test (still failing)

* Do not include "labelers" to participants

Fix test to expect what GetParticipants return
Ethan Koenig 09fe4a2ae9 Batch updates for issues ()
Bo-Yi Wu d76d67de23 feat: expose url field on issue api. ()
* Add api url func.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* fix: Add unit testing.

* fix: conflicts

* fix: remove trim

* fix: revert test function name.
Ethan Koenig cf80e19157 Optimize and unit test Issue_ReplaceLabels ()