Yancy 1.036 Deleted
Files
- CHANGES
- CONTRIBUTING.md
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- bin/yancy
- cpanfile
- dist.ini
- eg/README.md
- eg/doc-site/.gitignore
- eg/doc-site/README.md
- eg/doc-site/cpanfile
- eg/doc-site/deploy.sh
- eg/doc-site/index.markdown
- eg/doc-site/myapp.conf
- eg/doc-site/myapp.pl
- eg/doc-site/myapp.preaction.conf
- eg/doc-site/public/screenshot-custom-element.png
- eg/doc-site/public/screenshot-edit.png
- eg/doc-site/public/screenshot.png
- eg/test-app/.gitignore
- eg/test-app/myapp.auth.conf
- eg/test-app/myapp.conf
- eg/test-app/myapp.null.conf
- eg/test-app/myapp.pl
- eg/test-app/templates/not_found.html.ep
- eg/test-app/templates/people.html.ep
- eg/test-app/templates/people/index.html.ep
- eg/test-app/yancy.data.json
- eg/todo-app/.gitignore
- eg/todo-app/cpanfile
- eg/todo-app/deploy.sh
- eg/todo-app/myapp.pl
- eg/todo-app/todo-app.service
- lib/Mojolicious/Plugin/Yancy.pm
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/app.js
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.css
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.js
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.min.css.map
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/bootstrap.min.js.map
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/css/font-awesome.css
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.eot
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.svg
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.ttf
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.woff
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/font-awesome/fonts/fontawesome-webfont.woff2
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/jquery.js
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/marked.js
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/popper.js
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/popper.min.js.map
- lib/Mojolicious/Plugin/Yancy/resources/public/yancy/vue.js
- lib/Mojolicious/Plugin/Yancy/resources/templates/layouts/yancy.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/layouts/yancy/auth.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/login.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/password/login.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/password/login_form.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/password/register.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/unauthorized.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/auth/unauthorized.json.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/index.html.ep
- lib/Mojolicious/Plugin/Yancy/resources/templates/yancy/table.html.ep
- lib/Yancy.pm
- lib/Yancy/Backend.pod
- lib/Yancy/Backend/Dbic.pm
- lib/Yancy/Backend/Mysql.pm
- lib/Yancy/Backend/Pg.pm
- lib/Yancy/Backend/Role/MojoAsync.pm
- lib/Yancy/Backend/Role/Relational.pm
- lib/Yancy/Backend/Role/Sync.pm
- lib/Yancy/Backend/Sqlite.pm
- lib/Yancy/Command/backend.pm
- lib/Yancy/Command/backend/copy.pm
- lib/Yancy/Controller/Yancy.pm
- lib/Yancy/Controller/Yancy/API.pm
- lib/Yancy/Controller/Yancy/MultiTenant.pm
- lib/Yancy/Help/Config.pod
- lib/Yancy/Help/Standalone.pod
- lib/Yancy/Help/Upgrading.pod
- lib/Yancy/Plugin/Auth.pm
- lib/Yancy/Plugin/Auth/Basic.pm
- lib/Yancy/Plugin/Auth/Github.pm
- lib/Yancy/Plugin/Auth/OAuth2.pm
- lib/Yancy/Plugin/Auth/Password.pm
- lib/Yancy/Plugin/Auth/Token.pm
- lib/Yancy/Plugin/Editor.pm
- lib/Yancy/Plugin/File.pm
- lib/Yancy/Plugin/Form.pm
- lib/Yancy/Plugin/Form/Bootstrap4.pm
- lib/Yancy/Util.pm
- share/update_resources.sh
- t/00-compile.t
- t/00-report-prereqs.dd
- t/00-report-prereqs.t
- t/api.t
- t/backend/dbic.t
- t/backend/mock.t
- t/backend/mysql.t
- t/backend/pg.t
- t/backend/sqlite.t
- t/command/backend/copy.t
- t/config.t
- t/controller/multi_tenant.t
- t/controller/yancy.t
- t/examples/doc-site.t
- t/examples/test-app.t
- t/examples/todo-app.t
- t/filter.t
- t/helpers.t
- t/lib/Digest/Broken.pm
- t/lib/Local/Controller/Extend/Yancy.pm
- t/lib/Local/Schema.pm
- t/lib/Local/Schema/Result/blog.pm
- t/lib/Local/Schema/Result/mojo_migrations.pm
- t/lib/Local/Schema/Result/people.pm
- t/lib/Local/Schema/Result/user.pm
- t/lib/Local/Test.pm
- t/lib/Yancy/Backend/Brokentest.pm
- t/lib/Yancy/Backend/Test.pm
- t/lib/Yancy/Plugin/Test.pm
- t/plugin/auth.t
- t/plugin/auth/basic.t
- t/plugin/auth/github.t
- t/plugin/auth/oauth2.t
- t/plugin/auth/password.t
- t/plugin/auth/token.t
- t/plugin/editor.t
- t/plugin/file.t
- t/plugin/form/bootstrap4.t
- t/schema/dbicdump.pl
- t/schema/mysql.sql
- t/schema/openapi.pl
- t/schema/pg.sql
- t/schema/sqlite.sql
- t/selenium/.gitignore
- t/selenium/editor.t
- t/share/avatar.jpg
- t/share/file.txt
- t/share/openapi-spec.json
- t/share/templates/blog_delete.html.ep
- t/share/templates/blog_edit.html.ep
- t/share/templates/blog_list.html.ep
- t/share/templates/blog_list.rss.ep
- t/share/templates/blog_view.html.ep
- t/share/templates/extend/blog_list.html.ep
- t/share/templates/extend/blog_view.html.ep
- t/share/templates/people.html.ep
- t/share/templates/people/index.html.ep
- t/share/templates/plugin/editor/custom_element.html.ep
- t/share/templates/user.html.ep
- t/share/templates/user_edit.html.ep
- t/share/templates/user_profile_edit.html.ep
- t/share/withindex/templates/index.html.ep
- t/standalone.t
- t/util.t
- weaver.ini
- xt/run_backend_tests.pl
- xt/tmux-layout.sh