oupala
412d45f564
refactor: rewrite AddIcon to AddIconByType
...
Huge rewrite of .htaccess file so that AddIcon are rewritten to AddIconByType for most of the file. Icon are now displayed on a real media type basis <hich is more reliable that file extension.
More extensions are now supported.
File extensions that are not associated to a media type are still using the old AddIcon syntax.
2019-05-27 21:37:52 +02:00
oupala
917e61a6cc
refactor: replace some AddIcon directives by AddIconByType
...
Replace some AddIcon directives by AddIconByType as recommended in the documentation:
https://httpd.apache.org/docs/2.4/en/mod/mod_autoindex.html#addicon
2019-05-20 17:04:11 +02:00
oupala
f2a81442d1
feat: docker image
...
The new Dockerfile is based on a smaller image (httpd instead of php) and is more secure due to a smaller attack surface. It also comes with a docker-compose configuration and offers some options.
The Dockerfile is using a multi-stage build, and it using the brand new apaxy install script. It is also running as non root so the image can run in a secured container cluster.
2019-05-20 16:56:14 +02:00
oupala
26e919af93
Merge pull request #124 from jordanbancino/develop
...
feat: add install script with instructions
2019-05-20 13:29:16 +02:00
oupala
3f98b279fe
refactor: large rewrite of install script
2019-05-13 17:22:41 +02:00
oupala
2d17027a54
Merge pull request #127 from chbrandt/develop
...
Fix docker example
2019-05-13 16:47:13 +02:00
Carlos H Brandt
199b50f2ab
Change docker(compose) port to 80
2019-05-13 12:40:58 +02:00
Carlos H Brandt
52c508400c
Fix Docker: icons noshow bug, file syntax
2019-05-13 12:39:57 +02:00
oupala
05ba73c6a0
fix: rename htaccess.txt in theme directory
...
Rename htaccess.txt to .htaccess in theme directory as it remove a
useless step in installation.
2019-05-07 18:19:36 +02:00
oupala
17475e12e0
fix: remove the leading slash before {FOLDERNAME}
...
Remove the leading slash before {FOLDERNAME} so that apaxy can be
installed at the web root level.
2019-05-07 18:06:47 +02:00
oupala
f8670f0d59
fix: filter content works again
...
This commit fixes a bug where the filter content was not working any more on recent browsers.
close #125
2019-03-22 15:06:43 +01:00
oupala
2ad82a41ad
Merge pull request #121 from oupala/feature/code-of-conduct
...
chore: add a code of conduct and a contributing guide
2018-12-18 19:20:01 +01:00
oupala
654b27f754
chore: add a contributing guide
...
The contributing guide has been generated using the `generate-contributing` package.
2018-12-18 11:06:31 +01:00
oupala
b83a5abe85
chore: add a code of conduct
...
The code of conduct has been generated using the `covgen` package.
2018-12-18 10:59:21 +01:00
Jordan Bancino
4b3d4b80ef
docs: fix manual install instructions
2018-12-04 20:01:10 -05:00
Jordan Bancino
23f3b8ec67
feat: add install script with instructions
2018-12-05 00:57:25 +00:00
oupala
b67821ed84
Merge branch 'feature/search-bar' into develop
2018-12-03 16:34:27 +01:00
Woodrow Barlow
a935227561
Implement content filtering.
...
This adds a search bar at the top which filters the results on the
current page.
2018-12-03 12:07:34 +01:00
oupala
008ffc9b38
docs: update install instructions
...
Update install instruction so that commit 153df9c is complete (code + doc).
2018-11-30 18:29:26 +01:00
oupala
1a89909dc6
Merge pull request #123 from jordanbancino/develop
...
Fixed #122 : Error pages stylesheets do not point to absolute paths.
2018-11-30 18:15:06 +01:00
Jordan Bancino
153df9c90d
Fixed #122 : Error pages stylesheets do not point to absolute paths.
2018-11-30 15:55:33 +00:00
oupala
31e14beea4
chore: update pull request template
2018-11-29 14:36:10 +01:00
oupala
10de49ea51
chore: add a pull request template
2018-11-27 15:52:20 +01:00
Aleksandr Kliushenok
04b185d702
fix: invalid links from the root folder
2018-11-27 14:01:59 +01:00
oupala
73e44c7852
chore: update issue templates
2018-11-27 14:01:53 +01:00
oupala
2eeb079790
fix: title and paths in error pages
2018-03-04 21:02:30 +01:00
oupala
1164a1b48f
feat: add ebooks to supported filetypes
2018-03-01 00:41:48 +01:00
oupala
96f02cdec1
Merge pull request #114 from jordanbancino/patch-1
...
feat: Add styled error pages
2018-03-01 00:31:57 +01:00
Jordan Bancino
d289b3f639
Merge branch 'develop' into patch-1
2018-02-28 13:09:57 -05:00
oupala
24590e0866
Merge pull request #105 from PeterDaveHelloKitchen/README-codeblock-syntax-highlight
...
[Docs] Enable README code block syntax highlight
2018-02-27 21:20:07 +01:00
oupala
826fbc15df
Merge pull request #106 from PeterDaveHelloKitchen/README-Table-of-Contents
...
[Doc] Add "Table of Contents" to README.md
2018-02-27 21:19:19 +01:00
oupala
bde848c607
Merge pull request #108 from PeterDaveHelloKitchen/format-improvement
...
Improve code readability, maintainability, style
2018-02-27 20:56:39 +01:00
Jordan Bancino
0e69f5d866
feat: Add styled error pages
2018-02-26 16:11:43 -05:00
oupala
4471ec1b9f
feat(css): responsive design for small screen
...
Remove padding for mobile client.
closes #29
2018-02-26 21:23:34 +01:00
oupala
9b20006964
chore: bump version from 1.0.0 to 1.1.0-dev
2018-02-26 21:23:33 +01:00
Peter Dave Hello
806e1100dd
style: Improve coding style
2018-02-23 11:09:43 +08:00
Peter Dave Hello
f198e57e02
docs: Add "Table of Contents" to README.md
2018-02-23 11:09:18 +08:00
Peter Dave Hello
64534be76e
docs: Enable README code block syntax highlight
2018-02-23 11:08:18 +08:00
oupala
c18adfb3a0
chore: bump version from null to 1.0.0
1.0.0
2018-02-21 22:38:34 +01:00
oupala
582f711326
fix(): set absolute reference to the newly created js file
...
Also fix the README file so that the install doc is up to date.
2018-02-21 22:34:33 +01:00
oupala
57ea1a8416
feat(): move javascript code into a separate js file
...
Move javascript code into a separate js file as it enable apaxy to be compliant with the most secure content security policy (aka CSP). You can now use the following Content Security Policy :
Content-Security-Policy: default-src 'self'
2018-02-21 22:34:33 +01:00
oupala
3ba49c1bfb
Revert ".wrapper revert to 100% width"
...
This reverts commit 8d8c15b079 .
2018-02-21 22:34:33 +01:00
oupala
c273f5c559
Revert "Removed unnecessary absolute file path"
...
This reverts commit bb21c1a56c .
2018-02-21 22:34:33 +01:00
Adam Whitcroft
3a8a7bf540
.apkand .ipa added
...
Added Android `.apk` and `.ipa` filetypes.
2018-02-21 22:34:33 +01:00
Adam Whitcroft
2648009f19
Added browser normalizing.
...
As per [#35 ](https://github.com/AdamWhitcroft/Apaxy/issues/35 ).
2018-02-21 22:34:33 +01:00
Adam Whitcroft
509e10b439
.wrapper revert to 100% width
...
Reverted `.wrapper` element width back to 100%.
2018-02-21 22:34:33 +01:00
Adam Whitcroft
152b7c771d
Revert paths to root
...
Revert image paths to absolute to solve tree problems.
2018-02-21 22:34:33 +01:00
Adam Whitcroft
af176b3932
Merge pull request #79 from ErikBoesen/readme-fixes
...
A couple minor README tweaks/fixes
2016-12-01 08:41:19 +00:00
Erik Boesen
bc57c0706f
A couple README tweaks/fixes
2016-11-29 14:56:03 -05:00
Adam Whitcroft
6b4e3ca074
Removed demo url
2016-11-11 08:55:41 +00:00