e09b2600c6improved nl2br to make it more intelligent
Stephan Brunker
2018-07-01 22:23:15 +02:00
280a2f1c00ML gallery: link images (#552) Still needs to react to hotlinked images, and if we add a configuration step here the template will be the wrong place to create the markup
onli
2018-06-20 23:34:07 +02:00
c64fd17550Add mvp HTML/CSS for media galleries
Matthias Mees
2018-06-16 15:47:29 +02:00
9d1fa83a39Allow svgs in the media library (#529)
onli
2018-06-14 22:14:04 +02:00
567587718bReact to errors when comment could not be deleted (#527)
onli
2018-06-12 23:49:11 +02:00
4c671ead1cMake it easier to drag plugins to other column (#510)
onli
2018-06-12 23:22:45 +02:00
3ba160c52aIf js is broken, fallback to open configuration options (#479)
onli
2018-06-12 23:05:02 +02:00
3ef2b78014Make comment subscription with full text the default (#483)
onli
2018-06-12 22:44:45 +02:00
c7c133ef1dSet the bcrypt hashtype as the default for user creation
onli
2018-06-12 22:43:19 +02:00
9e8eebac15Fix user creation, also fixes installer Because the hashtype was not set to the new default, but bcrypt already used, the user could not log in
onli
2018-06-12 22:40:02 +02:00
bfce8ffb61Improve gallery insert function (#552) Border around selected images, button hidden till iamge is selected, init language constant
onli
2018-06-11 23:12:12 +02:00
775b71134c* Fixed bug in pull request #392 which overwrote user specified input for logged in authors with an empty realname (wrong array key name) and deleted all existing text input
Garvin Hicking
2018-04-23 11:58:32 +02:00
fcb8b3e72bbootstrap4: Update to Bootstrap 4.1.0
Matthias Mees
2018-04-20 17:15:32 +02:00
d0a23274b4bootstrap4: Remove modernizr reference
Matthias Mees
2018-04-19 22:23:59 +02:00
575ec3f165Merge branch 'master' of github.com:s9y/Serendipity
Matthias Mees
2018-04-10 08:14:36 +02:00
a699623adaSkeleton: used the wrong lang constant
Matthias Mees
2018-04-10 08:14:25 +02:00
f5d13f3263Timeline: add theme option to disable Google webfonts
Don Chambers
2018-04-09 18:48:04 -05:00
c22653e001Clean Blog: add theme option to disable Google webfonts
Don Chambers
2018-04-09 18:12:47 -05:00
5ba0c006abOops, forgot something for Skeleton
Matthias Mees
2018-04-09 23:59:33 +02:00
b6d06e16c0Skeleton: add theme option to disable Google webfonts
Matthias Mees
2018-04-09 20:47:46 +02:00
0bdae3b18cMerge branch 'master' of github.com:s9y/Serendipity
onli
2018-04-06 17:14:13 +02:00
40993037b2init media gallery insert
onli
2018-04-06 17:09:51 +02:00
483868b2fafix: Enable plugin updates without having to save config once in 2.1.2
onli
2018-03-28 21:10:46 +02:00
b0fb8d2d12Sync: Drop netmirror from spartacus
onli
2018-03-28 21:09:53 +02:00
270c370c2aFixed SQL statement for creation of serendipity_groupconfig DB table (did not work in my MySQL 5.7.17)
Garvin Hicking
2018-03-28 10:39:31 +02:00
8c7ab8c9f4Fixed SQL statement for creation of serendipity_groupconfig DB table (did not work in my MySQL 5.7.17)
Garvin Hicking
2018-03-28 10:39:31 +02:00
1ae46203c3Replace idea theme with bootstrap4 theme
Matthias Mees
2018-03-25 10:57:21 +02:00
8b0d280675Merge pull request #547 from th-h/2.1
Thomas Hochstein
2018-03-25 09:47:33 +02:00
dba3b40d19Bump version for next release.
Thomas Hochstein
2018-03-25 09:46:15 +02:00
84b0cecfa3Update RELEASE and NEWS for 2.1.2.
Thomas Hochstein
2018-03-25 08:45:12 +02:00
87f5a2673eUpdate RELEASE file.
2.1.2
Thomas Hochstein
2018-03-25 08:41:47 +02:00
b89b34b106Increment version, update NEWS file for release.
Thomas Hochstein
2018-03-25 08:17:59 +02:00
ade598172bMerge pull request #546 from th-h/2.1
Thomas Hochstein
2018-03-25 08:04:41 +02:00
e3664e4aafFix variable name in hook backend_sendcomment
Mario Hommel
2018-03-24 18:31:14 +01:00
0d8cdd59faFix variable name in hook backend_sendcomment
Mario Hommel
2018-03-24 18:31:14 +01:00
493ddde07aRemove old call on the onclick event of submit button
Guillaume Zin
2018-03-23 19:53:08 +01:00
7994bda7b5Use event listener on submit for check save
Guillaume Zin
2018-03-23 19:45:45 +01:00
d459d54271Add functions for entry check
Guillaume Zin
2018-03-22 13:31:44 +01:00
eafc4dd625Move from SHA1 to bcrypt SHA1 is not an ideal password hash, even when salted, because it is cheap to compute. Since version 5.5 PHP offers bcrypt built in, which is a more expensive and secure hash function specifically suited for passwords
onli
2018-03-13 20:35:00 +01:00
52a41b37d5Rework autologin to use a token approach The prior code stored encrypted user data in the cookie that was then checked. This new approach is cleaner, as it only stores a token, and it does not use problematic crypto functions deprecated in PHP 7.2
onli
2018-02-12 11:55:05 +01:00
7bc9067674allowed nested lists, svg XML elements and fixed bugs in tag_clean
Stephan Brunker
2017-12-27 14:31:40 +01:00
bac3e5fb41added iframe to allowed singleton tags
Stephan Brunker
2017-12-19 22:39:46 +01:00
a6ca674484Fix display of messages for comment editing.
Thomas Hochstein
2017-08-07 22:32:21 +02:00
4d30cf3b07resp imgs: don't insert original image if too small
onli
2017-12-16 22:21:45 +01:00
615591a7d9Remove netmirror from spartacus
onli
2017-12-16 17:01:40 +01:00
967935195cFixed a small bug in isolation feature
Stephan Brunker
2017-12-12 23:20:10 +01:00
43b9f607d3NL2P operation completely new written, works now from front to back according to tags
Stephan Brunker
2017-12-12 22:57:57 +01:00
b837adde3cChanged behavior between body and extended part of article. The body part now has never a whiteline at the bottom, the extended part has one at the top if it begins with a newline or the body ends with a newline.
Stephan Brunker
2017-11-26 01:19:59 +01:00