Ignore:
Timestamp:
10/13/21 15:44:57 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
120759b
Parents:
194a359
Message:

added documents crud, added last_seen_to_user, edited views

File:
1 moved

Legend:

Unmodified
Added
Removed
  • public/assets/js/bootstrap.js

    r194a359 r24a616f  
    20522052};
    20532053
    2054 
    2055 /***/ }),
    2056 
    2057 /***/ "./resources/js/app.js":
    2058 /*!*****************************!*\
    2059   !*** ./resources/js/app.js ***!
    2060   \*****************************/
    2061 /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
    2062 
    2063 __webpack_require__(/*! ./bootstrap */ "./resources/js/bootstrap.js");
    2064 
    2065 /***/ }),
    2066 
    2067 /***/ "./resources/js/bootstrap.js":
    2068 /*!***********************************!*\
    2069   !*** ./resources/js/bootstrap.js ***!
    2070   \***********************************/
    2071 /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
    2072 
    2073 window._ = __webpack_require__(/*! lodash */ "./node_modules/lodash/lodash.js");
    2074 /**
    2075  * We'll load the axios HTTP library which allows us to easily issue requests
    2076  * to our Laravel back-end. This library automatically handles sending the
    2077  * CSRF token as a header based on the value of the "XSRF" token cookie.
    2078  */
    2079 
    2080 window.axios = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
    2081 window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
    2082 /**
    2083  * Echo exposes an expressive API for subscribing to channels and listening
    2084  * for events that are broadcast by Laravel. Echo and event broadcasting
    2085  * allows your team to easily build robust real-time web applications.
    2086  */
    2087 // import Echo from 'laravel-echo';
    2088 // window.Pusher = require('pusher-js');
    2089 // window.Echo = new Echo({
    2090 //     broadcaster: 'pusher',
    2091 //     key: process.env.MIX_PUSHER_APP_KEY,
    2092 //     cluster: process.env.MIX_PUSHER_APP_CLUSTER,
    2093 //     forceTLS: true
    2094 // });
    20952054
    20962055/***/ }),
     
    1930819267/***/ }),
    1930919268
    19310 /***/ "./resources/css/app.css":
    19311 /*!*******************************!*\
    19312   !*** ./resources/css/app.css ***!
    19313   \*******************************/
    19314 /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
    19315 
    19316 "use strict";
    19317 __webpack_require__.r(__webpack_exports__);
    19318 // extracted by mini-css-extract-plugin
    19319 
    19320 
    19321 /***/ }),
    19322 
    1932319269/***/ "./node_modules/process/browser.js":
    1932419270/*!*****************************************!*\
     
    1952219468
    1952319469"use strict";
    19524 module.exports = JSON.parse('{"_from":"axios@^0.21","_id":"axios@0.21.4","_inBundle":false,"_integrity":"sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==","_location":"/axios","_phantomChildren":{},"_requested":{"type":"range","registry":true,"raw":"axios@^0.21","name":"axios","escapedName":"axios","rawSpec":"^0.21","saveSpec":null,"fetchSpec":"^0.21"},"_requiredBy":["#DEV:/"],"_resolved":"https://registry.npmjs.org/axios/-/axios-0.21.4.tgz","_shasum":"c67b90dc0568e5c1cf2b0b858c43ba28e2eda575","_spec":"axios@^0.21","_where":"C:\\\\laragon\\\\www\\\\SaveSpace","author":{"name":"Matt Zabriskie"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"bugs":{"url":"https://github.com/axios/axios/issues"},"bundleDependencies":false,"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}],"dependencies":{"follow-redirects":"^1.14.0"},"deprecated":false,"description":"Promise based HTTP client for the browser and node.js","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"homepage":"https://axios-http.com","jsdelivr":"dist/axios.min.js","keywords":["xhr","http","ajax","promise","node"],"license":"MIT","main":"index.js","name":"axios","repository":{"type":"git","url":"git+https://github.com/axios/axios.git"},"scripts":{"build":"NODE_ENV=production grunt build","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","examples":"node ./examples/server.js","fix":"eslint --fix lib/**/*.js","postversion":"git push && git push --tags","preversion":"npm test","start":"node ./sandbox/server.js","test":"grunt test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"},"typings":"./index.d.ts","unpkg":"dist/axios.min.js","version":"0.21.4"}');
     19470module.exports = JSON.parse('{"_args":[["axios@0.21.4","C:\\\\laragon\\\\www\\\\SaveSpace"]],"_development":true,"_from":"axios@0.21.4","_id":"axios@0.21.4","_inBundle":false,"_integrity":"sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==","_location":"/axios","_phantomChildren":{},"_requested":{"type":"version","registry":true,"raw":"axios@0.21.4","name":"axios","escapedName":"axios","rawSpec":"0.21.4","saveSpec":null,"fetchSpec":"0.21.4"},"_requiredBy":["#DEV:/"],"_resolved":"https://registry.npmjs.org/axios/-/axios-0.21.4.tgz","_spec":"0.21.4","_where":"C:\\\\laragon\\\\www\\\\SaveSpace","author":{"name":"Matt Zabriskie"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"bugs":{"url":"https://github.com/axios/axios/issues"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}],"dependencies":{"follow-redirects":"^1.14.0"},"description":"Promise based HTTP client for the browser and node.js","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"homepage":"https://axios-http.com","jsdelivr":"dist/axios.min.js","keywords":["xhr","http","ajax","promise","node"],"license":"MIT","main":"index.js","name":"axios","repository":{"type":"git","url":"git+https://github.com/axios/axios.git"},"scripts":{"build":"NODE_ENV=production grunt build","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","examples":"node ./examples/server.js","fix":"eslint --fix lib/**/*.js","postversion":"git push && git push --tags","preversion":"npm test","start":"node ./sandbox/server.js","test":"grunt test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json"},"typings":"./index.d.ts","unpkg":"dist/axios.min.js","version":"0.21.4"}');
    1952519471
    1952619472/***/ })
     
    1955519501/******/        }
    1955619502/******/       
    19557 /******/        // expose the modules object (__webpack_modules__)
    19558 /******/        __webpack_require__.m = __webpack_modules__;
    19559 /******/       
    1956019503/************************************************************************/
    19561 /******/        /* webpack/runtime/chunk loaded */
    19562 /******/        (() => {
    19563 /******/                var deferred = [];
    19564 /******/                __webpack_require__.O = (result, chunkIds, fn, priority) => {
    19565 /******/                        if(chunkIds) {
    19566 /******/                                priority = priority || 0;
    19567 /******/                                for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
    19568 /******/                                deferred[i] = [chunkIds, fn, priority];
    19569 /******/                                return;
    19570 /******/                        }
    19571 /******/                        var notFulfilled = Infinity;
    19572 /******/                        for (var i = 0; i < deferred.length; i++) {
    19573 /******/                                var [chunkIds, fn, priority] = deferred[i];
    19574 /******/                                var fulfilled = true;
    19575 /******/                                for (var j = 0; j < chunkIds.length; j++) {
    19576 /******/                                        if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
    19577 /******/                                                chunkIds.splice(j--, 1);
    19578 /******/                                        } else {
    19579 /******/                                                fulfilled = false;
    19580 /******/                                                if(priority < notFulfilled) notFulfilled = priority;
    19581 /******/                                        }
    19582 /******/                                }
    19583 /******/                                if(fulfilled) {
    19584 /******/                                        deferred.splice(i--, 1)
    19585 /******/                                        var r = fn();
    19586 /******/                                        if (r !== undefined) result = r;
    19587 /******/                                }
    19588 /******/                        }
    19589 /******/                        return result;
    19590 /******/                };
    19591 /******/        })();
    19592 /******/       
    1959319504/******/        /* webpack/runtime/global */
    1959419505/******/        (() => {
     
    1960319514/******/        })();
    1960419515/******/       
    19605 /******/        /* webpack/runtime/hasOwnProperty shorthand */
    19606 /******/        (() => {
    19607 /******/                __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
    19608 /******/        })();
    19609 /******/       
    19610 /******/        /* webpack/runtime/make namespace object */
    19611 /******/        (() => {
    19612 /******/                // define __esModule on exports
    19613 /******/                __webpack_require__.r = (exports) => {
    19614 /******/                        if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
    19615 /******/                                Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
    19616 /******/                        }
    19617 /******/                        Object.defineProperty(exports, '__esModule', { value: true });
    19618 /******/                };
    19619 /******/        })();
    19620 /******/       
    1962119516/******/        /* webpack/runtime/node module decorator */
    1962219517/******/        (() => {
     
    1962819523/******/        })();
    1962919524/******/       
    19630 /******/        /* webpack/runtime/jsonp chunk loading */
    19631 /******/        (() => {
    19632 /******/                // no baseURI
    19633 /******/               
    19634 /******/                // object to store loaded and loading chunks
    19635 /******/                // undefined = chunk not loaded, null = chunk preloaded/prefetched
    19636 /******/                // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
    19637 /******/                var installedChunks = {
    19638 /******/                        "/js/app": 0,
    19639 /******/                        "css/app": 0
    19640 /******/                };
    19641 /******/               
    19642 /******/                // no chunk on demand loading
    19643 /******/               
    19644 /******/                // no prefetching
    19645 /******/               
    19646 /******/                // no preloaded
    19647 /******/               
    19648 /******/                // no HMR
    19649 /******/               
    19650 /******/                // no HMR manifest
    19651 /******/               
    19652 /******/                __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
    19653 /******/               
    19654 /******/                // install a JSONP callback for chunk loading
    19655 /******/                var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
    19656 /******/                        var [chunkIds, moreModules, runtime] = data;
    19657 /******/                        // add "moreModules" to the modules object,
    19658 /******/                        // then flag all "chunkIds" as loaded and fire callback
    19659 /******/                        var moduleId, chunkId, i = 0;
    19660 /******/                        if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
    19661 /******/                                for(moduleId in moreModules) {
    19662 /******/                                        if(__webpack_require__.o(moreModules, moduleId)) {
    19663 /******/                                                __webpack_require__.m[moduleId] = moreModules[moduleId];
    19664 /******/                                        }
    19665 /******/                                }
    19666 /******/                                if(runtime) var result = runtime(__webpack_require__);
    19667 /******/                        }
    19668 /******/                        if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
    19669 /******/                        for(;i < chunkIds.length; i++) {
    19670 /******/                                chunkId = chunkIds[i];
    19671 /******/                                if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
    19672 /******/                                        installedChunks[chunkId][0]();
    19673 /******/                                }
    19674 /******/                                installedChunks[chunkIds[i]] = 0;
    19675 /******/                        }
    19676 /******/                        return __webpack_require__.O(result);
    19677 /******/                }
    19678 /******/               
    19679 /******/                var chunkLoadingGlobal = self["webpackChunk"] = self["webpackChunk"] || [];
    19680 /******/                chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
    19681 /******/                chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
    19682 /******/        })();
    19683 /******/       
    1968419525/************************************************************************/
    19685 /******/       
    19686 /******/        // startup
    19687 /******/        // Load entry module and return exports
    19688 /******/        // This entry module depends on other loaded chunks and execution need to be delayed
    19689 /******/        __webpack_require__.O(undefined, ["css/app"], () => (__webpack_require__("./resources/js/app.js")))
    19690 /******/        var __webpack_exports__ = __webpack_require__.O(undefined, ["css/app"], () => (__webpack_require__("./resources/css/app.css")))
    19691 /******/        __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
    19692 /******/       
     19526var __webpack_exports__ = {};
     19527// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
     19528(() => {
     19529/*!******************************************!*\
     19530  !*** ./resources/assets/js/bootstrap.js ***!
     19531  \******************************************/
     19532window._ = __webpack_require__(/*! lodash */ "./node_modules/lodash/lodash.js");
     19533/**
     19534 * We'll load the axios HTTP library which allows us to easily issue requests
     19535 * to our Laravel back-end. This library automatically handles sending the
     19536 * CSRF token as a header based on the value of the "XSRF" token cookie.
     19537 */
     19538
     19539window.axios = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
     19540window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
     19541/**
     19542 * Echo exposes an expressive API for subscribing to channels and listening
     19543 * for events that are broadcast by Laravel. Echo and event broadcasting
     19544 * allows your team to easily build robust real-time web applications.
     19545 */
     19546// import Echo from 'laravel-echo';
     19547// window.Pusher = require('pusher-js');
     19548// window.Echo = new Echo({
     19549//     broadcaster: 'pusher',
     19550//     key: process.env.MIX_PUSHER_APP_KEY,
     19551//     cluster: process.env.MIX_PUSHER_APP_CLUSTER,
     19552//     forceTLS: true
     19553// });
     19554})();
     19555
    1969319556/******/ })()
    1969419557;
Note: See TracChangeset for help on using the changeset viewer.