-
Notifications
You must be signed in to change notification settings - Fork 4
Merge develop with 2.2.0 back to master #61
Commits on Nov 22, 2017
-
First draft for implementing a unified selectBone
selectOneBone() refers to selectBone(), where selectMultiBone() refers to selectBone(multiple=True). This is much more convenient with the general ViUR development standards.
Configuration menu - View commit details
-
Copy full SHA for 2dc2dea - Browse repository at this point
Copy the full SHA 2dc2deaView commit details -
replaced all selectOneBone references with the new selectBone
Tilman Oe committedNov 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 38b7694 - Browse repository at this point
Copy the full SHA 38b7694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18cab25 - Browse repository at this point
Copy the full SHA 18cab25View commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5641bf4 - Browse repository at this point
Copy the full SHA 5641bf4View commit details
Commits on Nov 28, 2017
-
Added support for IPv6 Adresses
We the user connects with an IPv6 Address, we remove the last 64 bits (the interface identifier) as these 64bit can be choosen freely by the user
Configuration menu - View commit details
-
Copy full SHA for 184b42d - Browse repository at this point
Copy the full SHA 184b42dView commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b78c78d - Browse repository at this point
Copy the full SHA b78c78dView commit details
Commits on Dec 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bdb502d - Browse repository at this point
Copy the full SHA bdb502dView commit details
Commits on Dec 21, 2017
-
Fix for assigning db.Keys to db.Query.filer() and automatic string conversion when a db.Key is assigned to a skeleton's value
Configuration menu - View commit details
-
Copy full SHA for 3260316 - Browse repository at this point
Copy the full SHA 3260316View commit details
Commits on Feb 7, 2018
-
Fixed a bug that may causes an skeleton defined in server to take pre…
…cedence over the one defined by the application We must stop processing a new skeleton class if we allready have one initialized for that given kind and the current one is from the server package (instead of putting it's reference into the cache)
Configuration menu - View commit details
-
Copy full SHA for 667b23e - Browse repository at this point
Copy the full SHA 667b23eView commit details -
Use urlsafe_b64decode for filenames
This seems to be used by old WinXP boxes and the urlsafe implementation also handles default b64encoded text gracefully. Fixes #38
Configuration menu - View commit details
-
Copy full SHA for a082257 - Browse repository at this point
Copy the full SHA a082257View commit details -
Completely defer the isindexed decision back to the bones and remove …
…the set_unindexed_properties logic from skeleton The later one was broken anyway (all properties had been set to indexed on first edit) and most bones already had support for entity.set() Fixes #34
Configuration menu - View commit details
-
Copy full SHA for db92809 - Browse repository at this point
Copy the full SHA db92809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979b8be - Browse repository at this point
Copy the full SHA 979b8beView commit details
Commits on Feb 8, 2018
-
Don't try to serialize a bone if it's not contained in valuesCache
This can happen f.e. in relations where the model for the referenced entry changes but the entry itself hasn't been updated yet. Fixes #7
Configuration menu - View commit details
-
Copy full SHA for f1f06b0 - Browse repository at this point
Copy the full SHA f1f06b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for afab366 - Browse repository at this point
Copy the full SHA afab366View commit details
Commits on Feb 9, 2018
-
Merge pull request #43 from viur-framework/fix/setUnindexedProperties
Completely defer the isindexed decision back to the bones and remove the set_unindexed_properties logic from skeleton
Configuration menu - View commit details
-
Copy full SHA for 40481f4 - Browse repository at this point
Copy the full SHA 40481f4View commit details -
Merge pull request #42 from viur-framework/fix/skeletonImport
Fixed a bug that may causes an skeleton defined in server to take pre…
Configuration menu - View commit details
-
Copy full SHA for 16022d4 - Browse repository at this point
Copy the full SHA 16022d4View commit details -
Merge pull request #41 from viur-framework/fix/decodingFileNames
Use urlsafe_b64decode for filenames
Configuration menu - View commit details
-
Copy full SHA for b6282e6 - Browse repository at this point
Copy the full SHA b6282e6View commit details -
Merge pull request #40 from viur-framework/fix/textBoneValueRestore
Remove old (non-multilang data) from entry in serialize()
Configuration menu - View commit details
-
Copy full SHA for cbd01fe - Browse repository at this point
Copy the full SHA cbd01feView commit details -
Merge pull request #39 from viur-framework/fix/skipMissingBonesInSeri…
…alize Don't try to serialize a bone if it's not contained in valuesCache
Configuration menu - View commit details
-
Copy full SHA for e48f882 - Browse repository at this point
Copy the full SHA e48f882View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2abd8 - Browse repository at this point
Copy the full SHA ca2abd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede507c - Browse repository at this point
Copy the full SHA ede507cView commit details
Commits on Feb 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a2ac317 - Browse repository at this point
Copy the full SHA a2ac317View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a8ef2 - Browse repository at this point
Copy the full SHA f0a8ef2View commit details
Commits on Feb 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c83e6d0 - Browse repository at this point
Copy the full SHA c83e6d0View commit details
Commits on Feb 28, 2018
-
renderEntry() param parameter with default value
Just let renderEntry() behave like the surrounding functions (view, add, edit...) and accept calls with only the first two parameters...
Configuration menu - View commit details
-
Copy full SHA for 58df395 - Browse repository at this point
Copy the full SHA 58df395View commit details -
Merge pull request #46 from viur-framework/fix_renderEntry
renderEntry() param parameter with default value
Configuration menu - View commit details
-
Copy full SHA for 7b844da - Browse repository at this point
Copy the full SHA 7b844daView commit details
Commits on Mar 14, 2018
-
Merge pull request #45 from viur-framework/feature/rateLimit
Feature/rate limit
Configuration menu - View commit details
-
Copy full SHA for b8e0591 - Browse repository at this point
Copy the full SHA b8e0591View commit details -
Merge pull request #31 from viur-framework/feature_keyBone
Introducing a keyBone
Configuration menu - View commit details
-
Copy full SHA for 1e31ed9 - Browse repository at this point
Copy the full SHA 1e31ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82aea88 - Browse repository at this point
Copy the full SHA 82aea88View commit details -
Merge pull request #27 from viur-framework/feature/selectBone
First draft for implementing a unified selectBone
Configuration menu - View commit details
-
Copy full SHA for 2da5b20 - Browse repository at this point
Copy the full SHA 2da5b20View commit details
Commits on Mar 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2dcdf71 - Browse repository at this point
Copy the full SHA 2dcdf71View commit details -
Configuration menu - View commit details
-
Copy full SHA for e26c350 - Browse repository at this point
Copy the full SHA e26c350View commit details
Commits on Mar 21, 2018
-
This is a serious hotfix for a problem that only comes up when using db.KEY_SPECIAL_PROPERTY in the filter, in this case, setting the filter property in line 483 raises an exception that a db.Key property is required, rather than a string. This hotfix only converts the db.Key into str for further filter if db.KEY_SPECIAL_PROPERTY is not explicitly filtered.
Configuration menu - View commit details
-
Copy full SHA for ecea2d1 - Browse repository at this point
Copy the full SHA ecea2d1View commit details -
Merge pull request #50 from viur-framework/hotfix_PR32
Hotfix for PR #32, required for v2.2 release
Configuration menu - View commit details
-
Copy full SHA for 8e4f5a4 - Browse repository at this point
Copy the full SHA 8e4f5a4View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 89727c0 - Browse repository at this point
Copy the full SHA 89727c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cb590 - Browse repository at this point
Copy the full SHA c8cb590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad34b6 - Browse repository at this point
Copy the full SHA 8ad34b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7d898 - Browse repository at this point
Copy the full SHA 2e7d898View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3b771aa - Browse repository at this point
Copy the full SHA 3b771aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba6d37b - Browse repository at this point
Copy the full SHA ba6d37bView commit details
Commits on Apr 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c57217b - Browse repository at this point
Copy the full SHA c57217bView commit details -
Made getSearchDocumentFields in numeric-Bone return an empty list if …
…no values is set
Configuration menu - View commit details
-
Copy full SHA for 5e98429 - Browse repository at this point
Copy the full SHA 5e98429View commit details
Commits on Apr 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1a6f2c3 - Browse repository at this point
Copy the full SHA 1a6f2c3View commit details
Commits on Apr 13, 2018
-
Merge pull request #55 from viur-framework/hotfix/selectbone-regressi…
…on-html-renderer fixed regression at handling selectbones in default html renderer
Configuration menu - View commit details
-
Copy full SHA for a935a1e - Browse repository at this point
Copy the full SHA a935a1eView commit details -
Merge pull request #53 from viur-framework/hotfix/textBone.getReferen…
…cedBlobs fixed IndexError in textBone.getReferencedBlobs
Configuration menu - View commit details
-
Copy full SHA for 09c0c13 - Browse repository at this point
Copy the full SHA 09c0c13View commit details -
Merge pull request #52 from viur-framework/refactor_passwordBone
fromClient() function for passwordBone and some code refactoring
Configuration menu - View commit details
-
Copy full SHA for 0efb75c - Browse repository at this point
Copy the full SHA 0efb75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e4fbe - Browse repository at this point
Copy the full SHA 79e4fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8552e8 - Browse repository at this point
Copy the full SHA b8552e8View commit details -
Merge branch 'feature/updatedChangelog' of github.com:/viur-framework…
…/server into feature/updatedChangelog
Configuration menu - View commit details
-
Copy full SHA for 7f2b2b6 - Browse repository at this point
Copy the full SHA 7f2b2b6View commit details
Commits on Apr 14, 2018
-
Merge pull request #56 from viur-framework/fix/numericBoneReturnEmpty…
…SearchTags Made getSearchDocumentFields in numeric-Bone return an empty list if …
Configuration menu - View commit details
-
Copy full SHA for 4839bd4 - Browse repository at this point
Copy the full SHA 4839bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de2f0fa - Browse repository at this point
Copy the full SHA de2f0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d46738e - Browse repository at this point
Copy the full SHA d46738eView commit details -
Prevent unserialize from booleanBone to fail if the database contains…
… some non-ascii garbarge
Configuration menu - View commit details
-
Copy full SHA for 692de03 - Browse repository at this point
Copy the full SHA 692de03View commit details
Commits on Apr 19, 2018
-
Merge pull request #57 from viur-framework/fix/translateSelectBonesIn…
…JsonRender Return descriptions for selectBones translated also in Json-Render
Configuration menu - View commit details
-
Copy full SHA for 3a00497 - Browse repository at this point
Copy the full SHA 3a00497View commit details -
Merge pull request #59 from viur-framework/fix/unserializeBooleanBone
Prevent unserialize from booleanBone to fail if the database contains…
Configuration menu - View commit details
-
Copy full SHA for 2457d47 - Browse repository at this point
Copy the full SHA 2457d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for baff501 - Browse repository at this point
Copy the full SHA baff501View commit details
Commits on Apr 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a7913da - Browse repository at this point
Copy the full SHA a7913daView commit details
Commits on Apr 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6e9d89d - Browse repository at this point
Copy the full SHA 6e9d89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7525df0 - Browse repository at this point
Copy the full SHA 7525df0View commit details -
Merge pull request #58 from viur-framework/fix/translatedNameResolveI…
…nPathToKey Fixed resolving the name property in prototypes/hierarchy:pathToKey
Configuration menu - View commit details
-
Copy full SHA for 3b600f9 - Browse repository at this point
Copy the full SHA 3b600f9View commit details -
Merge pull request #51 from viur-framework/feature/updatedChangelog
Release Version 2.2.0
Configuration menu - View commit details
-
Copy full SHA for 5178dc2 - Browse repository at this point
Copy the full SHA 5178dc2View commit details