Commit Graph

1631 Commits

Author SHA1 Message Date
ritt 416db9fc0f Implemented “Restore” button 2016-12-02 14:53:43 +01:00
ritt 6ec506ba7c Implemented “List drafts” flag 2016-12-02 13:55:20 +01:00
ritt bf25ce7e61 Moved mxml to submodule 2016-12-01 10:29:07 +01:00
ritt bd759646d2 Release 3.1.2-1 2016-09-05 10:17:13 +02:00
ritt 5ac45747ac Implemented "sort by email" in config page 2016-09-05 09:58:47 +02:00
ritt 584f6c0469 Fixed selected user in config page 2016-09-05 09:25:07 +02:00
ritt 9ca611aca2 Fixed problem with global admin user 2016-08-26 13:57:49 +02:00
ritt 2f6a300572 Fixed bypassing of user name check if entries are submitted by elog utility and guest menus are enabled 2016-08-24 13:49:07 +02:00
Jason Gochanour 0fc5fdecc7 Removed threaded change. 2016-05-31 13:46:10 -06:00
Jason Gochanour 2476177ea7 Fixed XSS vulnerability with show_change_pwd_page and fixed an infinite loop in 'threaded' mode. 2016-05-26 11:40:25 -06:00
Nuno Paiva ded28e1fbc Robustness changes:
1) Makefile: make fails if no git-revision file is already created
2) elogd.c: typos, creation of logdir with appropriated user/group, missing LDAP checks and robustness of show_change_pwd_page
3) auth.c: robustness of auth_verify_password
2016-05-04 12:11:31 +01:00
ritt 7fa55f2162 Merged in p27-lanl/elog (pull request #1)
XSS Vulnerabilities Patch
2016-05-03 08:10:40 +02:00
Jason Gochanour 6981dccb4f Removed name 2016-05-02 13:21:46 -06:00
Jason Gochanour 6bc2290ee0 XSS Vulnerabilities Patch 2016-04-28 14:48:52 -06:00
ritt ff1542320a Fixed missing curly brackets 2016-02-26 09:08:48 +01:00
ritt 89f48c21e0 Increased strings because of buffer overflow for long file names. 2016-02-03 14:17:05 +01:00
ritt 51cda31f5d Use git revision in elog 2015-12-22 10:03:33 +01:00
ritt f82804931d Fixed date/time format display consistently 2015-08-20 15:51:42 +02:00
ritt 55d6ade8b7 Version 3.1.1 2015-08-04 15:25:41 +02:00
ritt 0767eb03d4 Set CKEditorLang default 2015-07-29 10:06:05 +02:00
ritt 87a560796d Switch language of CKEditor automatically 2015-07-29 09:46:18 +02:00
ritt bc8310a227 Fixed compiler warnings 2015-06-15 16:31:44 +02:00
ritt 62b9d359f7 Fixed draft functionality under foreign languages 2015-06-15 16:26:54 +02:00
ritt f61301271a Don't show draft entries in RSS feeds 2015-06-15 10:56:12 +02:00
ritt f0f50c9ae7 Removed "accept" in file uploads to allow camera access on smartphones 2015-06-10 12:16:49 +02:00
ritt 55eff7ec63 Implemented "Date/Time format <attribute> = ..." 2015-06-10 11:52:19 +02:00
ritt c721ebe7ed Removed (very old) check for old format entries, since most users switched to new format since 2002. 2015-06-10 11:38:53 +02:00
ritt 48068b809b Replaced "Back" by "Delete" button 2015-06-10 11:32:51 +02:00
ritt 5eada05ba0 Don't display drafts in replies 2015-06-10 10:50:45 +02:00
ritt 22022e6df3 Fixed compiler warning 2015-06-09 16:44:45 +02:00
ritt fc1da15670 Fixed "An old ELOG entry..." for replies 2015-06-09 16:42:42 +02:00
ritt 94e7868c2e Implemented "Logout to URL" 2015-06-09 16:09:14 +02:00
ritt 569ab71cf0 Applied patch from hanke@rzg.mpg.de regarding web server authentication 2015-06-09 15:44:27 +02:00
ritt 2c4f838320 People can only edit drafts created by themselves 2015-06-09 15:09:31 +02:00
ritt 8b90ae88a3 Fixed issue with wrong date/time formatting in RSS feeds 2015-06-09 13:21:16 +02:00
ritt a020678251 Fixed email notification of new entries (was always 'old entry has been modified...') 2015-06-09 12:10:53 +02:00
ritt 9040e4be41 Do not show draft entries in list view 2015-06-09 10:00:29 +02:00
ritt a09ed01c82 Fixed problem with truncated date on CKEditor "Insert Timestamp" button 2015-06-08 12:01:17 +02:00
ritt c7d1f53594 Stop AJAX request before submitting entry 2015-06-05 15:59:51 +02:00
ritt e7ba64e370 Made CSS if IN ADDITION to default CSS file which is now "elog.css". This way it is simpler to override settings from the default file. 2015-06-05 14:20:51 +02:00
ritt 07031f54d8 Show unknown cookies only in verbose mode 2015-05-22 14:02:03 +02:00
ritt ac73cd7739 Fixed bug with saving drafts 2015-05-22 13:36:51 +02:00
ritt 6ab0fd548d Fixed JavaScript crash when date attributes are conditional 2015-05-12 11:25:03 +02:00
ritt 8196b8171c Allow empty text for logbooks without text 2015-05-11 13:13:16 +02:00
ritt 12a9c5c0c5 Tuned log-in box for IE 2015-05-05 13:13:45 +02:00
ritt 1b32d9116a Implemented "Save drafts" 2015-05-05 11:57:37 +02:00
ritt 6baf4ff845 Allow draft messages always to be edited. Redesigned login page. 2015-05-05 11:44:45 +02:00
ritt 3c6435e3a8 Fixed issue with "Save" button and "Show text = 0". Hide "Preview" button when "Show text = 0". 2015-05-04 15:43:23 +02:00
ritt 4af237d43a Check for nonzero logbook files if index is rebuilt. Might help for logbook files hosted on remote file systems. 2015-04-30 13:27:02 +02:00
ritt 487fb706be Added missing flag reset 2015-04-30 13:19:15 +02:00