Skip to content

Commit

Permalink
OAuth2, sqlite for data, small fixes all around
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Jun 16, 2024
1 parent 04e37b5 commit 77a32ce
Show file tree
Hide file tree
Showing 11 changed files with 965 additions and 194 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
www/data/
www/locale/
locales/transifex_config

/vendor/
locales/transifex_config
*.db
www/config.php
*.swp
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## master

* Add `console_auth.php` for interacting with [pyLevel0](https://github.com/Zverik/pyLevel0).
* Fixed user names with quotes.
* OAuth2 support.
* Data is now stored in a SQLite database instead of files.
* Unit tests (thanks @mtmail).

## 1.2, 9.02.2016

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "zverik/level0",
"description": "Web-based OpenStreetMap Editor",
"type": "project",
"require": {
"jbelien/oauth2-openstreetmap": "^0.1.2"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
},
Expand Down
Loading

0 comments on commit 77a32ce

Please sign in to comment.