Commit Graph

182 Commits (7bc313a0cdca9251acaa626fd7d87488bf7ffda7)

Author SHA1 Message Date
Thomas Müller 6d06a765f4 in case $_POST['itemSourceName'] does not exist we simply default it to null 12 years ago
Robin Appelman 4a9b0d5465 Use svg mimeicons for empty text files 12 years ago
Robin Appelman c066320208 Also keep maxY into account when scaling a preview while preserving aspect ratio 12 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 12 years ago
Bjoern Schiessle 9c00f5ddb6 set minDate and maxDate in datepicker 12 years ago
Bjoern Schiessle 6578f00b4b unify share settings 12 years ago
Vincent Petry 5b97369b00 Simulate apps database schema update on upgrade 12 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 12 years ago
Joas Schilling ab7ae004f7 Automatically copy the share expiration date when new shares are created 12 years ago
Thomas Müller 20893cc3b3 Images on public sharing get downscaled to increase use experience - this will speed up loading time 12 years ago
Thomas Müller f9279ac77a killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 13 years ago
Thomas Tanghus 0b4d879619 Fix copy/paste error :P 13 years ago
Thomas Tanghus aa5bba2bcc 'ID' => 'id' and check existence of EMAIL 13 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 13 years ago
Thomas Müller f1ecc758f5 send an individual email to each recipient 13 years ago
Joas Schilling 80393d9c0f Do not allow setting an expiration date in the past 13 years ago
Robin Appelman 7c4f81bd78 rename url parameter 13 years ago
Robin Appelman 4715fb12c8 Add url parameter to control whether previews should return 404 when the mimetype is unsupported 13 years ago
Bjoern Schiessle 2fd75d8f1c clean up the sharing ajax calls, add mail notification class 13 years ago
Robin Appelman 609a91a9b1 Show svg mime icons when no preview is available 13 years ago
Lukas Reschke c19cacb29f Check whether the app is set 13 years ago
Lukas Reschke 1352c63dca Check whether the Key is set 13 years ago
Lukas Reschke dc6f1d875d An admin should not be able to add remote and public services on its own. This should only be possible programmatically. 13 years ago
Arthur Schiwon af781bdea7 fix DI 13 years ago
Arthur Schiwon 41e8d44cf7 move sorter into a class 13 years ago
Arthur Schiwon 1d0a236563 respect coding guidelines 13 years ago
Arthur Schiwon 71e4d965a1 on filtering the share box users and groups whose name begins with the search term shall appear on top, fixes #6430 13 years ago
Thomas Müller 0db5fead8e remove some more global variable $RUNTIME_NOAPPS 13 years ago
Georg Ehrke f7c291e276 remove empty line 13 years ago
Georg Ehrke c5742520e1 don't urldecode get var, php does this automatically 13 years ago
Bjoern Schiessle 2bb13a8db9 use localised date in notification mails 13 years ago
Bjoern Schiessle 77de47858b add expire date to link share if possible 13 years ago
Thomas Müller d4c0ac7790 introduce auto completion on share email - integrated with the contactsmanager api 13 years ago
Thomas Müller 1317b7c03d pass the name of the item source from the browser to the server - no need to get the data via complicated db queries 13 years ago
Ramiro Aparicio b27595888a fix notify user, and made js more resiliant to changes 13 years ago
Ramiro Aparicio 85edbb08c1 fix user displayName not being shown after add, added class for improved styling, fix strong for groups when english is not being used 13 years ago
Bjoern Schiessle 835f36cb09 find users which are in the same group 13 years ago
Thomas Tanghus f19a236c8e Remove obsolete files. 13 years ago
Vincent Petry e257c3f27c Fixed array syntax to work with PHP 5.3 13 years ago
Bjoern Schiessle 304803d102 fix array_diff call 13 years ago
Vincent Petry d09b1553d0 Fixed syntax error in array 13 years ago
Bjoern Schiessle 17aa49a890 fix mail subject; don't show time for expire date 13 years ago
Bjoern Schiessle 883d1c0df3 use template for txt and html mails to send notification mails 13 years ago
Bjoern Schiessle fd7469db9e coding-style fixes 13 years ago
Bjoern Schiessle 4bbefdf608 add expiration date if it is already set 13 years ago
Bjoern Schiessle e7959f4fd2 don't send mail to the user who shared the file 13 years ago
Bjoern Schiessle 65ddefc89d set sendMail status back to false 13 years ago
Bjoern Schiessle 36574241f8 some clean-up 13 years ago
Bjoern Schiessle 77adaee645 enable user to inform recipients about a shared file by mail 13 years ago
Arthur Schiwon 22e1f73d5e Use Group methods for searching, fixes #4201 13 years ago