- 06 Apr, 2017 40 commits
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
(including spam)
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
... automatically when it goes from false to true
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
unless explicitly unsubscribed
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
(also if service_desk_enabled is off)
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
for easier adding for EE
-
http://jneen.net/ authored
-
Douwe Maan authored
Resolve "Deleting a user shouldn't delete associated records" See merge request !1581
-
Filipa Lacerda authored
Open new board after creating it Closes gitlab-ce#29611 See merge request !1449
-
Timothy Andrew authored
1. Have `MigrateToGhostUser` be a service rather than a mixed-in module, to keep things explicit. Specs testing the behavior of this class are moved into a separate service spec file. 2. Add a `user.reported_abuse_reports` association to make the `migrate_abuse_reports` method more consistent with the other `migrate_` methods.
-
Rémy Coutable authored
elasticsearch: Add support for an experimental repository indexer Closes #1606 See merge request !1483
-
Jacob Schatz authored
Recent search history for issues -- EE merge edition Closes gitlab-ce#27262 See merge request !1547
-
Alfredo Sumaran authored
Linking to edit file directly -- EE merge edition See merge request !1546
-
Eric Eastwood authored
-
Eric Eastwood authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262 Conflicts: app/assets/javascripts/filtered_search/filtered_search_manager.js app/views/shared/issuable/_search_bar.html.haml
-
Nick Thomas authored
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
... when the user is destroyed. 1. Normally, for a given awardable and award emoji name, a user is only allowed to create a single award emoji. 2. This validation needs to be removed for ghost users, since: - User A and User B have created award emoji - with the same name and against the same awardable - User A is deleted. Their award emoji is moved to the ghost user - User B is deleted. Their award emoji needs to be moved to the ghost user. However, this breaks the uniqueness validation, since the ghost user is only allowed to have one award emoji of a given name for a given awardable
-