Commit Graph

100 Commits

Author SHA1 Message Date
4be0c567cc Merge pull request #1063 from justein230/master
Add select account parameter for google authorization
2018-11-10 14:32:28 +00:00
3abde8bfe2 Added config entry for select account 2018-11-04 11:15:58 -08:00
e8ab4fd91f change config/app.php to add korean 2018-10-15 16:39:16 +09:00
919660678b Re-structured the app code to be feature based rather than code type based 2018-09-25 12:30:50 +01:00
3f58800ed1 Added ability to configure revision limit 2018-09-22 17:30:42 +01:00
1cb6ae39c8 Added base RTL support
For #939

- Adds way to check if current language is RTL via config system.
- Made TinyMCE default direction be based on current language text
direction.
- Fixed bullet points to be RTL compatible.
- Set page content body to have direction based on content.
2018-09-22 13:18:26 +01:00
c667c6e235 Merge branch 'master' of git://github.com/kmoj86/BookStack into kmoj86-master 2018-09-22 12:23:17 +01:00
73fa18a128 Made bookstack cookie name configurable
Closes #1018
2018-09-22 11:42:02 +01:00
e60d11ee04 Altered social auto-reg to be configurable per service
- Added {$service}_AUTO_REGISTER and {$service}_AUTO_CONFIRM_EMAIL env
options for each social auth system.
- Auto-register will allow registration from login, even if registration
is disabled.
- Auto-confirm-email indicates trust and will mark new registrants as
'email_confirmed' and skip 'confirmation email' flow.
- Also added covering tests.
2018-09-21 18:05:06 +01:00
fcb93dc7c8 Added option to disable public lang autodetect
Also cleaned up localization middleware a little.
Closes #944
2018-08-12 13:10:55 +01:00
a6862362c1 added Arabic to locales 2018-08-03 19:00:51 +03:00
c83a51f7e2 Merge pull request #904 from lommes/903-socialite-discord
add everything needed to use discord as social login provider
2018-07-29 16:18:10 +01:00
f421d83627 Added ability to set custom ldap group -> role mapping
Added input in role form to allow matching against custom names.
Changed default mapping to use role display name instead of the hidden
DB name.
2018-07-15 19:34:42 +01:00
d640cc1eee LDAP groups sync to Bookstack roles.
Closes #75
2018-07-02 17:09:39 +00:00
93795b6eda add everything needed to use discord as social login provider 2018-06-28 09:01:36 +02:00
77727e7e50 Update session config to match laravel
Includes option to set secure cookies via env.
Closes #817
2018-05-20 09:38:27 +01:00
f9feeef5c9 Merge pull request #780 from jasoncheng7115/master
Add Language zh_TW
2018-04-14 16:00:03 +01:00
64d5763d08 Add zh_TW Locales.
Add zh_TW Locales.
2018-04-02 16:09:23 +08:00
1a72208d27 Added configurable robots.txt file.
Deleted old static file.
Default output depends on app-public setting.
Otherwise can be overidden in `.env` file via `ALLOW_ROBOTS`
Otherwise view file can be customized.

Fixes #779
2018-03-31 12:41:40 +01:00
c6844324d0 Use autodiscover for dev packages
Allows installation with `composer install --no-dev`
Fixed #742
2018-03-18 15:27:15 +00:00
1ad6fe1cbd Added togglable script escaping to page content
Configurable via 'ALLOW_CONTENT_SCRIPTS' env variable.
Fixes #575
2018-03-17 15:52:42 +00:00
9a88b2cd0c Added ability to configure email sender name
Added env variable MAIL_FROM_NAME to allow the email sender name to be
customised. Also added MAIL_FROM to .env.example
2018-02-21 18:24:19 +09:00
81fa021083 Finished migrated from icon-font to SVG 2018-02-17 19:49:00 +00:00
dc1a16be4c Made it possible to override icons via custom theme 2018-02-17 12:36:24 +00:00
981d215155 Tweaked some comments 2018-02-11 18:18:16 +00:00
110f32a16d Merge branch 'master' of git://github.com/moutonnoireu/BookStack into moutonnoireu-master
Also updated composer deps
2018-02-11 11:44:09 +00:00
9becc8055b Merge branch 'support_for_gitlub_auth' of git://github.com/pixwell-dev/BookStack into pixwell-dev-support_for_gitlub_auth 2018-02-04 17:51:30 +00:00
ab3231b550 Added 'zh_CN' to app.locales 2018-02-04 22:05:29 +08:00
a45922616f Made default books view configurable in .env
Under 'APP_VIEWS_BOOKS' key.
Closes #675
2018-02-04 11:36:58 +00:00
194bb0f042 add missing icon, fix name conventions 2018-02-01 18:26:19 +01:00
f51e0e9eb9 Update services.php 2018-02-01 08:51:35 +01:00
44d8f39037 add support for gitlab authentification 2018-01-31 16:02:07 +01:00
5e2bf7c3e4 Add twitch socialite auth provider 2018-01-29 09:28:56 +01:00
59e809be16 Added command to add a new admin user
Closes #609
2018-01-28 18:09:26 +00:00
4eb5205070 Merge pull request #679 from marcusforsberg/master
Added Swedish translation
2018-01-28 13:40:01 +00:00
daa11c3f13 Added Swedish locale to config 2018-01-26 20:27:28 +01:00
56264551e7 Added drawing icon and made drawio disablable 2018-01-20 15:00:54 +00:00
0afa417b0a Added ability to secure images behind auth
Still in testing.
Adds STORAGE_TYPE=local_secure option for setting images to be behind
auth. Stores images alongside attachments in /storage/uploads/images.
2018-01-13 11:11:23 +00:00
6988a6ff88 Added view override support
Relates to #652
2017-12-31 16:25:58 +00:00
90bf13c1ab Updated okta config keys, made SVG fully vector
Also added some additional error handling to login.
2017-12-09 13:32:45 +00:00
d17eb0f54c Merge branch 'master' of git://github.com/lommes/BookStack into lommes-master 2017-12-09 12:48:08 +00:00
56d5af1336 Made it possible to configure proxies via env
In reference to #146
2017-12-07 19:46:47 +00:00
6ebe8bf619 Fixed conflicting PDF facade namespace and corrected php version
Updated composer to have the correct config to install dependancies that
work for 7.0
2017-12-04 17:59:53 +00:00
009af9736e Add socialite authentication for okta 2017-11-26 16:41:29 +01:00
65579214e2 Allowed custom session expiry time
Closes #570
2017-11-11 18:30:55 +00:00
9ba29770e1 Added azureAD social auth option
Closes #509
2017-10-01 13:19:17 +01:00
8e652f5d8f Added 'Spanish Argentina' translation. 2017-09-19 13:43:17 -03:00
ab7f5def04 Russian lang added 2017-09-12 16:42:04 +03:00
f8315fb9c4 Added Italian language 2017-09-10 16:55:23 +02:00
9e0c931573 Polish translation 2017-07-13 16:00:42 +02:00