Commit 048e8e2
committed
fix(revisions) - replaced datetime object to with a current Date object on click
Signed-off-by: Eduardo Morales <[email protected]>1 parent 4ab001c commit 048e8e2
7 files changed
Lines changed: 10 additions & 15 deletions
File tree
- apps
- files_reminders/src/actions
- files/src/components/FileEntry
- dist
- composer.json+1-1
- composer.lock+21-18
- composer/autoload_classmap.php-1
- composer/autoload_psr4.php+4-1
- composer/autoload_static.php+18-4
- composer/installed.json+22-19
- composer/installed.php+8-8
- icewind/searchdav/src/DAV/QueryParser.php-1
- sabre/dav/lib/CalDAV/Backend/AbstractBackend.php+2-2
- sabre/dav/lib/CalDAV/Backend/PDO.php+1-1
- sabre/dav/lib/CalDAV/Backend/SyncSupport.php+1-1
- sabre/dav/lib/CalDAV/Calendar.php+6-6
- sabre/dav/lib/CalDAV/CalendarHome.php+2-2
- sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php+7
- sabre/dav/lib/CalDAV/Schedule/Plugin.php+5-4
- sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php+1-1
- sabre/dav/lib/CardDAV/AddressBook.php+7-7
- sabre/dav/lib/CardDAV/AddressBookHome.php+2-2
- sabre/dav/lib/CardDAV/Backend/PDO.php+1-1
- sabre/dav/lib/CardDAV/Backend/SyncSupport.php+1-1
- sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php+1-8
- sabre/dav/lib/DAV/INodeByPath.php-36
- sabre/dav/lib/DAV/Sync/ISyncCollection.php+1-1
- sabre/dav/lib/DAV/Tree.php+12-18
- sabre/dav/lib/DAV/Version.php+1-1
- sabre/dav/lib/DAV/Xml/Element/Response.php+16-30
- sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | | - | |
81 | | - | |
| 76 | + | |
| 77 | + | |
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
| |||
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
99 | | - | |
| 95 | + | |
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments