Commit graph

258 commits

Author SHA1 Message Date
d0d0ba7ddb Modify hash for automatic login to only include one IP
Remove unused cookieLevel property
2021-09-05 15:22:25 +02:00
97b2d790c7 fix: incorrect site reference when displaying timeline 2020-06-14 19:25:31 +02:00
eaa3ba2357 chg: rewrote most client-side code with alpine.js 2020-05-02 17:44:26 +02:00
0cfd2abe5e del: console.log 2020-04-24 19:04:07 +02:00
da1c419875 chg: rewrote most client-side code without using jquery 2020-04-13 13:40:06 +02:00
38c203b89e chg: moved md5() method from jquery to global scope 2020-04-05 21:11:08 +02:00
ff78289daa fix: base64 encoding w/ java > 8 2020-03-07 18:59:14 +01:00
95777db1fa fix: dangling pipe symbol if export action is disabled 2020-03-07 18:56:05 +01:00
c36302a83f chg: refactored deletion of accounts and sites 2018-05-21 15:00:57 +02:00
a978ad7c59 fix: typo in sql statement 2018-05-21 07:52:20 +02:00
5ed3ad138f fix: missing re-assignment of site creators and modifiers when deleting an account 2018-05-21 07:50:09 +02:00
09585e21df fix: misleading log message 2018-05-20 18:54:33 +02:00
a21c378b7a fix: exception when trying to delete image file 2018-05-20 18:50:59 +02:00
0ba3b4800c fix: premature assignment of image.parent.site 2018-05-20 17:59:21 +02:00
4e46065e87 fix: missing new creator for items in sites a deleted account might had been owner of before 2018-05-20 17:33:13 +02:00
4764649789 fix: undefined site 2018-05-20 16:53:15 +02:00
386690a818 fix: missing deletions / reassignments when deleting account 2018-05-20 16:48:18 +02:00
2b48d309f3 chg: refactored account deletion with sql 2018-05-20 15:02:32 +02:00
a4ff04909a chg: also schedule sites owned by an account for deletion 2018-05-20 10:16:33 +02:00
2120bc3ed8 fix: remaining persistent metadata preventing account deletion to complete 2018-05-13 00:08:11 +02:00
cdefd37ee8 fix: wrong requirements preventing privileged users to delete accounts 2018-05-12 20:01:54 +02:00
0713ac5db7 fix: incomplete account deletion
also generally disable deletion of privileged accounts
2018-05-12 19:03:21 +02:00
922f2ed732 add: support for account deletion 2018-05-12 17:39:34 +02:00
24a41030e7 chg: get total count of items and then retrieve each page 2018-05-11 17:27:04 +02:00
b36609006e fix: sql syntax error in mysql 2018-05-11 17:01:51 +02:00
b61940c2e1 add: display of a user’s timeline 2018-05-11 16:53:20 +02:00
72680a2659 fix: dysfunctional evaluation of response from stopforumspam.com
while adding a property for enabling the blacklist checks
2018-05-10 23:05:26 +02:00
2726768ddf add: story comments by other users to export 2018-05-05 18:55:37 +02:00
5a2af525e1 chg: run account export as job 2018-05-05 11:04:17 +02:00
c388e71203 add: archive export for account (json) 2018-05-04 17:02:00 +02:00
8f83797e44 add: check and dialog for accepting updated terms and conditions 2018-04-30 13:37:21 +02:00
0f44650110 Merge branch 'develop' into feature/emulate-deleted-site 2018-04-29 20:46:26 +02:00
b31be0f3aa chg: prevent user from logging in and out again on insufficient login permission 2018-04-29 13:32:06 +02:00
c115f03867 chg: use “delete” instead of ”remove” in user messages 2017-04-30 09:50:52 +02:00
b73e44120f Removed obsolete CSS class 2015-04-12 14:01:45 +02:00
5391f96840 Merge branch 'develop' into feature/revise-translations
* develop:
  Fixed compatibility issues with missing core stylesheet / JavaScript
  Moved client-side upload code to Images#upload skin
  Re-added click handler for cancel links (compatibility)
  Fixed display of Gravatar for accounts
  Added code for embedded audio and video player (HTML5)
  (Whitespace)
  Updated proxy URL
  Updated translation files
  Slightly rearranged code
  Moved image dimension limits from image creation to site settings
  Fixed batch upload for layout images
  Refactored Story.getAbstract() method. Commented out abstract for custom content.
  Refactored Story.getDelta() method. Commented out calculation for custom content.
  Moved calculation of delta behind sanitizing comment title and completely removed HTML sanitization
  Moved calculation of delta behind sanitizing comment title and replaced call for setMetadata() with setCustomContent()
  Fixed appearance of button for new site creation
  Added box argument to image macro output
  Added metadata for Open Graph et al. to Stories.create_action()
  Implemented first version of multiple image upload by drag&drop
  Refactored Comment.update() method - text is now required, title remains optional - sanitize text first to catch potential empty string afterwards

Conflicts:
	i18n/antville.pot
	i18n/de.po
	i18n/en.po
	i18n/messages.de.js
	i18n/messages.en.js
2015-03-27 22:02:27 +01:00
face5d5e99 Fixed display of Gravatar for accounts 2015-03-27 17:13:50 +01:00
20e605aa7b Added accusatives for user-defined objects. Replaced user with account. Balanced out gender in german translation. 2015-03-25 16:04:47 +01:00
f5d11dcff1 Added account image with link to https://gravatar.com 2015-03-22 17:22:56 +01:00
dd3fbb9a0a Fixed HTML for validation with validator.w3.org 2015-02-22 14:36:00 +01:00
6ed2ed60d0 Removed obsolete code in comments 2015-02-21 22:16:08 +01:00
9ef3184d11 Refactored code with required client-side functionality to basically work with disabled JS, too. Fixes #36 2015-02-21 19:21:35 +01:00
fb3168701c Refactored blocking users and deleting sites in admin section 2015-02-15 20:26:57 +01:00
31b15d6b46 Added new ant image as favicon 2015-02-15 20:25:24 +01:00
314d5787e6 Fixed bug preventing a user from registering; added tabindex and required attributes to some form fields 2015-02-09 15:43:47 +01:00
c3793223d6 Fixed wrapping in subscription list 2015-02-07 11:58:46 +01:00
e08f526291 Prevented modified or configured property in users and sites, resp. from being updated when account and session are not equal 2015-02-04 14:45:07 +01:00
119aadacd5 Updated gettext messages and i18n files 2015-01-31 22:11:30 +01:00
6276392100 Removed global client-side scripts array and refactored page-specific scripts, now that library code is loaded at once 2015-01-31 00:00:12 +01:00
f66efabd49 Moved delete buttons to bottom of form; disabled account deletion for now 2015-01-24 14:19:45 +01:00