-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integrated drive link and custom popup views
- Loading branch information
Showing
22 changed files
with
1,058 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,63 @@ | ||
0.13.0 2024-03-25 11:23:07 +0100 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.13.0 2024-03-25 11:20:12 +0100 Tobias Oetiker <[email protected]> | ||
|
||
- add okt event filter to okt view | ||
|
||
0.13.0 2024-01-09 10:03:09 +0100 Tobias Oetiker <[email protected]> | ||
|
||
- openlink features | ||
- general dependency update | ||
|
||
0.12.0 2023-10-25 16:50:42 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-24 11:26:22 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-24 11:17:42 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-24 11:08:59 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-24 10:56:59 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-24 10:53:27 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-23 22:12:52 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-22 13:35:54 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-19 16:56:29 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-19 13:59:23 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
||
0.12.0 2023-10-18 23:03:36 +0200 Tobias Oetiker <[email protected]> | ||
|
||
|
||
0.12.0 2023-10-18 08:37:40 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- try with better validation | ||
|
||
0.12.0 2023-10-16 11:47:09 +0200 Tobias Oetiker <[email protected]> | ||
|
||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
OktDB | ||
a cool web app with Mojolicious backend | ||
|
||
Copyright (c) 2023 Tobias Oetiker and the other people listed in the | ||
Copyright (c) 2024 Tobias Oetiker and the other people listed in the | ||
AUTHORS file. | ||
|
||
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.12.0 | ||
0.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
export MOJO_MODE=development | ||
export MOJO_LOG_LEVEL=debug | ||
exec `dirname $0`/oktdb.pl prefork --listen 'http://*:3323' | ||
exec `dirname $0`/oktdb.pl prefork --listen 'http://*:3323' --pid-file /run/shm/oktdb.$$.pid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -259,8 +259,6 @@ has grammar => sub ($self) { | |
}; | ||
1; | ||
|
||
1; | ||
|
||
__END__ | ||
=head1 COPYRIGHT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.