Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Feeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MickGe
Feeds
Graph
a243979aafcf71d6bec6a0ba9b2bca7a6ea0925e
Select Git revision
Branches
4
add-docker
mickge-tedomum-prod-patch-74398
tedomum-prod
default
protected
update_19.2
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Sep
15
14
11
29
Aug
14
13
11
10
1
31
Jul
19
13
9
3
2
1
27
Jun
24
15
5
4
3
2
1
31
May
30
25
23
22
19
17
16
15
13
12
9
3
29
Apr
23
22
21
19
18
17
7
4
28
Mar
26
25
13
12
10
8
3
2
1
28
Feb
27
25
22
21
20
18
16
13
5
27
Jan
25
24
23
19
18
17
14
13
9
8
5
4
22
Dec
21
20
19
18
17
15
14
13
12
11
10
9
8
6
5
4
3
27
Nov
25
23
22
20
18
17
14
13
12
7
6
5
3
1
30
Oct
25
9
8
7
6
4
30
Sep
23
22
18
17
13
11
30
Aug
29
28
27
26
23
21
20
16
15
14
13
9
8
7
6
2
1
31
Jul
30
27
20
17
15
12
5
20
Jun
18
17
15
10
6
31
May
30
25
23
22
20
19
18
16
12
7
6
1
30
Apr
29
26
22
17
14
13
12
11
10
9
8
1
29
Mar
28
26
22
21
19
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
28
Feb
26
25
24
23
22
21
20
19
build_url: also put query parameters and fragment in resulting URL
subscribe: allow pre-filling feed URL if passed via query string
cached_url: block SVG images because of potential javascript inside
pass CSRF token to opml import and feed icon replace dialogs
fix default password nag dialog, load via xhr
editFeed: only try to reload feed tree in preferences if its actually there
comments link: load in new tab
editarticletags: load dialog via XHR
handler: default base csrf_ignore() to false
backend handler: require CSRF, remove obsolete code
public/logout: require valid CSRF token
Feeds: load quickaddfeed and search dialogs via XHR w/ CSRF protection
- backend: require CSRF token to be passed via POST
don't pass csrf token as a GET parameter to Article
require CSRF token for Article/redirect
- enable CSRF support earlier
af_proxy_http: require separate token to access imgproxy
rewrite_relative_url: validate resulting absolutized URLs
validate_url: only allow safe ports (80, 443), disallow access to loopback
validate_url: add clean()
rename base64_img() to image_to_base64()
af_proxy_http: never print received data directly, always redirect to cached_url
cached_url: perform mimetype validation before possible HOOK_SEND_LOCAL_FILE hooks
af_redditimgur: don't add embedded blank gif image for rewritten videos
user preferences: forbid < and > characters when changing passwords (were silently stripped on save because of clean())
public/subscribe: require valid CSRF token when validating the form
remove csrf token from rpc method sanityCheck
- fix multiple vulnerabilities in af_proxy_http
Merge branch 'weblate-integration'
order_to_override_query: allow HOOK_HEADLINES_CUSTOM_SORT_OVERRIDE plugins to override built-in sorting
properly return counters for labels with zero assigned articles
Merge branch 'master' of rodneys_mission/tt-rss into master
Silence php 7.2 error message generated in `session_set_cookie_params`.
pluginhost: allow overriding default sort modes via HOOK_HEADLINES_CUSTOM_SORT_MAP etc
move order_by to SQL override logic into a separate function
instead of taking batch timestamp and score (?) into account, make oldest first sorting work consistently with newest first - i.e. rely on feed-provided timestamp
OPML: export/import per-feed purge interval
Merge branch 'master' of e1e0/tt-rss into master
more int/string type mismatches on getCategories
Merge branch 'master' of e1e0/tt-rss into master
Loading