shamoon
05b1ff9738
Feature: document history (audit log UI) ( #6388 )
2024-04-23 15:16:28 +00:00
shamoon
bf430865b4
Fix: check original file for rotate
2024-04-20 20:14:44 -07:00
shamoon
95fd1ae879
Enhancement: refactor monetary field ( #6370 )
2024-04-19 08:08:46 +00:00
shamoon
4e5135fe70
Fix: hide page chooser if not loaded yet
2024-04-07 15:41:45 -07:00
shamoon
9f4a6c3b42
Fix: Only disable split button if pages = 1 ( #6304 )
2024-04-06 23:49:00 +00:00
shamoon
4af8070450
Feature: PDF actions - merge, split & rotate ( #6094 )
2024-03-25 18:41:24 -07:00
shamoon
0f5e935214
Fix: header button wrapping issues on mobile
2024-03-04 17:00:19 -08:00
shamoon
bf11dc8d1b
Enhancement: better monetary field with currency code ( #5858 )
2024-02-27 16:26:06 +00:00
shamoon
6fb4daf03e
Fix: tweak doc detail component behavior while awaiting metadata ( #5546 )
2024-01-25 13:22:03 -08:00
shamoon
5842944d1e
Fix: render images not converted to pdf, refactor doc detail rendering ( #5475 )
2024-01-20 08:26:24 -08:00
shamoon
bb98fc5f65
Chore: better bootstrap icons ( #5403 )
2024-01-18 00:27:38 +00:00
shamoon
96af953e6f
Fix: save button layout with long button translation text
2024-01-16 21:44:41 -08:00
shamoon
98c5cf89ef
Fix: doc detail component fixes ( #5373 )
2024-01-13 21:40:22 +00:00
shamoon
35a4d3fb54
Disable custom field remove button if user does not have permissions ( #5194 )
2023-12-31 10:55:25 -08:00
shamoon
a6248bec2d
Chore: Update Angular to v17 ( #4980 )
2023-12-19 15:02:05 -08:00
shamoon
341815cc03
Enhancement: document link field fixes ( #5020 )
...
* Implement more efficient getFew for document retrieval
* Filter out parent document ID & already-selected documents
* Clip very long document titles
2023-12-18 00:39:45 +00:00
shamoon
d22b27afe7
Enhancement: above and below doc detail save buttons ( #5008 )
...
* Show doc detail nav buttons above & below fields
* Fix tests for additional button nav
* Use flexbox to fix tab order but retain visual order
* Update screenshots
2023-12-18 00:11:12 +00:00
shamoon
1a48910e6b
Fix: allow text copy in pngx pdf viewer ( #4938 )
2023-12-12 01:06:30 +00:00
shamoon
5942cd6cd2
Fix: disable toggle for share link creation without archive version, fix auto-copy in Safari ( #4885 )
...
* Fix: disable share link archive switch if archive version doesnt exist
* Fix: Add brief timeout before copy after share link creation for Safari, only show if succeeded
* Update messages.xlf
2023-12-07 13:48:33 -08:00
shamoon
4481f12e32
Enhancement: implement document link custom field ( #4799 )
2023-12-05 08:16:56 -08:00
shamoon
826322b610
Feature: pngx PDF viewer with updated pdfjs ( #4679 )
2023-12-04 17:17:40 -08:00
shamoon
ef9669cdb6
Fix: Miscellaneous v2.0 visual fixes ( #4576 )
...
* Fix notes count in tab button wrapping
* Fix position of custom fields dropdown on mobile
* Limit list view title width
* Update messages.xlf
2023-11-13 19:54:01 -08:00
shamoon
18995b3561
Fix plain text preview overflow ( #4555 )
2023-11-13 06:44:07 -08:00
shamoon
c19df84bef
Fix: use ngSwitch for custom fields
2023-11-09 15:07:49 -08:00
shamoon
10729f0362
Feature: Implement custom fields for documents ( #4502 )
...
Adds custom fields of certain data types, attachable to documents and searchable
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com >
2023-11-05 17:27:23 -08:00
shamoon
5ee9ad3e4f
Migrate frontend prefix to -pngx
2023-09-14 14:51:02 -07:00
shamoon
7c9ab8c0b6
Feature: Share links ( #3996 )
...
* Implement share links
Basic implementation of share links
Make certain share link fields not editable, automatically grant permissions on migrate
Updated styling, error messages from expired / deleted links
frontend code linting, reversable sharelink migration
testing coverage
Update translation strings
No links message
* Consolidate file response methods
* improvements to share links on mobile devices
* Refactor share links file_version
* Add docs for share links
* Apply suggestions from code review
* When filtering share links, use the timezone aware now()
* Removes extra call to setup directories for usage in testing
* FIx copied badge display on some browsers
* Move copy to ngx-clipboard library
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com >
2023-09-14 13:32:43 -07:00
shamoon
2e67697d36
Note creation / deletion should respect doc permissions
...
- Disable add note button on frontend
- Explicitly disable add / delete via api
2023-08-01 22:28:27 -07:00
Daniel Dietzler
4693632c7d
Feature: separate save / save & close buttons ( #3575 )
...
* Add setting to decide whether the edit dialog should automatically close on save
* Add the actual button to the ui
* Revert "Add the actual button to the ui"
This reverts commit e1f5a8bde0
.
* Revert "Add setting to decide whether the edit dialog should automatically close on save"
This reverts commit feef3c909b
.
* Add button for save without exit
* Correct save button ordering, ensure perms, update translation strings
* fix e2e tests
* Add unit testing for save / save & close button
---------
Update messages.xlf
Update document-detail.component.spec.ts
Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com >
2023-06-18 08:06:54 -07:00
shamoon
74c965d21d
Adds quick filters from document detail
2023-05-30 08:38:33 -07:00
shamoon
49754d33fa
Render frontend html as plain text
2023-05-09 21:59:24 -07:00
shamoon
b7c7e293f7
Doc detail tab switch fixes
2023-04-28 08:14:24 -07:00
shamoon
e75510309d
Hide Permissions if user cannot view users
2023-04-09 16:17:48 -07:00
shamoon
f2fb06e6f3
Hide delete button on detail page if no perms, fix error display & allow retry confirm button ( #3020 )
2023-04-04 16:16:17 -07:00
shamoon
6ed637cfdd
Inline plaintext document previews for complete styling
2023-04-03 10:03:59 -07:00
shamoon
2fd217ef1f
Fix doc detail button reset on error
2023-03-31 13:47:35 -07:00
shamoon
bf8ae22f3f
Rename comments --> notes
2023-03-18 13:59:17 -07:00
shamoon
89c639f850
Just include comments on document object
2023-03-17 18:47:03 -07:00
shamoon
e19dd2d527
Support navigating directly to comments
2023-03-17 18:47:03 -07:00
shamoon
3911740360
Show number of comments on cards, tab
2023-03-17 18:47:03 -07:00
shamoon
cbab1a51f1
Hide selects when user doesnt have view permissions
...
[ci skip]
2023-03-06 11:07:40 -08:00
shamoon
21eb253c57
Merge pull request #2147 from paperless-ngx/feature-permissions
...
Feature: multi-user permissions
2023-02-17 07:21:18 -08:00
Nathanaël Houn
dd91d4264a
fix: added missing i18n placeholder for file preview
2023-02-17 14:08:05 +01:00
shamoon
32754defef
Merge branch 'dev' into feature-permissions
2023-02-14 11:32:37 -08:00
shamoon
d73fbb1643
Fix long dropdown contents break column layout
2023-02-09 20:16:45 -08:00
Michael Shamoon
118e3703dc
Disable redo OCR without edit permissions
2023-01-27 12:21:45 -08:00
shamoon
0cfa5211e9
Merge branch 'dev' into feature-permissions
2023-01-16 15:59:25 -08:00
shamoon
985f298c46
Merge pull request #2302 from paperless-ngx/feature-fix-display-rtl-content
2023-01-10 07:30:52 -08:00
Michael Shamoon
a4d96061de
Merge branch 'dev' into feature-permissions
2023-01-05 19:45:12 -08:00
Michael Shamoon
00d67d53bf
Add tests for mail rules / accounts, partial tags, mobile preview
2023-01-05 00:36:03 -08:00