Skip to content

Commit

Permalink
3.0.0.20
Browse files Browse the repository at this point in the history
No functional changes
  • Loading branch information
nilsteampassnet committed Oct 31, 2022
1 parent 9b1f845 commit 6fbe503
Show file tree
Hide file tree
Showing 128 changed files with 182 additions and 125 deletions.
3 changes: 2 additions & 1 deletion api/Controller/Api/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file AuthControler.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Controller/Api/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file BaseController.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Controller/Api/FolderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file FolderControler.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Controller/Api/ItemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file ItemControler.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Controller/Api/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file UserControler.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Model/AuthModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file AuthModel.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Model/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file Database.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Model/FolderModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file folderModel.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Model/ItemModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file ItemModel.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Model/Operation.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file Operation.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/Model/UserModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file UserModel.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/inc/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file bootstrap.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/inc/jwt_utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file jwt_utils.php
* ---
Expand Down
3 changes: 2 additions & 1 deletion api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
*
* @project Teampass API
* @project Teampass
* @version API
*
* @file index.php
* ---
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file changelog.txt
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion error.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version
* @file error.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion includes/config/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2009-2022 Nils Laumaillé
* @license https://spdx.org/licenses/GPL-3.0-only.html#licenseText GPL-3.0
*
* @version GIT: <git_id>
* @version 3.0.0.20
*
* @see http://www.teampass.net
*/
Expand Down
2 changes: 1 addition & 1 deletion includes/core/load.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file load.js.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion includes/core/login.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file login.js.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion includes/core/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file login.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion includes/core/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file logout.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion includes/core/otv.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file otv.php
* ---
*
Expand Down
1 change: 1 addition & 0 deletions includes/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file functions.js
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file index.php
* ---
*
Expand Down
1 change: 1 addition & 0 deletions install/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file install.js
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file install.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/install.queries.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file install.queries.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/migrate_users_to_v3.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file migrate_users_to_v3.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_ajax.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0_fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0_fields.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0_files.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0_logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0_logs.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0_passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0_passwords.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0_suggestions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0_suggestions.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_run_3.0.0_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_run_3.0.0_users.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
1 change: 1 addition & 0 deletions install/upgrade_scripts_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* ---
* @project Teampass
* @version
* @file upgrade_scripts_manager.php
* ---
* @author Nils Laumaillé ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion pages/2fa.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file 2fa.js.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion pages/2fa.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file 2fa.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion pages/actions.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file actions.js.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion pages/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file actions.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion pages/admin.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file admin.js.php
* ---
*
Expand Down
2 changes: 1 addition & 1 deletion pages/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* ---
*
* @project Teampass
*
* @version 3.0.0.20
* @file admin.php
* ---
*
Expand Down
Loading

0 comments on commit 6fbe503

Please sign in to comment.