Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MerginMaps
/
server
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
176
Code
Issues
10
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Release 2025.8.2
- #542
#542
Merged
MarcelGeo
merged 56 commits into
master
MerginMaps/server:master
from
develop
MerginMaps/server:develop
Copy head branch name to clipboard
Dec 9, 2025
Conversation
Commits
56
(56)
Checks
Files changed
Merged
Release 2025.8.2
#542
MarcelGeo
merged 56 commits into
master
MerginMaps/server:master
from
develop
MerginMaps/server:develop
Copy head branch name to clipboard
Commits
Commits on Oct 27, 2025
Disallow non-ASCII in email domain
harminius
committed
168b5f0
View commit details
Copy full SHA for 168b5f0
Browse repository at this point
Commits on Oct 30, 2025
Create endpoint
Show description for c118ca9
harminius
committed
c118ca9
View commit details
Copy full SHA for c118ca9
Browse repository at this point
Commits on Oct 31, 2025
add tests
harminius
committed
6e9f177
View commit details
Copy full SHA for 6e9f177
Browse repository at this point
Commits on Nov 3, 2025
Fix test helpers order to give time to manifest
harminius
committed
39129f2
View commit details
Copy full SHA for 39129f2
Browse repository at this point
use email_validator and isascii
harminius
committed
8635e5e
View commit details
Copy full SHA for 8635e5e
Browse repository at this point
Commits on Nov 4, 2025
improve tests
harminius
committed
889a73c
View commit details
Copy full SHA for 889a73c
Browse repository at this point
fix json encoding
harminius
committed
e8acc1d
View commit details
Copy full SHA for e8acc1d
Browse repository at this point
use supplied regex
harminius
committed
178020c
View commit details
Copy full SHA for 178020c
Browse repository at this point
Commits on Nov 5, 2025
Revert "fix json encoding"
Show description for 5c9b768
harminius
committed
5c9b768
View commit details
Copy full SHA for 5c9b768
Browse repository at this point
Merge branch 'develop' into project_detail_v2
harminius
committed
2223ded
View commit details
Copy full SHA for 2223ded
Browse repository at this point
Merge branch 'develop' into validate_email_domain
harminius
committed
5635a89
View commit details
Copy full SHA for 5635a89
Browse repository at this point
fix auth tests
harminius
committed
40ce2d8
View commit details
Copy full SHA for 40ce2d8
Browse repository at this point
Commits on Nov 6, 2025
Revert "use supplied regex"
Show description for d4f2673
harminius
committed
d4f2673
View commit details
Copy full SHA for d4f2673
Browse repository at this point
Commits on Nov 7, 2025
rm get_email_domain in auth utils
harminius
committed
ea71902
View commit details
Copy full SHA for ea71902
Browse repository at this point
use re lib to validate emails
harminius
committed
d4ac7ed
View commit details
Copy full SHA for d4ac7ed
Browse repository at this point
address review - survive non-existing project version
harminius
committed
830ef0f
View commit details
Copy full SHA for 830ef0f
Browse repository at this point
rm regex from pipfile
harminius
committed
caed4df
View commit details
Copy full SHA for caed4df
Browse repository at this point
Commits on Nov 10, 2025
fix test
harminius
committed
6adb3f2
View commit details
Copy full SHA for 6adb3f2
Browse repository at this point
Commits on Nov 13, 2025
Accept locale for currency calculation
MarcelGeo
committed
0958fe7
View commit details
Copy full SHA for 0958fe7
Browse repository at this point
Commits on Nov 14, 2025
Simplify condition & improve readbility
harminius
committed
3f66041
View commit details
Copy full SHA for 3f66041
Browse repository at this point
Merge pull request #525 from MerginMaps/validate_email_domain
Show description for 14f51a2
MarcelGeo
authored
14f51a2
View commit details
Copy full SHA for 14f51a2
Browse repository at this point
Don't allow trailing space for new files
harminius
committed
75c2da7
View commit details
Copy full SHA for 75c2da7
Browse repository at this point
rm unused imports
harminius
committed
d92cf79
View commit details
Copy full SHA for d92cf79
Browse repository at this point
fix logic
harminius
committed
b402d72
View commit details
Copy full SHA for b402d72
Browse repository at this point
Merge branch 'develop' into project_detail_v2
harminius
committed
2e80f34
View commit details
Copy full SHA for 2e80f34
Browse repository at this point
fix schema import
harminius
committed
072e4bb
View commit details
Copy full SHA for 072e4bb
Browse repository at this point
Commits on Nov 17, 2025
Merge pull request #531 from MerginMaps/project_detail_v2
Show description for 88885a3
MarcelGeo
authored
88885a3
View commit details
Copy full SHA for 88885a3
Browse repository at this point
Commits on Nov 18, 2025
Merge pull request #536 from MerginMaps/currency-locale-accept
Show description for f8f718c
MarcelGeo
authored
f8f718c
View commit details
Copy full SHA for f8f718c
Browse repository at this point
Commits on Nov 19, 2025
add negative test case
harminius
committed
df29847
View commit details
Copy full SHA for df29847
Browse repository at this point
Commits on Nov 20, 2025
cleanup
harminius
committed
43b560c
View commit details
Copy full SHA for 43b560c
Browse repository at this point
add windows tests
harminius
committed
99ded71
View commit details
Copy full SHA for 99ded71
Browse repository at this point
Commits on Nov 21, 2025
fix tests
harminius
committed
6dc9bb7
View commit details
Copy full SHA for 6dc9bb7
Browse repository at this point
Merge pull request #534 from MerginMaps/refuse_trailing_whitespace_in_path
Show description for 58fca7c
MarcelGeo
authored
58fca7c
View commit details
Copy full SHA for 58fca7c
Browse repository at this point
Commits on Nov 24, 2025
remove bottlnech with removing chunks
MarcelGeo
committed
cac45a8
View commit details
Copy full SHA for cac45a8
Browse repository at this point
update tests for chunks - they exist
MarcelGeo
committed
85a5834
View commit details
Copy full SHA for 85a5834
Browse repository at this point
update tests
MarcelGeo
committed
88e5490
View commit details
Copy full SHA for 88e5490
Browse repository at this point
call remove unused chunks async job
MarcelGeo
committed
2149c0c
View commit details
Copy full SHA for 2149c0c
Browse repository at this point
Commits on Nov 25, 2025
type for transaction chunks
MarcelGeo
committed
05fb028
View commit details
Copy full SHA for 05fb028
Browse repository at this point
Merge pull request #537 from MerginMaps/sync-remove-chunks
Show description for d19d5d1
MarcelGeo
authored
d19d5d1
View commit details
Copy full SHA for d19d5d1
Browse repository at this point
Commits on Nov 28, 2025
return 404 to anonymous user requesting private project info
harminius
committed
1a46828
View commit details
Copy full SHA for 1a46828
Browse repository at this point
failing test
harminius
committed
e8b1ba7
View commit details
Copy full SHA for e8b1ba7
Browse repository at this point
failing test 2
harminius
committed
1152229
View commit details
Copy full SHA for 1152229
Browse repository at this point
DEBUG failing test 3
harminius
committed
b350cd5
View commit details
Copy full SHA for b350cd5
Browse repository at this point
DEBUG try to print to stderr - 4
harminius
committed
05c88d8
View commit details
Copy full SHA for 05c88d8
Browse repository at this point
Commits on Dec 2, 2025
DEBUG 5: reset Global read
harminius
committed
be212c2
View commit details
Copy full SHA for be212c2
Browse repository at this point
validate version param schema
harminius
committed
19798f5
View commit details
Copy full SHA for 19798f5
Browse repository at this point
rm prints
harminius
committed
99e4414
View commit details
Copy full SHA for 99e4414
Browse repository at this point
add flag for v1 compatibility
harminius
committed
e1fab33
View commit details
Copy full SHA for e1fab33
Browse repository at this point
actions should expose
harminius
committed
d80900b
View commit details
Copy full SHA for d80900b
Browse repository at this point
GET project never exposes
harminius
committed
e845142
View commit details
Copy full SHA for e845142
Browse repository at this point
cleanup
harminius
committed
b1e895c
View commit details
Copy full SHA for b1e895c
Browse repository at this point
return 403 for authenticated without permission
harminius
committed
0007fa2
View commit details
Copy full SHA for 0007fa2
Browse repository at this point
Commits on Dec 4, 2025
Fix failing tests with random 504
Show description for 31518fb
varmar05
authored and
harminius
committed
31518fb
View commit details
Copy full SHA for 31518fb
Browse repository at this point
Merge pull request #541 from MerginMaps/dont_reveal_resource_to_anonymous
Show description for 4a206c8
MarcelGeo
authored
4a206c8
View commit details
Copy full SHA for 4a206c8
Browse repository at this point
Commits on Dec 9, 2025
Bump version
MarcelGeo
committed
b45cef1
View commit details
Copy full SHA for b45cef1
Browse repository at this point
Merge pull request #545 from MerginMaps/bump_ce_version
Show description for c34ac6f
MarcelGeo
authored
c34ac6f
View commit details
Copy full SHA for c34ac6f
Browse repository at this point
You can’t perform that action at this time.