Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill ancient code | Morris Jobke | 2015-01-20 | 1 | -17/+0 |
| | |||||
* | Verify whether type is correct | Lukas Reschke | 2015-01-08 | 1 | -16/+12 |
| | | | | `$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want. | ||||
* | Merge pull request #13016 from owncloud/sharing_fixes | Morris Jobke | 2015-01-07 | 1 | -2/+2 |
|\ | | | | | don't delete share table entries for the unique name if re-share permission was removed | ||||
| * | shareType and permissions are integers | Bjoern Schiessle | 2015-01-07 | 1 | -2/+2 |
| | | |||||
* | | new OC.Search, add search result formatters and handlers, use full content ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
|/ | | | | width for results | ||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -1/+16 |
| | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him. | ||||
* | Inject config | Victor Dubiniuk | 2014-12-10 | 1 | -1/+2 |
| | |||||
* | Use httphelper and cache response even when it empty | Victor Dubiniuk | 2014-12-06 | 1 | -1/+4 |
| | |||||
* | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 1 | -30/+0 |
| | | | | remove translation.php | ||||
* | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -7/+8 |
| | |||||
* | Close the session for preview generation | Lukas Reschke | 2014-09-29 | 1 | -0/+1 |
| | | | | Without closing the session every preview image generation is locking the session which makes the webinterface unresponsive. | ||||
* | Merge pull request #9512 from libasys/patch-2 | Lukas Reschke | 2014-09-09 | 1 | -1/+2 |
|\ | | | | | Fix use Sharing Api with calendar | ||||
| * | Fix use Sharing Api with calendar | libasys | 2014-07-08 | 1 | -2/+3 |
| | | | | | | | | | | Without this fix it logs this error: Undefined index: itemSourceName at /opt/local/apache2/htdocs/oc7/core/ajax/share.php#44 I think the itemSourceName is only used with sharing files! | ||||
* | | Merge pull request #10739 from owncloud/eventsource-public | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
|\ \ | | | | | | | Add EventSource to the public API | ||||
| * | | Better phpdoc and method naming | Robin Appelman | 2014-09-04 | 1 | -1/+1 |
| | | | |||||
| * | | Use the public api to get event sources | Robin Appelman | 2014-09-03 | 1 | -1/+1 |
| | | | |||||
* | | | Fix upgrade process when apps enabled for specific groups | Vincent Petry | 2014-09-02 | 1 | -0/+4 |
|/ / | | | | | | | | | | | | | Fix issue where the currently logged user was causing side-effects when upgrading. Now setting incognito mode (no user) on update to make sure the whole apps list is taken into account with getEnabledApps() or isEnabled(). | ||||
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 2 | -4/+4 |
| | | |||||
* | | Add require_once to update.php due to routing | Lukas Reschke | 2014-08-22 | 1 | -0/+1 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/10585 Partially reverts 52d5429768acdb87b2dc2efedc89eb4ad0d29139 | ||||
* | | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 1 | -1/+0 |
|\ \ | | | | | | | Remove loadAppScriptFile | ||||
| * | | Add update route to core | Lukas Reschke | 2014-08-19 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | Don't do app upgrades in the background | ||||
| * | | Send feedback from upgrading apps to the upgrade ui | Robin Appelman | 2014-08-04 | 1 | -0/+6 |
| | | | |||||
* | | | we need the recipient as a additional parameter to know for which share the ↵ | Bjoern Schiessle | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | notification was send | ||||
* | | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-01 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #10051 from owncloud/preview-empty-text | Thomas Müller | 2014-07-31 | 1 | -1/+2 |
|\ \ | | | | | | | Use svg mimeicons for empty text files | ||||
| * | | Use svg mimeicons for empty text files | Robin Appelman | 2014-07-30 | 1 | -1/+2 |
| | | | |||||
* | | | Also keep maxY into account when scaling a preview while preserving aspect ratio | Robin Appelman | 2014-07-30 | 1 | -4/+0 |
|/ / | |||||
* / | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -11/+5 |
|/ | |||||
* | set minDate and maxDate in datepicker | Bjoern Schiessle | 2014-06-06 | 1 | -0/+2 |
| | |||||
* | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -3/+3 |
| | |||||
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -0/+3 |
| | | | | | When upgrade, also simulate the database schema update for apps before doing the actual upgrade. | ||||
* | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -0/+8 |
| | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | ||||
* | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -1/+2 |
| | | | | Fix #4823 | ||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 1 | -1/+7 |
| | | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached | ||||
* | Merge pull request #5857 from owncloud/type-ahead-share-by-mail-master | Thomas Müller | 2014-04-11 | 1 | -0/+28 |
|\ | | | | | introduce auto completion on share email - integrated with the contactsm... | ||||
| * | Fix copy/paste error :P | Thomas Tanghus | 2014-03-25 | 1 | -1/+1 |
| | | |||||
| * | 'ID' => 'id' and check existence of EMAIL | Thomas Tanghus | 2014-03-25 | 1 | -1/+5 |
| | | |||||
| * | introduce auto completion on share email - integrated with the ↵ | Thomas Müller | 2013-11-14 | 1 | -0/+24 |
| | | | | | | | | contactsmanager api | ||||
* | | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | | | | | handleRequest() | ||||
* | | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 4 | -127/+71 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * \ | Merge pull request #7557 from owncloud/issue/7297 | Vincent Petry | 2014-03-19 | 1 | -0/+8 |
| |\ \ | | | | | | | | | Do not allow setting an expiration date in the past | ||||
| | * | | Do not allow setting an expiration date in the past | Joas Schilling | 2014-03-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Fix #7297 | ||||
| * | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -9/+0 |
| | | | | |||||
| * | | | send an individual email to each recipient | Thomas Müller | 2014-03-10 | 1 | -2/+9 |
| |/ / | |||||
| * | | rename url parameter | Robin Appelman | 2014-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add url parameter to control whether previews should return 404 when the ↵ | Robin Appelman | 2014-02-21 | 1 | -1/+2 |
| | | | | | | | | | | | | mimetype is unsupported | ||||
| * | | Merge branch 'master' into mimeicons-svg | Robin Appelman | 2014-02-20 | 2 | -105/+34 |
| |\ \ | |||||
| | * \ | Merge pull request #7247 from owncloud/sharing_cleanup_step1 | Björn Schießle | 2014-02-20 | 1 | -99/+13 |
| | |\ \ | | | | | | | | | | | clean up the sharing ajax calls, add mail notification class | ||||
| | | * | | clean up the sharing ajax calls, add mail notification class | Bjoern Schiessle | 2014-02-19 | 1 | -99/+13 |
| | | | | |