Uwe Steinmann
|
5ee7110597
|
started new version 5.1.6
|
2018-01-03 09:29:34 +01:00 |
|
Uwe Steinmann
|
9d575d6371
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-01-03 09:23:39 +01:00 |
|
Uwe Steinmann
|
a7b0a6e000
|
add methods for deleting users and to get a single category
|
2018-01-03 08:12:46 +01:00 |
|
Uwe Steinmann
|
d5b4553c90
|
add methods for deleting users and to get a single category
|
2018-01-03 08:07:42 +01:00 |
|
Uwe Steinmann
|
3c4be73678
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2018-01-01 09:17:24 +01:00 |
|
Uwe Steinmann
|
0f5284df30
|
take out printf
|
2018-01-01 08:59:48 +01:00 |
|
Uwe Steinmann
|
2ab62605b0
|
use microtime for session id
|
2017-12-30 12:41:07 +01:00 |
|
Uwe Steinmann
|
4f95d58c4b
|
fix doLogin function, which uses the wrong user variable
|
2017-12-30 12:39:49 +01:00 |
|
Uwe Steinmann
|
d1ea639431
|
add more response codes
|
2017-12-22 13:36:01 +01:00 |
|
Uwe Steinmann
|
21518adecc
|
call hooks
|
2017-12-22 13:05:35 +01:00 |
|
Uwe Steinmann
|
63f9170671
|
another major overhaul
http status codes are set in case of error, better error checking, ...
|
2017-12-22 13:04:26 +01:00 |
|
Uwe Steinmann
|
987ea3d5fd
|
new entries for 5.1.5
|
2017-12-22 13:04:08 +01:00 |
|
Uwe Steinmann
|
97946893ee
|
getInstance() returns null if object was not found in database
|
2017-12-22 13:02:14 +01:00 |
|
Uwe Steinmann
|
3330085f51
|
getInstance() returns null if folder was not found in db
|
2017-12-22 13:01:38 +01:00 |
|
Uwe Steinmann
|
81536cb2fe
|
getInstance() returns null if document was not found in db
|
2017-12-22 13:00:51 +01:00 |
|
Uwe Steinmann
|
3cd766468d
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-12-21 15:27:33 +01:00 |
|
Uwe Steinmann
|
b565484e05
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2017-12-21 15:24:36 +01:00 |
|
Uwe Steinmann
|
a047e8af61
|
major update of dutch
|
2017-12-21 15:23:59 +01:00 |
|
Uwe Steinmann
|
a534c3dd3f
|
remove old code
|
2017-12-21 15:15:59 +01:00 |
|
Uwe Steinmann
|
e8bfbb5c97
|
add uploadDocument with POST, add changeCategoryName, moveFolder receives destination in url like moveDocument
|
2017-12-20 17:58:24 +01:00 |
|
Uwe Steinmann
|
d0a2ac51a4
|
add methods to manage categories
|
2017-12-20 16:38:10 +01:00 |
|
Sebastian Bartus-Kunz
|
f3daa6d0e2
|
Fixed wrong return object in getDocumentLink()
|
2017-12-20 16:12:32 +01:00 |
|
Uwe Steinmann
|
efe9ff0e42
|
do not pass folder in document move as 'dest' anymore
|
2017-12-20 13:46:38 +01:00 |
|
Uwe Steinmann
|
ff82caf818
|
fix setting of header
|
2017-12-20 13:42:15 +01:00 |
|
Uwe Steinmann
|
0b054d0fb1
|
add method uploadDocumentFile()
|
2017-12-20 13:35:23 +01:00 |
|
Uwe Steinmann
|
aaab438c16
|
return properly if user object doesn't exists
|
2017-12-20 13:27:33 +01:00 |
|
Uwe Steinmann
|
cbe184a637
|
return from uploadDocument() if user cannot be found
|
2017-12-20 13:19:41 +01:00 |
|
Uwe Steinmann
|
1a9f6895f7
|
calling /folder/ with an id will return the root folder
|
2017-12-20 13:18:07 +01:00 |
|
Uwe Steinmann
|
80c5934eb1
|
use new authentication mechanism, add ldap authentication
|
2017-12-20 13:16:15 +01:00 |
|
Uwe Steinmann
|
041c7934bc
|
do not add extension if it already exists (getDocumentContent())
|
2017-12-20 12:16:12 +01:00 |
|
Uwe Steinmann
|
83aa6fe02e
|
move retrieval of document data into function
|
2017-12-20 11:51:05 +01:00 |
|
Uwe Steinmann
|
b539921c23
|
do not call htmlspecialchars() for json data
it doesn't do any harm and it's up to the application to encode the data
|
2017-12-20 11:33:21 +01:00 |
|
Uwe Steinmann
|
be112427d6
|
remove white space, expand tabs
|
2017-12-20 11:24:40 +01:00 |
|
Uwe Steinmann
|
5013fb154c
|
do not htmlspecialchars() keywords, check attributes before setting them
|
2017-12-20 11:22:16 +01:00 |
|
Uwe Steinmann
|
52fbb45df4
|
fix html error
|
2017-12-19 11:51:03 +01:00 |
|
Uwe Steinmann
|
367039f8b1
|
set timeout to 10sec and timer to 60sec
|
2017-12-19 11:50:38 +01:00 |
|
Uwe Steinmann
|
ad336cdd9f
|
fix html error
|
2017-12-19 11:39:18 +01:00 |
|
Uwe Steinmann
|
70ea4c2314
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-12-19 11:33:00 +01:00 |
|
Uwe Steinmann
|
fc09a9408b
|
pass orderby to js file, remove debug code
|
2017-12-19 11:21:44 +01:00 |
|
Uwe Steinmann
|
7c7a9584ca
|
fix output of text on button to load more documents
|
2017-12-19 11:09:20 +01:00 |
|
Uwe Steinmann
|
48c7dd3fc2
|
fix deletion of documents from document list
|
2017-12-19 10:52:24 +01:00 |
|
Uwe Steinmann
|
abd8b77b2f
|
check if document exists before adding it to result array
|
2017-12-19 10:46:42 +01:00 |
|
Uwe Steinmann
|
99fbf808fd
|
do not show table of documents if there are no documents
|
2017-12-19 10:46:19 +01:00 |
|
Uwe Steinmann
|
2f7a91d785
|
add entry for 6.0.2
|
2017-12-19 08:27:52 +01:00 |
|
Uwe Steinmann
|
d1a6651fa5
|
check if flag 'allday' is set
|
2017-12-19 08:27:10 +01:00 |
|
Uwe Steinmann
|
228bfffba1
|
set allday flag for scheduled revision
|
2017-12-19 08:26:46 +01:00 |
|
Uwe Steinmann
|
3b3b5efafe
|
getTimeline() returns documents with a scheduled revision
|
2017-12-19 08:19:48 +01:00 |
|
Uwe Steinmann
|
7129b9737c
|
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
|
2017-12-19 07:10:07 +01:00 |
|
Uwe Steinmann
|
b0747e74f0
|
add optional parameter $limit and $offset to SeedDMS_Core_Folder::getSubFolders
|
2017-12-19 07:05:08 +01:00 |
|
Uwe Steinmann
|
5c80a8bf6d
|
new entry for 5.1.5
|
2017-12-19 06:48:51 +01:00 |
|